Hi guys,
I have issue when i customize onepage checkout .
i want to change tag <select> -> select2 .
I have tried like this :
$(document).ready(function(){
$('.select2').select2({
minimumInputLength: 3
});
})
but not work . element of html select is not ready .
what should i do ?
Thanks everyone