Skip to content

Instantly share code, notes, and snippets.

@svnlto
Created January 8, 2011 16:42
Show Gist options
  • Save svnlto/770975 to your computer and use it in GitHub Desktop.
Save svnlto/770975 to your computer and use it in GitHub Desktop.
search body for certain attr (regex)
var className = $('body').attr('class');
if (/content-item-2(4|5)/.test($('body').attr('class'))) {
$(imageTrigger).click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment