bootstrapx-clickover
bootstrapx-clickover copied to clipboard
show and closing popup on click close button
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
I also have this problem with my popovers.
this.tip().on('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));
--->
this.tip().one('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));