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
Thanks Peter, that was driving me nuts. this.tip().off('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this)); inserted at line 111 sorted the problem for me.
noniq
added a commit
to die-antwort/bootstrapx-clickover
that referenced
this issue
May 15, 2013
When opening the clickover, you add an event via this.tip().on('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));
please also remove it afterwards via this.tip().off('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));
otherwise every time i try to close the same clickover, the clickery method is called one more time
cheers
Peter
The text was updated successfully, but these errors were encountered: