Using jQuery.when with a dynamic number of objects. (September 22, 2011 5:32 PM)
The jQuery.when method accepts a dynamic number of arguments, however, it does not accept an array of arguments. This tutorial show you how to get around that issue. The jQuery.when method accepts a dynamic number of deferred objects. If you know how many objects you are passing in, it is very easy to do so manually. However, if you have a dynamic number of objects that you need to pass in, it isn't as straight-forward.
jQuery preloadImages Plugin (September 14, 2011 10:46 PM)
Any time that you wish to animate an image or something that contains an image, you will receive an odd effect if that image isn't already loaded. The most common way around this issue is to preload your images. You could do this with native JavaScript, however, I decided to create the jQuery preloadImages plugin as a cross-browser way of preloading images using jQuery.
Add jQuery UI Styles to a Datatable (September 11, 2011 3:49 PM)
...unctionality through ajax or custom code. Because of this, I wrote this simple plugin that takes a datatable and adds jQuery ui styles to it. The primary purpose of the tableStyle plugin is to add jQuery UI styles to a datatable. The plugin is built using jQuery UI's Widget framework, therefore it follows the same api conventions as other jQuery UI widgets such as datepicker or dialog.
