Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. jQuery('[title]').tipsy({trigger: 'hover', fade: true, delayIn: 25, delayOut: 50, title: 'title', html: true, gravity: function() {
  2. jQuery('#north').tipsy({gravity: 'n'});
  3. jQuery('#south').tipsy({gravity: 's'});
  4. jQuery('#east').tipsy({gravity: 'e'});
  5. jQuery('#west').tipsy({gravity: 'w'});
  6. jQuery('#north-west').tipsy({gravity: 'nw'});
  7. jQuery('#north-east').tipsy({gravity: 'ne'});
  8. jQuery('#south-west').tipsy({gravity: 'sw'});
  9. jQuery('#south-east').tipsy({gravity: 'se'});
  10. }});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement