Hello everyone. I need a help from you. I am making a website for me.. I just created Shopping cart and I want that when a user click on submit button.. the cart.php will be open and automatically go to bottom section where cart detail show. I hope you understand my problem...
$('html, body').animate({ scrollTop: $('#yourDiv').offset().top }, 3000); Code (markup): Here is demo.