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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:59:01+00:00 2026-05-28T04:59:01+00:00

I’m creating a web application and will be doing my own testing anyway to

  • 0

I’m creating a web application and will be doing my own testing anyway to confirm but wanted to know if anyone had experience with this when bind / unbind etc. For example I want to first destroy the current content container’s events and children’s events, then load in and attach new events based on remote script upon loading the new content into the DIV. I can traverse but thought if it already does would be nice to know. This approach hypothetically would scale in terms of keeping complexity down as long as I’m keeping the event scope to the content DIV.

Per request I’m explaining the purpose behind what I’m doing.

I’m looking to create a maintainable AJAX web app. Imagine you can add hundreds of pages/scripts to it and the callee does not need to know anything about it other than its URL as you are requesting new things. This is what I’m going for. I’ve done this using iframe overlays and works well but my main concern for doing pure AJAX is code left over in memory after its not needed such as events and closure references etc. The iframe overlay has its advantages in that regard as not much thought involved there but its slower to load a new URL each time and that approach does not integrate well if you want parts of the page to be updated over others.

So the thought process is to create a methodology to have a parent DIV that be injected with new HTML via jQuery load method. The load method has the great side effect of executing the script within as well. So if I use that approach, I need to create a system of doing this that does not bloat the browser and leave weird behavior of events etc. This could be another question.

UPDATE

I’ve answered my question after seeing this popup from a rep up vote. This is really a non-issue if you attach events at the parent level using event bubbling approach. See my answer below.

  • 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-28T04:59:01+00:00Added an answer on May 28, 2026 at 4:59 am

    The quick answer is no, it doesn’t.

    .off() is just like .unbind() in that it removes ALL event handlers of a chosen type from whatever jquery wrapped objects you have selected. If you want to remove the handlers from more elements, select more elements.

    edit for comment: I’ll assume since you mention recursion, that you meant ‘descendants’ and not ‘children’. In that case (as your comment suggests) “*” IS exactly what you’re looking for. jsFiddle

    $('selector, selector *')
    

    If that seems “costly”, it should. Considering a plan like this is almost certain evidence that it is time to rethink the problem.

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

Sidebar

Related Questions

Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I need to clean up various Word 'smart' characters in user input, including but
I need a function that will clean a strings' special characters. I do NOT
I want to construct a data frame in an Rcpp function, but when I

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.