8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
|
$(document).ready(function(){
|
||
|
$('.select2').select2(
|
||
|
{
|
||
|
language: "fr",
|
||
|
theme: 'bootstrap-5'
|
||
|
}
|
||
|
);
|
||
|
});
|