REGISTER ACCOUNT

/* $(document).ready(function() { $(document).on("submit", "div#winning_combo_small form", function () { //catches every click on the submit button of the "add to cart" form var id = $('#id').val; var name = $('#name').val; var price = $('#price').val; alert(); }) });*/