$('document').ready(function(){ function addtoCart(itemId){ window.location.href='/index.php?page=cart'; } });