7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
$(document).ready(function () {
|
|
$('.select2').select2({
|
|
allowClear: true,
|
|
placeholder: '-- Pilih --',
|
|
});
|
|
})
|