jquery_chained icon indicating copy to clipboard operation
jquery_chained copied to clipboard

Not work on FireFox 67

Open dabcorp opened this issue 5 years ago • 0 comments

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

dabcorp avatar Jun 06 '19 09:06 dabcorp