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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:43:13+00:00 2026-05-24T19:43:13+00:00

I am adding some dom with ajax in a page where i am trying

  • 0

I am adding some dom with ajax in a page where i am trying to excluding seleted result by .not() but its not working for me.

Here is a simple example:

HTML:

<div class="list-item">
        <span class="item-title">Some title</span>
        <span class="edit fr"><a href="Edit link">Edit</a></span>
        <span class="trash fr"><a href="#trashit" rel="trash">Trash</a></span>
        <span class="live fr active"><a href="#liveit" rel="publish">Live</a></span>
        <span class="draft fr"><a href="#draftit" rel="draft">Draft</a></span>

 </div>

jQuery:

jQuery('.list-item span a').not('.list-item span.edit a').live('click', function(){

       //do stuff
});

Observation:

  1. If i remove the .not() section of the code the selection is works fine with live().
  2. If i use .not() but replace live() with click() the code works.

But i need to run the .not() (exclude the .edit class) with the live(); (including dom with ajax)

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-24T19:43:14+00:00Added an answer on May 24, 2026 at 7:43 pm

    As per the .live() docs:

    DOM traversal methods are not supported for finding elements to send to .live(). Rather, the .live() method should always be called directly after a selector, as in the example above.


    So, add the class exclusion to the selector:

    jQuery('.list-item span:not(.edit) a').live('click', function(){
        //do stuff
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've tried some HTML DOM code from several sites, but it isn't working. It
I'm trying to add some jQuery stuff to Gmail using a GreaseMonkey script. Adding
I'm trying to create some xml , basically by reading rss feeds and adding
The idea is to create a DOM-like tree. But there are some restrictions, that
I'm looking into adding some unit tests for some classes in my data access
Looking at adding some data graphing to a new iPhone app in development (ala
I'm adding some ASP.NET MVC pages to an existing ASP.NET Web Forms project. I've
I'm adding some UITextFields, UITextViews and UIImageViews as subviews to a UITableCell. When I'm
I am adding some performance counters to my c# project and am creating a
I currently am adding some features to our logging-library. One of these is the

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.