Posts tagged with “DOM

Animated scrolling with jQuery

It’s simple enough to use anchor tags to permit a user to move from one part of a page to another. Well, perhaps not “move” as much as “jump jarringly”. Isn’t there some way of doing the same thing with a little more panache? Of course there is. jQuery has two functions, offset and animate, […]