3 lines
51 B
JavaScript
3 lines
51 B
JavaScript
|
$(function () {
|
||
|
$('select').material_select();
|
||
|
})
|