Need a solution

Discussion in 'JavaScript' started by sweet rahman, Nov 16, 2012.

  1. #1
    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...
     
    sweet rahman, Nov 16, 2012 IP
  2. Isuru

    Isuru Active Member

    Messages:
    363
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    68
    #2
    
     $('html, body').animate({ 
          scrollTop: $('#yourDiv').offset().top 
      }, 3000);
    
    Code (markup):
    Here is demo.
     
    Isuru, Nov 16, 2012 IP