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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:29:59+00:00 2026-06-14T11:29:59+00:00

I am trying to remove divs from a document when a letter is typed,

  • 0

I am trying to remove divs from a document when a letter is typed, but I cant seem to get the logic and/or syntax down. Currently the code I’m using to do this is commented out in the html document with a working version which removes what is typed uncommented below it. All of my code is below. Any help on this would be great.

Again, I am trying to remove a div element based on what the user types in.

HTML

CSS

JavaScript

  • 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-14T11:30:00+00:00Added an answer on June 14, 2026 at 11:30 am

    I’m not really sure exactly what you are going for, because that code was too hard to decipher.

    Here’s some code that will remove a div based on keyup. It removes the div that contains the same letter as what you typed. Not sure if that’s similar to what you want, but hopefully this helps:

    http://jsfiddle.net/h2fa4/1/

    HTML:

    <html>
    <head><title>Remove Divs</title></head>
    <body>
        Enter a character to remove the div with the corresponding letter:
            <input id="in" />
        <br />
        <div id="parent">
            <div>A div</div>
            <div>B div</div>
            <div>C div</div>
            <div>D div</div>
            <div>A div</div>
            <div>B div</div>
            <div>C div</div>
            <div>D div</div>
            <div>A div</div>
            <div>B div</div>
            <div>C div</div>
            <div>D div</div>
            <div>A div</div>
            <div>B div</div>
            <div>C div</div>
            <div>D div</div>
            <div>A div</div>
            <div>B div</div>
            <div>C div</div>
            <div>D div</div>
        </div>
    </body>
    </html>
    

    jQuery code:

    $("#in").keyup(function(event) {
        var val = String.fromCharCode(event.which);
        $("#parent div:contains('" + val + "')").remove();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to remove scrollbar from my facebook app. I tried js solution, that
I'm trying to remove wiki formatting from some text so it can be parsed.
I'm trying to remove a specific graph object from the zedgraph, is it possible....?
I am trying to remove an object from an ArrayList and here is the
Hello I was trying to remove objects from object array that I have and
I'm trying to add and remove divs using checkboxes. Some help for this script
I'm trying to remove any duplicate or more occurrences of any < br >
I'm trying to remove part of the path in a string. I have the
I am trying to remove the actual box of a checkbox field, and just
I am trying to remove everything between curly braces in a string, and trying

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.