$(document).ready(function() { $('#addToBasketButton').click(function(event) { event.preventDefault(); $('#addToBasketSubmit').click(); }); });