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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:52:38+00:00 2026-06-17T20:52:38+00:00

I have been able to select the specific rows that I wanted but I

  • 0

I have been able to select the specific rows that I wanted but I can’t select specific td from those tr.

I used this to select rows:

$('#time-slot tr:not(:first, :last)')

then within those selected rows I was trying to ignore the first and the last td but it is not working. I used similar approach as above

$('#time-slot tr:not(:first, :last) td:not(:first, :last)')

Any ideas how should I approach this problem. Btw I am trying to click and drag the mouse to paint the cells with user defined color.

  • 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-17T20:52:39+00:00Added an answer on June 17, 2026 at 8:52 pm

    I prefer using less of a string selector and more of the jQuery methods, as well as using the :first-child and :last-child selectors for your problem:

    $("#time-slot").find("tr").not(":first-child, :last-child").find("td").not(":first-child, :last-child").addClass("active");
    

    http://jsfiddle.net/7b4Ms/

    Depending on what you are expecting, which you haven’t explained very well, this may or may not be what you want. What this does is select all tr elements that are not the first and last. Inside of those matched tr elements, it selects all td elements that are not first and last. So basically, it doesn’t select the outside ring of cells in the table.

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

Sidebar

Related Questions

This is something that I cannot believe I have not been able to figure
Ok, that sounds too generic. I have been able to do this in other
I have been able to design my layout so that it has 2 columns
What I have been able to grasp from reading the source and documentation from
I have this excel file which I have been able to write the data
I have been struggling with this for a while, so I am hoping that
I have a wxPython app, and in this app, I can select and copy
Hoping I can get some architectural advice on this. I have been given the
I understand this question may sound very basic but I have been trying to
I have the following query. $objEmployee = $this->getEntityManager() ->createQuery( SELECT e FROM MyProjectEntityBundle:Employee e

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.