Team:KULeuven/Sponsors2

From 2011.igem.org

(Difference between revisions)
Line 41: Line 41:
                     </code>  
                     </code>  
-
<script>
+
$('.help').simpletip('content', {
-
$("JQUERY SELECTOR").simpletip({
+
stem: 'topLeft',
-
 
+
  hook: { tooltip: 'leftMiddle', target: 'rightMiddle' }
-
  // Configuration properties
+
-
  content: 'My Simpletip',
+
-
  fixed: false
+
-
 
+
});
});
-
</script>
 
  </div>  
  </div>  

Revision as of 11:33, 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' }); $('.help').simpletip('content', { stem: 'topLeft', hook: { tooltip: 'leftMiddle', target: 'rightMiddle' } });