Skip to content

Instantly share code, notes, and snippets.

@liyaodong
Created December 11, 2014 03:34
Show Gist options
  • Save liyaodong/c780c3d1225625af36d5 to your computer and use it in GitHub Desktop.
Save liyaodong/c780c3d1225625af36d5 to your computer and use it in GitHub Desktop.
js:page.js start
$(function(){
if(!$('body').hasClass('yourclass')) {
return false;
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment