Files
ninedad/public/lib/select2/select2.init.js

8 lines
156 B
JavaScript
Raw Normal View History

2025-07-28 17:10:56 +02:00
$(document).ready(function(){
$('.select2').select2(
{
language: "fr",
theme: 'bootstrap-5'
}
);
});