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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:18:13+00:00 2026-06-12T19:18:13+00:00

I am dynamically creating divs by incrementing their class names. Now i have a

  • 0

I am dynamically creating divs by incrementing their class names. Now i have a close button on top right corner of the divs and i want a particular div to hide when i click on close button.

Code:

var i=1;
var newImageBoxdiv = $(document.createElement('div')).attr({ class:"demo"+i, id:"image"});
newImageBoxdiv.innerHTML = "<img id='MyImage' />";   
newImageBoxdiv.insertAfter('.demo');
i++;
$('#CloseWindow').click(function(){
?????
});

Everytime i create a div. I get its class name as demo1,demo2… and so on. What should i write in #CloseWindow function to hide the div i want to?

  • 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-12T19:18:14+00:00Added an answer on June 12, 2026 at 7:18 pm

    $(divSelector).hide() will hide the element selected

    $(divSelector).show() will show the element selected

    $(divSelector).toggle() will toogle show/hide on the element selected

    Hope this helps you!

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

Sidebar

Related Questions

Using mootools I have a 'builder' class that manufactures form objects, dynamically creating divs
I am dynamically creating a bunch of buttons <a href=# id=btnRemove class=ui-state-default ui-corner-all><span class=ui-icon
I am having dynamically creating remove label. All have same class but different Ids.
I am creating divs dynamically and would want them added to the parent div
I want to dynamically create a div element with id=xyz . Now before creating
I am dynamically creating a table which I want to have clickable rows. When
I am dynamically creating some classes and I want them to have different docstrings.
Im dynamically creating divs with a button using this function var counter = 1;
In my project im creating dynamically divs with jquery everytime you click a button.
I'm dynamically creating class and variable names within my code blocks For example: if

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.