[jQuery] jqModal: Defining a custom event before closing the window?
Thanks Chris, This sounds like a winning idea. I'm still new to JQuery and its plug-ins and syntax, but if the ID of my save button is "saveButton", how would I invoke '.trigger("#cancelButton")'? Would it be ...
<input type="button" id="saveButton" value="Save" onclick="doStuff(); .trigger('#cancelButton');">
? - Dave