4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
|
|
$(function () {
|
||
|
|
$('.selectpicker').selectpicker();
|
||
|
|
});
|