[jQuery] jQuery Form and jQuery UI Submission Problem

2008-12-02 Thread jcokos
I'm trying to something that should be pretty simple: Open up a jquery-ui modal dialogue with a form in it. When the user submits the form, it shows the server output right there in the open dialogue. User closes it, and goes back to the screen where they just were. I can get it to pop the di

[jQuery] jSQuery Form failure to bind a form that is drawn by Ajax?

2008-09-28 Thread jcokos
Wierd Scenario for you Take the following basic bit of code: $(document).ready(function() { var options = { target:'#content', // target element(s) to be updated with server response beforeSubmit: function() { docum