Tag Archives: jQuery

Google’s Hosted jQuery with WordPress

Update: I’ve modified the plugin to use a generic URL (…/1/jquery…) which loads the latest 1.x version. That way I don’t have to change the plugin everytime jQuery is updated. The ZIP file has been updated, just overwrite your old … Continue reading

Posted in robinadr.com, Web Development, WordPress | Tagged , , , , , | Comments Off

Improved Animated Scrolling

A while back I posted about automatically scrolling between internal links with some jQuery magic (which in turn was based on a tutorial by Learning jQuery) but one problem with it was that there was no way for the user … Continue reading

Posted in Web Development | Tagged , , , , , | Comments Off

Animated Scrolling in jQuery

I came across an article on Learning jQuery about animating the scrolling between same-page links (i.e. anchors). Basically one block of code does this automatically, but I came across a problem that it was trying to do the same for … Continue reading

Posted in Software, Web Development | Tagged , , , , , | 5 Comments