Advertisement
hazzstop

tooltips #1(paste under <head> )

Nov 30th, 2013
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  2. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  3. <script>
  4. (function($){
  5. $(document).ready(function(){
  6. $("a[title]").style_my_tooltips({
  7. tip_follows_cursor:true,
  8. tip_delay_time:90,
  9. tip_fade_speed:600,
  10. attribute:"title"
  11. });
  12. });
  13. })(jQuery);
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement