I've made a nice form effect using Twitter Bootstrap, where you click the "Add new group" button, and it bring up a form.
Example: http://jsfiddle.net/sRUbd/ Unfortunately when there is a form error, the form area collapses, so I never see the error (unless I click "Add new group" again). Can I run arbitrary HTML on validation error? — Basically I want to run `#sesame`... the name of the div containing the form. Thanks for all suggestions, Alec Taylor --

