Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
10
public/js/select2.js
Executable file
10
public/js/select2.js
Executable file
@@ -0,0 +1,10 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
|
||||
if ($(".js-example-basic-single").length) {
|
||||
$(".js-example-basic-single").select2();
|
||||
}
|
||||
if ($(".js-example-basic-multiple").length) {
|
||||
$(".js-example-basic-multiple").select2();
|
||||
}
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user