js.jquery_tooltip
Introduction
This library packages jQuery Tooltip
_ for fanstatic
_. It is aware of different modes (normal, minified).
.. _fanstatic
: http://fanstatic.org
.. _jQuery Tooltip
: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
This requires integration between your web framework and fanstatic
,
and making sure that the original resources (shipped in the resources
directory in js.jquery_tooltip
) are published to some URL.
How to use?
You can import jQuery Tooltip from js.jquery_tooltip
and need
it
where you want these resources to be included on a page::
from js.jquery_tooltip import jquery_tooltip
jquery_tooltip.need()
CHANGES
1.3 (2011-01-07)