Shadi Alnamrouti
Shadi Alnamrouti
@Garric15 is right: ``` $el.on(settings.action, settings.this, function() { if ($(this).hasClass('active-drop')) { $(this).removeClass('active-drop'); return true; /////////////// It was return false which will prevent href action } settings.beforeHide.call(this); $('.active-drop').removeClass('active-drop'); settings.afterHide.call(this); settings.beforeShow.call(this); $(this).addClass('active-drop');...
I'm surprised why the maintainer is not merging relevant pull requests.
I faced the same problem whenever I use any RTL bootstrap library, so I agree it is a Chrome bug. I suggest to use this: ``` $(function(){ window.scrollBy(0, 1); window.scrollBy(0,...
Comment out this line inside the plugin: `event.which == $.ui.keyCode.COMMA ||`
Comment out this line inside the plugin: `event.which == $.ui.keyCode.COMMA ||`