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 p
Hi,
I would really appreciate any reply/comments. Looking forward to
hearing from you.
Thanks.
Regards,
Christian
On Sep 14, 10:34 am, csetzkorn wrote:
> Hi,
>
> I am struggling a bit with this. I am using the 'jQuery BlockUI
> Plugin' and the 'BabySteps
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, { nextValidato
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:
Script:
$(document).ajaxStart(function() { $.blockUI({ message: 'hello',
overlayCSS: { backgroundColor: 'green
Hi,
Thanks - I think that did the trick.
Christian
On May 19, 8:05 pm, Mike Alsup 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
> > Conten
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.
Fax:
Here is some code javascript (tried to fiddle with sent data ->
beforeSubmit - no success):
$('#frm_submit_btn
Hi,
I am using this code:
var options =
{
url: '../Account/Upload',
type: 'POST',
contentType: 'multipart/form-data',
dataType: "text",
error: function(XMLHttpRequest, textStatus,
7 matches
Mail list logo