I’m trying to have a qTip2 bubble created but not displayed at load time. Then display it under any image clicked.
Please advise what is the best way to do this. (using qTip to solve the bubble going out of the screen).
Thanks
EDIT:
see problem with http://jsfiddle.net/jnbPP/5/ (looking for the correct way to do this)
Well then you need to load it on click, e.g.:
Check out my fiddle: EXAMPLE
Use
to keep the tooltip on screen.
Here you go. CLICK