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

Bootstrap Extension for Click managed popovers

Results 31 bootstrapx-clickover issues
Sort by recently updated
recently updated
newest added

#### Hey, maintainer(s) of lecar-red/bootstrapx-clickover! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

Hi, Sometime you may want to hide the Clickover after some action other than global click or timer and the default $.popover('hide') or $.clickover('hide') is buggy. I have hacked my...

Hey, I have a problem adding the select2 plugin (http://ivaynberg.github.io/select2/) into the clickover. It seems that it doesn't want to bind the select2 to the select element within the clickover....

Hello, We have just add bootstrapx-clickover to twittstrap resources list http://twittstrap.com/resources/details/bootstrapx-clickover Under : Components Regards

I hate to bother you with what is probably a mistake on my part, but I can't figure out what's missing. The click over is functioning fine for the most...

selector option doesn't seem to work for me: ``` javascript $('body').clickover({selector: '[rel=clickover]'}); ``` It is a nice option to have when you have clickover triggering elements rendered by ajax after...

in clickery if you add a console.log as in below you can see that it appears to be called once for each time the popover anchor was clicked. once you...

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...

$('.img-circle').clickover().click(); works but $('.img-square').clickover('show'); or at least global_close won't work, see also: http://bootply.com/66601 and http://stackoverflow.com/a/17508315/1596547

In the source code of clickover, class_name is used to add a class to a clickover. In the docs 'class' is mentioned as an option. http://www.leecarmichael.com/bootstrapx-clickover/examples.html#