Advertisement
viditkothari

Snippet_for_ShabmanAggarwal

Apr 24th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <!--
  2. The following jQuery import script statement is probably not required because the website/blog already has it included in it.
  3. -->
  4. CODE:
  5. -----
  6. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  7.  
  8.  
  9. <!-- The code below would probably solve the issue for just "Microsoft" logo and similarly has to be implemented on others -->
  10. CODE:
  11. -----
  12. <script language="javascript" type="text/javascript">
  13. $(document).ready(function(){
  14.   $("#logo1").hover(function(){
  15.     $("logo1textx").slideUp();
  16.   });
  17.  });
  18.  </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement