Advertisement
Himitsu

Script Tooltip

May 2nd, 2013
2,761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!-- start of script tooltip -->
  2. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  3.  
  4. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  5.  
  6. <script>
  7.  
  8. (function($){
  9.  
  10. $(document).ready(function(){
  11.  
  12. $("a[title]").style_my_tooltips({
  13.  
  14. tip_follows_cursor:true,
  15.  
  16. tip_delay_time:90,
  17.  
  18. tip_fade_speed:600,
  19.  
  20. attribute:"title"
  21.  
  22. });
  23.  
  24. });
  25.  
  26. })(jQuery);
  27.  
  28. </script>
  29.  
  30. <!-- end of script tooltip -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement