Guest User

Untitled

a guest
Jun 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Search for views-rows with the fan club taxonomy term, and add a custom class to those that match
  2. jQuery('li.views-row')
  3. .has('.views-field-field-blog-category a[href="/news/category/Fan-Club-News"]')
  4. .addClass('fan-club-row');
Add Comment
Please, Sign In to add comment