Changeset - 45762fcd4b5a
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2011-03-24 20:44:01
ez@ethanzonca.com
Changed location of output page qTips, added click event to hide
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
scripts/displayTables.js
Show inline comments
 
@@ -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',
 
          }
 
      });  
 
  }
0 comments (0 inline, 0 general)