Skip to content

Instantly share code, notes, and snippets.

@codemilli
Created February 11, 2016 14:07
Show Gist options
  • Save codemilli/b6ac0bc4b14637fb3755 to your computer and use it in GitHub Desktop.
Save codemilli/b6ac0bc4b14637fb3755 to your computer and use it in GitHub Desktop.
var isActive = $('body').hasClass('active');
if (isActive) {
$('p').show();
}
// Application 의 state 를 View 에 저정하고 있다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment