Created
October 20, 2014 21:44
-
-
Save adamculpepper/52204d4e4978afa23a4d to your computer and use it in GitHub Desktop.
Body class added on Search results page (Business Catalyst, requires jQuery)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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