Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Created June 8, 2018 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunaluna/bb7cd907a562f22619a236028fb4b22f to your computer and use it in GitHub Desktop.
Save lunaluna/bb7cd907a562f22619a236028fb4b22f to your computer and use it in GitHub Desktop.
WordPressのページスラッグでJS (jQuery) の処理を分けたいときの記述
(function($){
if(document.URL.match('/news')){
...
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment