Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Created September 26, 2016 08:10
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 IgorGavrilenko/fb1cca69eaf79d1e1f239441c14927c0 to your computer and use it in GitHub Desktop.
Save IgorGavrilenko/fb1cca69eaf79d1e1f239441c14927c0 to your computer and use it in GitHub Desktop.
search url
(function() {
var pagePathname = location.pathname;
var pathname = 'path/path';
if (pagePathname === pathname) {
$('html').addClass('className');
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment