Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $('.subheader:not(.active)').hide();
  2.  
  3. $(':not(.active)').hide();
  4.  
  5. .subheader {
  6. display: none;
  7. }
  8. .subheader.active {
  9. display: block;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement