jquery strict mode breaks bootstrap menus
-
I found that activating this plugin resulted in my bootstrap dropdown menu not working. To resolve I had to comment out line 21 in bootstrap-dropdown.js shipped with this plugin.
line 21 //+function ($) { “use strict”;
Is there a better solution?
- The topic ‘jquery strict mode breaks bootstrap menus’ is closed to new replies.