Advertisement
str-wrs

Tooltips: 1

Jun 16th, 2013
9,937
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://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  2. <script>
  3. (function($){
  4. $(document).ready(function(){
  5. $("[title]").style_my_tooltips({
  6. tip_follows_cursor:true,
  7. tip_delay_time:200,
  8. tip_fade_speed:300
  9. }
  10. );
  11. });
  12. })(jQuery);
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement