0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed race condition with hoverIntent and mouseOutClose option. thanks, bertpayne! More... almost 15 years ago
fixed path to "wait" image. added jquery core file for offline demos. Changed slightly the behavior of clickThrough option: no longer test value of href. More... almost 15 years ago
updated doc page and demo page More... almost 15 years ago
improved performance of cluetip dom creation/insertion; cluezIndex option now works correctly (fixes http://plugins.jquery.com/node/8188); fixed title attribute value not returning after hover in some cases (fixes http://plugins.jquery.com/node/7996) More... almost 15 years ago
cleaned up some variable declarations; fixed problem loading ajaxed files with broken images first time (thanks to Matt Stow). More... almost 15 years ago
added licensing info to index.html#faq. added cluetip('destroy') feature to unbind all cluetip event handlers on matched elements. namespaced mouse events in hoverIntent to allow unbinding cluetip stuff in one fell swoop. More... almost 15 years ago
fixed bad regular expression that was breaking multiple local tooltips More... about 15 years ago
namespaced as many event handlers as possible (can't do so with hoverIntent) and added artificial event binding for hiding the clueTip. $(document).trigger('hideCluetip'); will now hide it. More... about 15 years ago
changed scope (this) to invoking element from within ajaxProcess option More... about 15 years ago
added arguments to all ajax settings to make them available through options More... about 15 years ago
changed the regex for ajaxProcess default setting More... about 15 years ago
added ability to merge in ajax callback functions, or, in the case of error, override the plugin's default. More... about 15 years ago
added .call() to onShow and onHide for proper this context More... about 15 years ago
updated documentation More... about 15 years ago
changed logic for local content loading. if selector (tipAttribute) is an id, it doesn't use the :eq(index) enhancement More... about 15 years ago
changed date More... about 15 years ago
force requested page not to be cached by browser when ajaxCache set to false More... about 15 years ago
fixed incorrect persistence of cluetip contents when new title-only cluetip shown (http://plugins.jquery.com/node/6982) More... about 15 years ago
changed version number More... about 15 years ago
allow population of cluetip contents by passing in a function w/ return value for first argument More... about 15 years ago
added option to html-escape tags when using title for clueTip contents (cf http://plugins.jquery.com/node/6527) More... about 15 years ago
changed first arg of $.extend - from false to true - for deep extend More... about 15 years ago
fixed issue with cluetip-clicked class not being removed in all situations More... about 15 years ago
fixed prob with hidden local content not showing in clueTip More... about 15 years ago
adding a bunch of demo and support files More... about 15 years ago
fixed problem with local content causing increasingly nested divs (fixes http://plugins.jquery.com/node/6292) More... about 15 years ago
cleaned up some comments and moved some to README file. More... over 15 years ago
adding cluetip plugin file and stylesheet. added ability to pass in an image and have it shown without having to do an ajax call. More... over 15 years ago
first commit More... over 15 years ago