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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:19:49+00:00 2026-05-15T08:19:49+00:00

I have a $.ajax call with an error callback: error: function(result){ $(‘#msg’).text(result.statusText).addClass(‘err’); } I’d

  • 0

I have a $.ajax call with an error callback:

error: function(result){
$('#msg').text(result.statusText).addClass('err');
}

I’d like to change it to a more generic:

error: myError(result)

And then all by itself:

function myError(theError){
$('#msg').text(theError.statusText).addClass('err');
} 

But firebug is telling me “result” is not defined.

Q: Do I call it this way?

error: function(result){
myError(result);
}
  • 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-15T08:19:50+00:00Added an answer on May 15, 2026 at 8:19 am

    You just want the function name, not any parenthesis or arguments, like this:

    error: myError
    

    It’ll call that function reference with the same arguments as it would an anonymous function, right now it’s trying to actually execute the function (with result as an argument…a variable it can’t find) and assign the result as an error handler, you want the function itself to actually run as the error handler.

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

Sidebar

Ask A Question

Stats

  • Questions 512k
  • Answers 512k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You could use some sort of support ticketing / FAQ… May 16, 2026 at 5:44 pm
  • Editorial Team
    Editorial Team added an answer If I'm reading your question right, it looks like you… May 16, 2026 at 5:44 pm
  • Editorial Team
    Editorial Team added an answer If you can, pass the event object to these functions,… May 16, 2026 at 5:44 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a JavaScript Ajax call (jQuery.ajax), that does not execute the success callback
I have a javascript function that calls a generic function to make an ajax
I have a problem with IE7 regarding an ajax call that is made by
I have a page that loads a div via AJAX. The AJAX POST call
I have JavaScript function call to changeMapLocation function where in it I want to
Is there a way to pass more data into a callback function in jQuery?
We have this anonymous function in our code, which is part of the jQuery's
Part of the jQuery/ajax asynchronous callback stuff still has me baffled, and I'm sure
All I need would be just the error message in plain text. But ASP.NET
I have some ajax functions on my default.aspx that I use for saving data

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.