Skip to content

Instantly share code, notes, and snippets.

@adamculpepper
Created October 20, 2014 21:44
Show Gist options
  • Save adamculpepper/52204d4e4978afa23a4d to your computer and use it in GitHub Desktop.
Save adamculpepper/52204d4e4978afa23a4d to your computer and use it in GitHub Desktop.
Body class added on Search results page (Business Catalyst, requires jQuery)
if (url.search("Default.aspx?A=Search")) {
$("body").addClass("search");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment