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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:17:33+00:00 2026-06-01T02:17:33+00:00

After adding elements to page using something like this, $(‘#blah’).append(‘<div id=bugsbunny></div>’); how can I

  • 0

After adding elements to page using something like this,

$('#blah').append('<div id="bugsbunny"></div>');

how can I use javascript/jquery with that added element? Would the DOM tree have to be rebuild or something? I want to do something like this:

$('#bugsbunny').hide();

How can I get this to work? Is the logic wrong or is there another way to do this?

I have considered using .on or .live but these methods require an event such as “click”. My code looks something like this:

$(document).ready(function(){
bamboo.addEventListener("load", dothisaction, false);
});

function thisHappensAtAnotherTime() {
$('#blah').append('<div id="bugsbunny"></div>');
}

function dothisaction(evt) {
     $('#bugsbunny').hide();
}

However, #bugsbunny doesn’t disappear because it was appended after the page was loaded. What can I do?

Thanks in advance!

Edit: I updated what my code looks like.

  • 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-01T02:17:35+00:00Added an answer on June 1, 2026 at 2:17 am
    $(function(){
        var rabbit;
    
        function thisHappensAtAnotherTime() {
            rabbit = $('<div id="bugsbunny" />');
            $('#elmer').append(rabbit);
    
            //no sure but i think  you can do it like:
            rabbit = $('<div id="bugsbunny" />').appendTo('#elmer');
        }
    
        function dothisaction(evt) {
             rabbit.hide();
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error after adding the libxml2.2.dylib file Linking /Users/Biranchi/Desktop/Funmovies TabBarController/build/Debug-iphonesimulator/funmovies.app/funmovies (1
I'm using aspxgridview and after adding operation by using RowInserting event and I don't
I'm using set_cookie() on a site. After adding some functionality, I'm getting Warning: Cannot
I'm having a memory problem related to UIImageView. After adding this view to my
I'm adding some <script> tags dynamically to the head element after page load. I
I am adding a remove me icon to all elements on my page with
I have to add istantly some items without reload the page. After adding these
On my ASPX page I've added Dropdownlist. Elements in this list are divided to
In the XHTML page i have this div: <div id=listAzioni> <h4 style=margin-bottom:3px;>List shape :</h4>
I've been playing around with adding hidden iframe elements to a page, and 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.