You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is how I use it, I have bunch of popups in my page. Each popup has a form in it. Those forms are jquery ajax forms, and when I get a response from server I call clickover('hide') to hide that popup. But when I click on a button to open that popup again it is not shown.
I found out when I call clickover('hide') and remove attribute 'data-clickover-open' everything is ok.
So maybe you should just add a remove of 'data-clickover-open' when calling hide.
I might be using it in a incorrect way, but I wanted to inform you :)
Thanks again, awesome plugin just what I've needed 👍
The text was updated successfully, but these errors were encountered:
Exact same issue here. Using Bootstrap 2.3.1 and jQuery 1.8.3 @vuk-nikolic thanks a lot for the tip on how to make it work. I'm also using it to show small forms to users.
and then clicking anywhere on the page, the onShown function is called and the clickover once again is displayed. It's confusing the hell out of me and I'm currently stumped as to what is causing this.
Hi,
great plugin, it helped me a lot.
Here is how I use it, I have bunch of popups in my page. Each popup has a form in it. Those forms are jquery ajax forms, and when I get a response from server I call clickover('hide') to hide that popup. But when I click on a button to open that popup again it is not shown.
I found out when I call clickover('hide') and remove attribute 'data-clickover-open' everything is ok.
So maybe you should just add a remove of 'data-clickover-open' when calling hide.
I might be using it in a incorrect way, but I wanted to inform you :)
Thanks again, awesome plugin just what I've needed 👍
The text was updated successfully, but these errors were encountered: