Changeset 5838 for trunk/plugins/tooltip/demo
- Timestamp:
- 08/24/08 22:01:10 (5 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/tooltip/demo/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/tooltip/demo/index.html
r5341 r5838 120 120 <img id="tonus" src="image.png" height="80" title="No delay. The src value is displayed below the title" /> 121 121 <h3>Code</h3> 122 <pre><code class="mix">$('img').tooltip({ 123 delay: 0 122 <pre><code class="mix">$('#tonus').tooltip({ 123 delay: 0, 124 showURL: false, 125 bodyHandler: function() { 126 return $("<img/>").attr("src", this.src); 127 } 124 128 });</code></pre> 125 129 </fieldset>
