Duck-punching jQuery UI and the Widget Factory
jQuery UI is a great user-interface library for jQuery. It has some great plugins with a fantastic set of options that allow you to perform all kinds of UI tasks like dialog boxes, tabs,...
View ArticleMerging jQuery Deferreds and .animate()
jQuery’s animate method, and the shorthand methods that use it, are fantastic tools to create animations. Creating animations that link together to achieve a particular effect, and do something...
View ArticlejQuery Plugin: .serializeObject()
More often than not, you want an object of your form data to send to the server. I use cakePHP, which makes heavy use of input names like data[ModelName][attribute]. I needed a way to get that same...
View ArticlejQuery – making .then a little more useful
Edit 04.06.2011: This feature is now a part of jQuery 1.6 (commit bb99899c) and called .always. Checkout .chain too! The introduction of Deferreds into jQuery in 1.5 is quite a handy feature....
View Article