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 7860287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T22:13:40+00:00 2026-06-02T22:13:40+00:00

I have some script like this: $(#button).click(function () { alert(before); $.post(doAction.aspx?id=hotel, {}, function (response)

  • 0

I have some script like this:

$("#button").click(function () {
 alert("before");
    $.post("doAction.aspx?id=hotel", {},
         function (response) {

             });
           alert("after");
       return false;
       });

the $.post is not firing. I really don’t know what the error is. I used the same script elsewhere and it worked fine. pls help out.

  • 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-06-02T22:13:47+00:00Added an answer on June 2, 2026 at 10:13 pm

    if the alert(“before”) is firing and you don’t have any JS errors in your development console in the browser then the $.post is also firing. I would expect that you get an error response and since you haven’t provided a handler ($.post doesn’t allow you to do that) then it will simply be consumed and disregarded. Try changing to

    $.ajax({
                type:'POST',
                url:"doAction.aspx?id=hotel",
                data:{},
                success:function(data){...},
                error:function (xhr, status, errorThrown) {
                    console.log(xhr); //could be alert if you don't use the dev tools
                },
                dataType:"json"
            });
    

    I’d believe you get into the error handler then

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

Sidebar

Related Questions

My code is like this: <script type=text/javascript> $(document).ready(function(){ $(Edit).click(function(){ $.get('fetchvalues.php'); }); }); </script> <input
So I have code like this: <script language=javascript> $(function(){ function hellothere(strng){ showalert(strng); } function
I have simple HTML code with some JavaScript. It looks like: <html> <head> <script
I have some command-line ruby scripts for things like pre-processing text files before uploading
I have some questions about the performance of this simple python script: import sys,
I have a html page using a jQuery UI Button with some jQuery script
I have some simple javascript that I'd like to run when a button is
I have a button in a jQuery tabbed page declared like this: <input id=buttonSave
This is an ajax function that i would like carry out on click of
quick question, I have a <hr> and this script: <script type=text/javascript > $(function ()

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.