onediewreckshun

tooltip script | http://kimsjongin.tumblr.com

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