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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:57:53+00:00 2026-05-27T08:57:53+00:00

For various reasons I am stuck trying to remove a parent div from a

  • 0

For various reasons I am stuck trying to remove a parent div from a function coming from an iframe. The div that needs to be removed from the dom (not hidden) has a unique id assigned to it.

So say I have this div in parent :

<body>
    <div id="foo_123" class="bar">STUFF</div>

In the iframe generated from that page I have this to grab that unique id

var curWin = window.top.document.getElementsByClassName('bar')[0].id;

so in this example curWin = foo_123

Now in the same function that gets that variable I need to be able to remove that div completely from the parent page. I do have prototype to work with and I tried doing

$(curWin).remove();

But that did not work it just gives error that $(curWin) is null. But if I echo curWin it does provide me with that correct id.

Any ideas on how I can do this. I tried using removeChild too but again I am not sure how to do it when it is the child of the <body> in the parent document.

Please refrain from telling me how awesome jQuery is. I know this would be easy beans but I do not have that luxury with this project.

  • 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-27T08:57:54+00:00Added an answer on May 27, 2026 at 8:57 am

    If you have prototype in the top window do:

    top.$(curWin).remove();

    It will look for "foo_123" in the top window (where it exists) instead of the iframe (where it doesn’t exist)

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

Sidebar

Related Questions

I have an asynchronous operation that for various reasons needs to be triggered using
For various reasons (code review mostly) I need to switch from current development branch
I am writing a .NET library that for various reasons cannot be registered in
I'm coming from C# and trying to translate some of my practices into C++.
I have a menu screen that for various reasons consists of a number of
If your application needs to encrypt/decrypt data (for various reasons), are there any reasons
I am developing a 32 bit application in .NET that for various reasons cannot
For various reasons, I've moved these methods from a UIView subclass to my viewcontroller.
For various reasons I need to use AVPlayer to play music from the IOS
For various reasons calling System.exit is frowned upon when writing Java Applications , so

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.