Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. jQuery(document).ready(function() {
  2. jQuery('.pane-about-me .pane-custom').click(function() {
  3. jQuery('.pane-about-me').toggleClass("active");
  4. jQuery('.pane-about-me .pane-custom').toggleClass("active");
  5. jQuery('.pane-work-grid').toggleClass("active");
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement