Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <script>
  2. $(function(){
  3. $('a.link-class').click({x:0},function(e){
  4.  
  5. $('div.class1').show();
  6. $('div.class2').hide();
  7. });
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement