The stuff that I’ve been working with today:
- jQuery Plugin: Validation See also: demos
- metadata plugin
- form plugin for AJAX submit
- Mastering Ajax, Part 10: Using JSON for data transfer
A juggling technophile shares personal stories, challenges, humor and perhaps some political commentary.
The stuff that I’ve been working with today:
Not long ago, I attempted to use jQuery to ease the pain of creating a modal popup for editing user data. One challenge is that the user data is edited from a tabular list of users. Since the page is not refreshed after the update, the changes must be dynamically reflected in the table. That’s an interesting challenge but not a huge problem. The problem I ran into was the jQuery modal plugins I tried using to make my cross-browser programming faster and easier was that none of them seemed to accommodate my lengthy forms.
jQuery has dozens of modal plugins and options including Dialog built into the UI. Which is your favorite? Have you had success with a modal allowing scrolling and still supporting IE6?
Update: jqModal, Facebox, SimpleModal, and Thickbox, direct link to SimpleModal, and Dialog. Think I’m going with Dialog.