I have email, password and some other fields, and I'm using $.post to
send data.
$("#MyForm").submit(function(){
$.post('/register.php',
$(this).serializeArray(),
callback,
"json"
);
return false;
});
In Ajax form submissi
I have email, password and some other fields, and I'm using $.post to
send data for Ajax submission.
$("#MyForm").submit(function(){
$.post('/register.php',
$(this).serializeArray(),
callback,
"json"
);
return false;
});
Th
I tried disabing the field, but unfortunately no respose from the
server in ajax call.
$("#myFieldId").attr({value:""}) works fine.
Is there any way to do this without resetting the field value?
It's working like a charm now. I used mkmanning's way.
Thanks for those who helped me!
Clare
hi all, I have something like below:
My Link
I'd like to get rid of only the inner tags, 'p' and 'h1'.
Any help would greatly be appreciated.
Beautiful! All of them work great.
Thanks for the useful info!
Clare
6 matches
Mail list logo