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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:32:47+00:00 2026-06-08T03:32:47+00:00

I want to create a div around the clicked element without affecting the style

  • 0

I want to create a div around the clicked element without affecting the style of the page and i need to remove the inserted parent after some operations. Do anybody have any idea to do like that?

Edit: Please note that i don’t want to use any JavaScript library

  • 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-08T03:32:48+00:00Added an answer on June 8, 2026 at 3:32 am

    I can’t guarantee it won’t affect styles, but as for the rest, try something like this (inside the click handler function):

    var div = document.createElement("div");
    var parent = this.parentNode;
    parent.insertBefore(div, this);
    div.appendChild(this);
    

    If you’re still in the function when you want to remove the new div element:

    parent.insertBefore(this, div);
    parent.removeChild(div);
    

    If not, you’ll need to reaquire it. Let’s assume you have a trigger for that, and this is still the clicked element:

    var div = this.parentNode;
    var parent = div.parentNode;
    parent.insertBefore(this, div);
    parent.removeChild(div);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a script that create a new div element. Then, I want to
I want to create a border around an element , as soon as ,
I want to inject an old style, procedurally built string into a DIV element
I have a menu bar and I want to create a div for each
i want to create a new '.b' div appendTo document.body, and it can dragable
I want to create a function that will cycle through 3 blocks of DIV's
I want to create a scrollable row with thumbnails in a (smaller) container div.
I want to create such layout: +-----------container-----------+ | +-----fixed-height-div-------+| | +-------fixed-height-div-----+| | +-fill-height-scrollable-div-+| | +-fixed-height-bottom-div-+| +---------end-container-------+ The problem
I have a big div with a big background-image. Now I want to create
I want to create a fancy frame around my text. I ended up with

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.