jQuery 1.4.3 brought us a complete rewrite of the CSS module. The main focus of this rewrite was to add extensibility. Along with some nice speed-ups in getting styles, the CSS module of jQuery now let you extend the functionality of .css() and .animate(). It allows this by adding cssHooks. cssHooks allow you to “hook” in to how jQuery gets and sets css properties. This means that you could crea