Greetings,
I'm using jQuery 1.3.2 and jQuery Form Plugin 2.25.
My code:
$('#msre_file').change(function(){
el = $(this);
target = el.next();
$('#entryform').ajaxSubmit({
url: '&ms_rel_file=upload',
Hi,
I'm trying to use the form plugin from malsup.org to submit a form
with ajax, but it does not seem to work with options.
This works:
$("#loginform").ajaxSubmit(function(obj,
statusText) {
alert(obj);
Hi,
I'm having a problem with the jquery (ajax) form plugin. It says on
the page (malsup.com) to seek help here :)
When I invoke ajaxSubmit() with a function it is called on success.
But when I invoke ajaxSubmit() with a Options object with success:
function() {..} the function is not invoked. A
Hi,
I'm trying to use the form plugin from malsup.org to submit a form
with ajax, but it does not seem to work with options.
This works:
$("#loginform").ajaxSubmit(function(obj,
statusText) {
alert(obj);
4 matches
Mail list logo