Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <div class="inner">
  2. <h1 class="pagetitle row">NEW ARRIVALS</h1>
  3. <div class="close-row">
  4. <div class="navdrop" id="tagfilter" name="tagfilter">
  5. <a href="http://www.achengshop.com/collections/newarrivals">All</oa>
  6. <a href="http://www.achengshop.com/collections/newarrivals/bras">Bras</oa>
  7. <a href="http://www.achengshop.com/collections/newarrivals/crossbody">Crossbody</a>
  8. <a href="http://www.achengshop.com/collections/newarrivals/jeans">Jeans</a>
  9. <a href="http://www.achengshop.com/collections/newarrivals/pants">Pants</a>
  10. <a href="http://www.achengshop.com/collections/newarrivals/pullovers">Pullovers</a>
  11. <a href="http://www.achengshop.com/collections/newarrivals/satchels">Satchels</a>
  12. <a href="http://www.achengshop.com/collections/newarrivals/shirts">Shirts</a>
  13. <a href="http://www.achengshop.com/collections/newarrivals/tops">Tops</a>
  14. <a href="http://www.achengshop.com/collections/newarrivals/totes">Totes</a>
  15. <div>
  16. </div>
  17. </div>
  18.  
  19. $(function () {
  20. if ($("h1").contains("NEW ARRIVALS")) {
  21. $("#tagfilter").remove();
  22. }
  23. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement