Advertisement
arizawan

bdspeedytech Remove all from cart

May 13th, 2020
967
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var allRemove = $(".remove").find("a");
  2. allRemove.each(function( index ) {
  3.   $(this).click();
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement