Monday, 26 August 2013

Can I initialize Foundation 4 Tooltips in scope?

Can I initialize Foundation 4 Tooltips in scope?

I am trying to initialize Foundation 4.3.1 tooltips in scope, on a DIV
class $(".some-class").foundation('tooltips'), instead of on document
$(document).foundation('tooltips'). When I do this, the tooltip on a touch
device (iPad), opens on tap but does not close on tap. Am I doing
something wrong? How do I get the tooltip to work properly. The reason I
need to do this is because Foundation tooltips conflict with ckeditor.
Thanks.

No comments:

Post a Comment