Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6094273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:39:29+00:00 2026-05-23T12:39:29+00:00

I am usinh jquery form plugin with this code $(.form1).live(‘submit’, function(e){ $(.form1).ajaxSubmit(options); }); Now

  • 0

I am usinh jquery form plugin with this code

$(".form1").live('submit', function(e){   

 $(".form1").ajaxSubmit(options); 
});

Now i see that firebug console shows all ajax requests so that i can see the request and response.

But i have seen that when i use the above code then my ajax request is completed but i can’t see any post request in console.

But if i use

$(".form1").live('submit', function(e){   

 var queryString = $('.form1').formSerialize(); 
  $.post('/book/create/', queryString); 

Then i can see the request response

i want to know why is that

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:39:30+00:00Added an answer on May 23, 2026 at 12:39 pm

    Only ajax requests (XMLHttpRequest) are shown in the console. Use the net panel to debug all other requests.

    But .ajaxSubmit() is indeed an ajax request as the docs say

    ajaxSubmit

    Immediately submits the form via AJAX.
    In the most common use case this is
    invoked in response to the user
    clicking a submit button on the form.
    ajaxSubmit takes zero or one argument.
    The single argument can be either a
    callback function or an Options
    Object.

    The problem may be that you’re not preventing the actual form submission in your code .

    $(".form1").live('submit', function(e){   
       $(".form1").ajaxSubmit(options); 
       return false; // this will prevent the actual form submission.
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form I am submitting using jQuery's ajaxSubmit function from the Forms
I am using jQuery Form Plugin http://jquery.malsup.com/form/ to submit my form. Here is the
I'm using the jquery form plugin to submit forms to my MVC application. The
I have Jquery Form plugin but i do not have submit button in my
I'm using this jQuery validation plugin and getting the famous: $(#Form).validate is not a
I'm using the jQuery Form plugin to upload an image. I've assigned a fade
I'm using jQuery in conjunction with the form plugin and I'd like to intercept
I'm writing a semi-generic form plugin using jQuery in order to speed up the
When using jQuery 's ajax method to submit form data, what is the best
I'm using the jquery form plugin ( http://malsup.com/jquery/form/ ) to upload a file via

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.