Advertisement
Guest User

Untitled

a guest
May 31st, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <input id="id-for-test" class="add_to_cart_list" value="Add to Cart" name="Add to Cart" type="button"
  2. onclick='sendToDataLayer("Category Lower", "Add to cart");return cat_add_one_to_cart( "<?= $p["id"] ?>", "<?= $param_sku ?>", "<?= $output_price ?>", "<?= $path ?>", "<?= $can_buy_limit ?>" ,"<?=$this_page_type?>")'/>
  3.  
  4. $('#id-for-test').removeClass('add_to_cart_list').addClass('color-test');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement