tinit.js - cosmo - front and backend for Markov-Chain Monte Carlo inversion of … | |
git clone git://src.adamsgaard.dk/cosmo | |
Log | |
Files | |
Refs | |
README | |
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 |