jQuery(function($){ $('.add_to_cart_button').on('click', function(e){ e.stopPropagation(); }); });