By adding a class attribute value of “jTip” to a link element the user can create a tooltip from the content found in the file the href is pointing too.
Also jTip can be customized by providing user defined widths (defaults to 250px wide) via a url query string.
The tooltip;s height is liquid and so, stretches to match the content that fills the tooltip.
Additionally it’s possible to provide a link (via url query string) to a jTip tooltip link element (a href) so that the link will still function as expected by the user.
jTip, not unlike Thickbox, pulls data from the server using a hidden http request.In keeping with all of this web 2.0, this means all of the tips are external.
This is a useful feature depending upon the type of usage a person might intend for jTip.
Requirements:
· JavaScript enabled on client side
· jQuery