Another quick jQuery tutorial! Here’s the demo.
I’m building an app that requires members to “invite” contacts for each new record they create. (This consists primarily of a name and email address.) In some cases the contacts will be invited several times. So, in lieu of having the user re-enter information on multiple occasions I store previously invited users in a mySql table, and then render them in a select list. As far as UX goes this allows members to enter a new name and email address combination, or, select from a dropdown of previous users, in turn auto-populating the input fields. (Which makes validation cleaner.)
Read More...