Javascript - newtooltip version 0.1
I developed a jquery plugin called jquery.newtooltip.js which is a revamped version of jquery.tooltip.js. It has been added some option, such as on/off handler, AJAX supports.
Hear is a working example.
By seting up as follows, every tags with title attribute obtains the ability of showing tooltips, and this is the easiest way to use newtooltip.js.
// Easiest way to use $(document).ready(function(){ $('.target').tooltip_setup(); });
Options(following values are default)
// Options $.tooltip_setup({ in_json : false, // use of json format auto : true, // use of title attribute handler_on : 'mouseover', // handler for showing tooltip handler_off : 'mouseout', // handler for hiding tooltip track : true, // tracking mousemove fade : 200, // fade(msec) top : 15, // vertical distance from pointer left : 15, // horizontal distance from pointer id : "TOOLTIP" // ID for tooltip auto_css : true, // activate default CSS });
newtooltip.min.js
PACKED File.
newtooltip.org.js
UNPACKED File.
Relative Entries
By Timeline
- 2009-01-19 19:27:30 Javascript - jquery.clipstr.js
- 2009-01-13 06:37:27 Counter speculation of XSS
- 2009-01-09 12:51:52 Javascript - Easy Widgets to mimic iGoogle's UI
- 2009-01-05 02:37:12 List of Multi Platform Applications
- 2008-10-21 00:00:00 Javascript - Thickboxize images for thickbox3.1
- 2008-10-19 00:00:00 Javascript - newtooltip version 0.1
- 2008-08-20 00:36:11 Japanese language file for Bug Tracker
- 2008-08-06 00:19:23 Perl - Source code of this blog
- 2008-07-26 12:49:00 Perl - Image::Magick::Text::AutoBreak
- 2008-07-12 14:48:44 Perl - Syntax-Highlight-Engine-Simple
Comments
no comment existsPage Navigation