[jQuery] Re: Create an AJAX form within a modal window.

2009-06-30 Thread Eric Martin
I'm not familiar with CF - so I'm not sure if it handles forms differently (link .NET), but you should be able to use the onShow callback to bind the form submit and handle it accordingly. Check out the Contact Form demo[1] for an example. -Eric [1] http://www.ericmmartin.com/simplemodal On Ju

[jQuery] Re: Create an AJAX form within a modal window.

2009-06-29 Thread Rick Faircloth
I've been working on converting my CF-based admin functionality to just what you describe, except doing it with Thickbox instead of SimpleModal. Except for how the modal windows may be handled, I don't think there would be any difference between what I do and what you asking about. Here's an exam