[jQuery] complicated form with 'child objects'

2009-09-24 Thread csetzkorn
Hi, I try to implement a form for an item that can have several ‘child objects’ - addresses (let us say with 3 strings: postcode, country, city to keep things simple). The addresses will be send as a stringified JSON array together with the remaining form elements to the server (using the forms

[jQuery] Re: asynchronous validation + BabySteps

2009-09-18 Thread csetzkorn
Hi, I would really appreciate any reply/comments. Looking forward to hearing from you. Thanks. Regards, Christian On Sep 14, 10:34 am, csetzkorn c.setzk...@liv.ac.uk wrote: Hi, I am struggling a bit with this. I am using the 'jQuery BlockUI Plugin' and the 'BabySteps' plugin (http

[jQuery] asynchronous validation + BabySteps

2009-09-14 Thread csetzkorn
Hi, I am struggling a bit with this. I am using the 'jQuery BlockUI Plugin' and the 'BabySteps' plugin (http://blog.vokle.com/index.php/ 2008/08/22/babysteps/) where I go from step to step if the previous step validates ok. I have (simplified) code like this: step1.bindStep(step2, {

[jQuery] problems with async ajax call in ie

2009-08-04 Thread csetzkorn
Dear all, Because IE behaves differently to FF I have to implement a ‘mother function’ that only returns a value after an ajax call finished. Basically this works fine in FF: HTML: p id=error_message_step1 style=color:red;/p Script: $(document).ajaxStart(function() { $.blockUI({ message:

[jQuery] Re: problems with ajaxSubmit and files when file(s) not selected

2009-05-20 Thread csetzkorn
Hi, Thanks - I think that did the trick. Christian On May 19, 8:05 pm, Mike Alsup mal...@gmail.com wrote: This works fine as long as the user selects a file. The file plus the text form elements are send to the server. Some intercepted traffic: -7d92e142190a

[jQuery] problems with ajaxSubmit and files when file(s) not selected

2009-05-19 Thread csetzkorn
Hi, I am kind of successfully uploading files using ajaxForm/ajaxSubmit and POST. My form has a file input (I am actually using jquery.MultiFile.js) and some text inputs e.g. input type=file maxlength=1 class=multi id=image name=image accept=gif|jpg|jpeg/ label for=fax class=labelFax:/label

[jQuery] Popup window after file upload in firefox and ie

2009-05-07 Thread csetzkorn
Hi, I am using this code: var options = { url: '../Account/Upload', type: 'POST', contentType: 'multipart/form-data', dataType: text, error: function(XMLHttpRequest, textStatus,