bootstrapx-clickover
bootstrapx-clickover copied to clipboard
selector option does not work
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.
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.
bump :)
same thing here
as a workaround I implemented this solution: https://github.com/lecar-red/bootstrapx-clickover/issues/34
Any update on this?!
+1 for a solution for this
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!