Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Created February 15, 2012 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MKorostoff/1838973 to your computer and use it in GitHub Desktop.
Save MKorostoff/1838973 to your computer and use it in GitHub Desktop.
//Search for views-rows with the fan club taxonomy term, and add a custom class to those that match
jQuery('li.views-row')
.has('.views-field-field-blog-category a[href="/news/category/Fan-Club-News"]')
.addClass('fan-club-row');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment