$('#ddlbrshop').multiselect({ nonSelectedText: 'Click to Select Shop !', });
I have a multiple select dropdown which works fine in crome but shows error in fire fox. Error: TypeError: $(...).multiselect is not a function
Please help me ...
$('#ddlbrshop').multiselect({ nonSelectedText: 'Click to Select Shop !', });
I have a multiple select dropdown which works fine in crome but shows error in fire fox. Error: TypeError: $(...).multiselect is not a function
Please help me ...
you need to have a jquery library and bootstrap library before your plugin: i saw another post with the same issue. You should always place your css before any script.