possible to use jquery to skip to a certain part of a page, based on its div class?
- by Brad
I want a link that scrolls the page to the start of the <div class="content-body">
The same functionality as a: <a href="#maincontent">Skip</a>, and placing <a name="maincontent"></a> right next to <div class="content-body">
I am seeing if it is possible via jQuery, and want to know if I would run into any problems down the road using that method (besides the user having javascript disabled).