[jQuery] Going to a particular element (or emulating anchor in javascript)

[jQuery] Going to a particular element (or emulating anchor in javascript)


Hello,
I would like to develop a "next item" in jQuery but I can't find how
to develop it. I have found how to get the offset of an element (with
.offset()), but I can't find how to go to this offset.
For example the html is :
<div id="items">
<div class="item">
</div>
<div class="item">
</div>
</div>
And I will have a "next" and "previous" button to navigate through the .item.
Thanks in advance.
--
Fabien SCHWOB