jquery_chained
jquery_chained copied to clipboard
Not work on FireFox 67
Not work on FireFox 67 but work on Google Chrome Can you check this ?
$("#add_ligne_form #NumProduit").chained("#Categorie2");
$('#add_ligne_form #Categorie2').on('change', function() {
$("#NumProduit").selectpicker('refresh');
});
Thx