Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $(".quickLinks li a").each(function() {
  2. if (this.text.indexOf('All ') != -1) {
  3. $(this).closest("li").hide();
  4. }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement