Can I initialize Foundation 4 Tooltips in scope? -
i trying initialize foundation 4.3.1 tooltips in scope, on div class $(".some-class").foundation('tooltips'), instead of on document $(document).foundation('tooltips'). when this, tooltip on touch device (ipad), opens on tap not close on tap. doing wrong? how tooltip work properly. reason need because foundation tooltips conflict ckeditor.
thanks.
in foundation 4.3.1 source there condition handle touchstart
touchend
events hover. condition met automatically modernizr.touch
available.
in addition, there configurable option disable touch events tooltips.
here link modernizr builder touch events pre-selected: http://modernizr.com/download/#-touch-shiv-cssclasses-teststyles-prefixes-load
Comments
Post a Comment