[jQuery] JQuery Form Plugin returns nothing in Opera

2008-05-08 Thread Kosarev Denis
Hello, Mike! You saved my day! :) This version worked perfectly for me! Thanks for the fast reply! Thursday, May 8, 2008, 8:05:19 PM, you wrote: >> I've got a form that uploads a file. It's an AJAX form, initialized by the >> following code: >> >> $(document).ready( >> function() >> { >

[jQuery] JQuery Form Plugin returns nothing in Opera

2008-05-08 Thread dkosarev
I've got a form that uploads a file. It's an AJAX form, initialized by the following code: $(document).ready( function() { $('#filer').ajaxForm( { target: '#vars', beforeSubmit: function(formData, jqForm, options) { alert('sending'); }, success: function(responseText, statusText) { alert