
Ajax requests with jQuery.post()
This is one of the reasons I still like jQuery. I’m sure all the new frameworks do similar stuff, but things like this are so


jQuery Smooth Scroll to Anchor Using animate()
I always get a kick out of jQuery… especially animation methods. It’s one of those things that just wows clients… and truthfully, I feel pretty


jQuery: Find An Anchor By Its HREF
jQuery selectors can be a bit tricky. :first-child, :last-child, nth-of-type, is it zero-based, why is it grabbing that element when I expected this one. Fun


Add Active Navigation Class to Menu Item Based on URL Using jQuery
In this jQuery tutorial, you’ll learn how to add an active class to a menu item based on the page URL using jQuery… so you


Set DIV Height to 100% of Its Parent Using jQuery
In this jQuery tutorial, you’ll learn how to set the height of a DIV to 100% of its parent. You’ll learn: how to set variables


jQuery Tutorial: How to Build a jQuery Accordion
In this jQuery tutorial, you’ll learn how to build a jQuery accordion. You’ll learn: how to slideUp() and slideDown() different elements how to use relative