Advertisement
bongzilla

Untitled

Jan 13th, 2021
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. const wishlistDiv = $("a[href='/wishlist']").eq(0);
  2.  
  3. if(Number($('[data-wc="wl_count"]')[0].innerText) === 0) {
  4. wishlistDiv.hide();
  5. } else {
  6. wishlistDiv.show();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement