I am new to use jquery. I need to scroll to the place where the menu indicates as in this site http://www.newworkmag.com/issue1.html. If I am not mistaken then I can use scrollTo. But I could not find how to use this. Hope to get answer.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can be achieved using the jQuery scrollTo plug-in which allows you to scroll the entire window as in your example.
EDIT: Here’s a similar stackoverflow question