function remove_from_cart(product_id) { $.post( "cart/remove_from_cart.php", {product_id:product_id}, update_cart_interface); }