Advertisement
rorytastic

square hover links 01

Feb 14th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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.  
  4. <script>
  5. (function($){
  6. $(document).ready(function(){
  7. $("#standardlinks a[title]").style_my_tooltips({
  8. tip_delay_time:1
  9. });
  10. });
  11. })(jQuery);
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement