-3
$('#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 ...

  • http://stackoverflow.com/questions/1479233/why-doesnt-firefox-show-the-correct-default-select-option follow the link – Mia Mar 26 '16 at 06:59
  • My data is binding in the dropdown but the chekbox is not visible and the data is binding in a list format rather than dropdown – Sandhyarani Devi Mar 26 '16 at 07:09

1 Answers1

0

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.

Dlaugh14
  • 313
  • 1
  • 5
  • 16