URI:
       tinit.js - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
  HTML git clone git://src.adamsgaard.dk/cosmo
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tinit.js (325B)
       ---
            1 (function($){
            2     $(function(){
            3 
            4         // Plugin initialization
            5         $('.button-collapse').sideNav();
            6         $('select').material_select();
            7         //$('select').not('.disabled').material_select();
            8         $('.tooltipped').tooltip({delay: 50});
            9 
           10     }); // end of document ready
           11 })(jQuery); // end of jQuery name space