Dive into the archives.
- jQuery and AJAX
jQuery makes it ridiculously easy for anyone to add AJAX functionality to your website, my example loads the navigation from my site.
The secret to this is the load() function. It allows you to load portions, defined with CSS selectors, of any remote location. Top off this function with a smooth animation, and enjoy. Here is [...]
