bootstrapx-clickover icon indicating copy to clipboard operation
bootstrapx-clickover copied to clipboard

show and closing popup on click close button

Open hahamed opened this issue 11 years ago • 2 comments

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

hahamed avatar Sep 21 '14 10:09 hahamed

I also have this problem with my popovers.

adriansangil avatar Nov 05 '14 14:11 adriansangil

this.tip().on('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));  

--->

this.tip().one('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));

qinfanpeng avatar Jul 06 '15 15:07 qinfanpeng