# HG changeset patch # User Ethan Zonca # Date 2011-03-24 20:44:01 # Node ID 45762fcd4b5a60f8ff88796273b9cfe0081d30c7 # Parent 52d76e7441177a1c3adc1b809b6c87b95c725279 Changed location of output page qTips, added click event to hide diff --git a/scripts/displayTables.js b/scripts/displayTables.js --- a/scripts/displayTables.js +++ b/scripts/displayTables.js @@ -132,9 +132,12 @@ jQuery(document).ready( function() tip: true, classes: "ui-tooltip-dark ui-tooltip-shadow ui-tooltip-rounded" }, + hide: { + event: 'mouseleave click' + }, position:{ my: 'bottom left', - at: 'center', + at: 'top center', } }); }