We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello $("[rel='clickover']").clickover();
When i click close button on popup, it closed and then open fast and then close popup. any help me? thanks
The text was updated successfully, but these errors were encountered:
I also have this problem with my popovers.
Sorry, something went wrong.
this.tip().on('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));
--->
this.tip().one('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));
lecar-red#49 Fix the error of reopen popup when click close button
575fa66
No branches or pull requests
Hello
$("[rel='clickover']").clickover();
When i click close button on popup, it closed and then open fast and then close popup.
any help me? thanks
The text was updated successfully, but these errors were encountered: