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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:00:04+00:00 2026-06-09T20:00:04+00:00

If I assign a function to a variable foo , is there a way

  • 0

If I assign a function to a variable foo, is there a way to select all elements that do not have a binding to foo given that they are assigned via a structure like $('.elementsWithClass').click(foo)?

My motivation here is we have ajax requests replacing parts of the DOM, and I need an easy way to rebind event handlers that is not based on .live/.on as we are controlling event bubbling in some parts of the application.

  • 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-09T20:00:06+00:00Added an answer on June 9, 2026 at 8:00 pm

    Regarding the motivation for doing this, since they are assigned with $(".elementsWithClass").click(foo), you should just reselect them after the DOM has been updated.

    $("#container").load("/new/content.html", function() {
        $(this).find(".elementSWithClass").click(foo);
    });
    

    Since they need to be rebound, that must mean they’ve been replaced, which means it won’t do any good to select them based on if they have a handler.

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

Sidebar

Related Questions

I have a function that returns a number. I want to assign a variable
I just want to assign a variable to a function so it can be
I have a JQuery plugin function where I would like to assign selectors from
Let's say we have def Foo(Bar=0,Song=0): print(Bar) print(Song) And I want to assign any
I have a function that returns a modified copy of the object that was
Why assign a function to a variable? What's the point in assigning int x,
I would like to assign a function's contents as text to a variable, so
it is possible to assign to a class variable a function at runtime to
I have the following function using the CodeMirror. function app() { jQuery.get('http://localhost:2748/foo.txt', function (data)
Ello there, I'm trying to assign the value of a javascript variable to a

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.