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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:04:22+00:00 2026-05-22T02:04:22+00:00

I have small application: http://jsfiddle.net/Bwdf6/4/ But with click on delete, tags that created after

  • 0

I have small application:
http://jsfiddle.net/Bwdf6/4/

But with click on delete, tags that created after page load doesnt remove.
Is there any way to remove tags that created after page load?

Thanks in advance

  • 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-22T02:04:23+00:00Added an answer on May 22, 2026 at 2:04 am

    Use live() – Working Demo.

    $('.sp').live("click", function() {
            $(this).parent().remove();
        });
    

    As you’re creating your elements dynamically, using click() isn’t enough – that only assigns a click handler to all the .sp elements that exist at the time click() is called.

    live(), on the other hand, is used to:

    Attach a handler to the event for all
    elements which match the current
    selector, now and in the future.

    So any new elements added dynamically with a class of sp will have that handler attached to them.

    EDIT: Actually, as a couple of people have pointed out, while live() will do what you need, the most efficient function to use in this instance would be delegate(), which is used to:

    Attach a handler to one or more events
    for all elements that match the
    selector, now or in the future, based
    on a specific set of root elements.

    I won’t steal glory by posting a code sample – see @Mark’s answer, which should be accepted instead of mine.

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

Sidebar

Related Questions

I have a small VB.NET application that I'm working on using the full version
I have a small application I am working on that at one point needs
I have a small lightweight application that is used as part of a larger
I have a small AJAX application, written in PHP that I did not secure
I have created a small application which opens,reads and creates Excel files. The app
I have small problem with my .net 2.0 winforms application. I want to embed
I have small application that is uploading pictures to another website via webservice. My
I have a small web application with ASP.NET AJAX running well under the Cassini
To describe my problem i have created a small application. At first the Usercontrol:
I have finalized a small PHP application that can serve many documents. These documents

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.