Changeset 4465
- Timestamp:
- 01/16/08 17:56:53 (1 year ago)
- Location:
- trunk/plugins/tooltip
- Files:
-
- 2 modified
-
jquery.tooltip.js (modified) (2 diffs)
-
todo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/tooltip/jquery.tooltip.js
r2237 r4465 4 4 * http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ 5 5 * 6 * Copyright (c) 2006 J �Zaefferer, Stefan Petre6 * Copyright (c) 2006 Jörn Zaefferer, Stefan Petre 7 7 * 8 8 * Dual licensed under the MIT and GPL licenses: … … 77 77 * @type jQuery 78 78 * @cat Plugins/Tooltip 79 * @author J �Zaefferer (http://bassistance.de)79 * @author Jörn Zaefferer (http://bassistance.de) 80 80 */ 81 81 -
trunk/plugins/tooltip/todo
r3945 r4465 1 * add demo: http://www.kentuckygolfing.com/gallery 1 2 * add "bottom" and/or "right" classes to tooltip when moving tooltip at viewport borders, for displaying different backgrounds 2 3 * add delay on hide
