This is the successor and port of my original jQuery MultiSelect Plugin to a jQuery UI widget. While both will actively be maintained, I highly recommend you use this version over the plugin version. It has a more robust feature set, is faster, and is much more flexible. MultiSelect turns an ordinary HTML select control …
Daily Archives: November 3, 2010
jQuery Related (Dependent) Selects Plugin
I’ve finally gotten around to writing & releasing a jQuery plugin that allows you to create any number of related/dependent select boxes in a form. I’ve yet to find a decent solution and needed something that was fairly customizable and could retrieve data using AJAX/JSON, so here she is.
jQuery: modifying the submit button when a form is submitted
I’ve found it useful on certain apps to disabled the submit button once the form has been submitted to prevent the user from accidentally/deliberately clicking on it twice. There are two ways to accomplish this, and only one will work in IE. Can you guess which one?
WordPress Plugins and Widgets
Top WordPress Plugins and Widgets The wordpress plugins are arranged broadly by category of usage. As far as I know, all these plugins are compatible with the latest WordPress 2.5 version. Please feel free to suggest great plugins in comments that I can add to this list.
WP plugins v1
WordPress in itself is a decent system but it can be made into a rock solid blogging beast. Adding plugins can make WordPress into the Swiss Army Knife of blogging: just pull out whatever functionality you need for your specific blog!
Jquery Multi selector, comma separated values
Select Multiple Form Fields Finding a better solution for multiple selection Most of the form fields available with HTML are straightforward and easy for people to understand and use. But there is one exception. The select multiple. While useful and necessary, the select multiple form field has always been a usability challenge.