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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:49:00+00:00 2026-05-26T06:49:00+00:00

This is easy enough to work around, but it would be nice if it

  • 0

This is easy enough to work around, but it would be nice if it was wrapped up in the global ajax setup

When I run an ajax call, I’d like to know which element/event trigger the ajax call in the beforeSend option.

Is there a concise way of doing this?

  • 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-26T06:49:01+00:00Added an answer on May 26, 2026 at 6:49 am

    The beforeSend callback takes two arguments: the XMLHTTPRequest instance and the settings used by the current AJAX call.

    Therefore, if you pass the triggering element and event in the context option, they will be available to beforeSend even if you define it in the global setup:

    $.ajaxSetup({
        beforeSend: function(xhr, settings) {
            var element = settings.context.element;
            var event = settings.context.event;
    
            // Do something with 'element' and 'event'...
        }
    });
    
    $("selector").click(function(e) {
        $.ajax("url", {
            // your settings,
            context: {
                element: this,
                event: e
            }
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This seems like an easy enough issue but I can't seem to find the
It would be easy enough to make my own system for this, but I'm
This seems like it would be easy enough var orx = gg.Where(x=>x.ProductAttributes.Any (pa =>pa.AttributeId
I just tried the tooltip like this Easy image preview ... But i cant
I feel like this is easy but I am missing something... Using jQuery, I
I'm sure this is easy but I can't figure it out: I have an
This seems like a fairly simple problem to me but I have been having
I know it's easy enough to wrap text around images by floating the image
I know this is partially subjective, but hopefully with enough specifics I can get
I have this easy little form in my JavaFX application. I want to use

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.