Team:KULeuven/Sponsors2

From 2011.igem.org

(Difference between revisions)
Line 35: Line 35:
<a>Hover over me</a> to see a tooltip positioned to the <b>bottom</b> of the parent element.
<a>Hover over me</a> to see a tooltip positioned to the <b>bottom</b> of the parent element.
                     <code class="js">&nbsp;
                     <code class="js">&nbsp;
-
$(<var>"JQUERY SELECTOR"</var>).<dfn>simpletip</dfn>({
+
$("JQUERY SELECTOR").simpletip({
-
   fixed: <var>true</var>,
+
   fixed: true,
-
   position: <var>'bottom'</var>
+
   position: 'bottom'
});
});

Revision as of 11:10, 27 July 2011

KULeuven iGEM 2011

 
Hover over me to see a tooltip positioned to the bottom of the parent element.   $("JQUERY SELECTOR").simpletip({ fixed: true, position: 'bottom' });