-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with bootstrap collapse #4
Comments
Same issue with collapse and modal |
One quick solution is to simply edit the plugin and rename the method so that it doesn't overwrite the .on() function. Then explicitly call the new method when desired, instead of relying on the existence of a third parameter to determine if it should be triggered. This would avoid affecting any other plugins depending on the .on() function. |
Hi @prwaves can you help me? ;(function ($) {
}(this.jQuery || this.Zepto)); thanks a lot |
Ok this one is good thanks @jpouillard ;(function ($) { $.fn.afterEvent = function () {
}; |
I'm using Bootstrap and this plugin. I created collapse menu - menu doesn't close when I'm using unevent plugin.
The text was updated successfully, but these errors were encountered: