I want to add value to attribute. I found this one, but my requirments little different. I want to set value in function onclick="add('id', 5)"
.
onclick="cart.add('<?php echo $product['product_id']; ?>', here i want to set with jQuery);"
Please also view my code