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

  • SEARCH
  • Home
  • 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 6579573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:54:57+00:00 2026-05-25T15:54:57+00:00

What is the difference of these, and how do I know when to use

  • 0

What is the difference of these, and how do I know when to use which?

$.post($(this).attr('action'), $(this).serialize(), function(response) {
    // do something here on success
}, 'json');

$.post($(this).prop('action'), $(this).serialize(), function(response) {
    // do something here on success
}, 'json');

$.post($(this).closest("form").prop('action'), $(this).serialize(), function(response) {
    // do something here on success
}, 'json');
  • 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-25T15:54:57+00:00Added an answer on May 25, 2026 at 3:54 pm

    The first and second are identical, in this case. These functions has to be called from a form event handler. Instead of $(this).prop/attr(), $(this)[0].action and this.action can also be used.

    The third method looks for the nearest form element, and retrieve the action attribute of the form. This method would be useful from a non-form context, e.g. from a button element.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know what the difference between these instructions is: MOV AX,
i know unsigned,two's complement, ones' complement and sign magnitude, and the difference between these,
I am updating this post with what I think I now know about getting
This is my first post on here and I'm very new to iPhone developing,
What is the difference between those 2 files? Like I know they are for
Has anyone ever tested, or does anyone know, the performance differences of these two
I'd like to know if there's a difference between the following two calls to
I would like to know if there is a difference in speed between computing
Just I would like to know, is there any difference between if (a==5) or
Whats the difference between these two initialization methods for obj ? I've seen both

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.