Bug Tracker

Show
Ignore:
Timestamp:
08/24/08 22:01:10 (5 months ago)
Author:
joern.zaefferer
Message:

tooltip: release 1.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/tooltip/demo/index.html

    r5341 r5838  
    120120        <img id="tonus" src="image.png" height="80" title="No delay. The src value is displayed below the title" /> 
    121121        <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 $("&lt;img/&gt;").attr("src", this.src); 
     127    } 
    124128});</code></pre> 
    125129    </fieldset>