Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var isActive = $('body').hasClass('active');
  2.  
  3. if (isActive) {
  4. $('p').show();
  5. }
  6.  
  7. // Application 의 state 를 View 에 저정하고 있다.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement