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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:21:19+00:00 2026-05-19T02:21:19+00:00

I currently have something like this: $(.jtable tbody td).not(.DeleteLicense).hover( How can I use delegate

  • 0

I currently have something like this:

$(".jtable tbody td").not(".DeleteLicense").hover(

How can I use delegate with this? Something like

$("#resultContainer,#approvalContainer,#createNewContainer").delegate(".jtable tbody td....

Thanks!

  • 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-19T02:21:20+00:00Added an answer on May 19, 2026 at 2:21 am

    You can use the :not() selector to move the negation in to your selector.

    $("#resultContainer,#approvalContainer,#createNewContainer")
        .delegate(".jtable tbody td:not(.DeleteLicense)", "...", ...);
    

    Note that the jQuery documentation recommends using the .not() function rather than the :not() selector in most cases, but I’m not sure if it is possible in this case.

    If you’re willing to use another approach, you may find that you could use the .jtable tbody td selector in your call to delegate, and then use if(!$(this).is(".DeleteLicense")) { ... } in your event handler to only process elements that meet your criteria.

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

Sidebar

Related Questions

I currently have something like this in ability.rb: if user.role? == staff can :update,
Currently I have something like this: $('.item').hover(function() { $('.babyitem').fadeToggle('slow', function() {}); }); It works
I have something like this currently: <div class = className style = position: absolute;
I currently have a table structure that looks something like this(some details omitted): ColumnName
I currently have service classes that look something like this public class UserService :
Currently, I have something like: public partial class Form1 : Form { delegate void
I currently have something like this for my route table. Is there a nicer
I currently have something like this <p class=test></p> <script type=text/javascript> $(document).ready(function() { $(.test).html(hey); });
I currently have something like this: UPDATE table1 SET column1 = REPLACE(column1, 'abc', 'abc1')
I currently have something like this: <form action=cart.php?action=update method=post name=cart id=cart> <input maxlength=3 value=25

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.