Files
2021-09-13 06:53:04 -04:00

1 line
286 B
JavaScript

$(document).ready(function(){$("#languageselect2").select2({dropdownAutoWidth:!0,width:"100%"}),$("#musicselect2").select2({dropdownAutoWidth:!0,width:"100%"}),$("#moviesselect2").select2({dropdownAutoWidth:!0,width:"100%"});$(".birthdate-picker").pickadate({format:"mmmm, d, yyyy"})});