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 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

Related Questions

I have a simple ajax call: $.ajax({url: my_url_here, dataType: 'text', success: function(data, textStatus) {
Within my ajax call if an error is received I have an alert :
I have an $.ajax call that includes both a success and error condition: $('input[name=StateName]').live('change',
I have an ajax call that fires multiple times but is called once. function
If I have an ajax call off fetching (with a callback) and then some
I have a JavaScript Ajax call (jQuery.ajax), that does not execute the success callback
I have a function that issues an AJAX call (via jQuery). In the complete
Using this code $.getJSON(http://mydomain.com/getcustomers?callback=?,function(data) { .... }).error(function(err){ .... }) I'm getting jQuery16103492487950357067_1336742910384 was not
I have following ajax call in my JavaScript code url = 'http://news.ycombinator.com/?callback=?'; $.ajax({url:url ,async:!1,dataType:'script',
I have an ajax call in my code. What I want to achieve with

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.