Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created May 16, 2011 18:50
Show Gist options
  • Select an option

  • Save skipjac/975054 to your computer and use it in GitHub Desktop.

Select an option

Save skipjac/975054 to your computer and use it in GitHub Desktop.
hide login login on customer satisfaction page
if (window.location.href.indexOf('satisfaction') >= 0) {
$j('#top-right').hide();
}
@skipjac

skipjac commented Jul 13, 2011

Copy link
Copy Markdown
Author

to hide the comments section

$j('.content_grey').hide();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment