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

selector option does not work

Open haejeong87 opened this issue 12 years ago • 7 comments

selector option doesn't seem to work for me:

$('body').clickover({selector: '[rel=clickover]'});

It is a nice option to have when you have clickover triggering elements rendered by ajax after the page load.

Am I doing something wrong, or is this currently not supported?

Thanks.

haejeong87 avatar Apr 18 '13 04:04 haejeong87

I'm having this problem too. There seems to have been some issues with it and popovers/tooltips back in Bootstrap 2.1 but it appears to have been fixed.

mchapman17 avatar Apr 24 '13 04:04 mchapman17

bump :)

mchapman17 avatar May 17 '13 05:05 mchapman17

same thing here

fenec avatar Jun 03 '13 10:06 fenec

as a workaround I implemented this solution: https://github.com/lecar-red/bootstrapx-clickover/issues/34

fenec avatar Jun 07 '13 09:06 fenec

Any update on this?!

denzo avatar Jul 01 '13 08:07 denzo

+1 for a solution for this

tim-peterson avatar Aug 22 '13 11:08 tim-peterson

Sorry, me again, would be great if there was a way to get this working. I am currently working around it by putting the clickover initialisation in a function and calling it again once the new element is loaded, but it would be a lot cleaner if this option worked!

mchapman17 avatar Oct 09 '13 01:10 mchapman17