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