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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:28:44+00:00 2026-05-26T10:28:44+00:00

How can I remove the window.getSelection().anchorNode from a range? I have tried the following…

  • 0

How can I remove the window.getSelection().anchorNode from a range?

I have tried the following…

window.getSelection().getRangeAt(0).detach(window.getSelection().anchorNode);

…and since the method is poorly documented…

window.getSelection().getRangeAt(0).detach.window.getSelection().anchorNode;
  • 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-26T10:28:45+00:00Added an answer on May 26, 2026 at 10:28 am

    While this does not resolve the problem at hand (which I have not mentioned) this does seem to remove the node from the range…

    alert(window.getSelection().anchorNode.parentNode.nodevalue);
    
    for (var k=0;k<window.getSelection().getRangeAt(0).commonAncestorContainer.childNodes.length;k++)
    {
     if (window.getSelection().getRangeAt(0).commonAncestorContainer.childNodes[k].isSameNode(window.getSelection().anchorNode))
     {
      window.getSelection().getRangeAt(0).detach(window.getSelection().getRangeAt(0).commonAncestorContainer.childNodes[k]);
      break;
     }
    }
    
    alert(window.getSelection().anchorNode.parentNode.nodeName);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I remove the animation from this jQuery modal window? You can see
From a terminal window: When I use the rm command it can only remove
I have a window with a solid border around it. How can I remove
I have Microsoft SQL Server 2008 installed. It appears in the add/remove programs window.
I am trying to remove JavaScript from the HTML. I can't get the regular
Somewhere in page, I use onclick=window.showModalDialog(http://rauf-thecoder.blogspot.com/); . It will show the following. How can
How can I remove and then add the $(window).scroll ? I need to store
How does the following code remove window borders? //note the struct is declared elsewhere,
How can I remove a running animation from a WPF element in such a
I have a modal window (in a view rendered from public ActionResult ViewItems )

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.