Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Created September 26, 2016 08:10
Show Gist options
  • Select an option

  • Save IgorGavrilenko/fb1cca69eaf79d1e1f239441c14927c0 to your computer and use it in GitHub Desktop.

Select an option

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