Changeset 5285
- Timestamp:
- 04/23/08 07:59:49 (9 months ago)
- Location:
- trunk/plugins/tooltip
- Files:
-
- 2 modified
-
demo/index.html (modified) (2 diffs)
-
jquery.tooltip.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/tooltip/demo/index.html
r5279 r5285 38 38 showURL: false, 39 39 showBody: " - ", 40 fade: 15040 fade: 250 41 41 }); 42 42 … … 146 146 showURL: false, 147 147 showBody: " - ", 148 fade: 150148 fade: 250 149 149 });</code></pre> 150 150 </fieldset> -
trunk/plugins/tooltip/jquery.tooltip.js
r5279 r5285 188 188 if (settings(current).fade) { 189 189 if (!helper.parent.is(":animated")) 190 helper.parent.fadeIn( );190 helper.parent.fadeIn(settings(current).fade); 191 191 else 192 192 helper.parent.stop();
