javascript - jQuery selector AND operator -
This may sound like a simple question, but I think there can be no answer on Google, probably because Revert to the search term quite irrelevance
I have to select all the weird table rows to a jQuery selector, which is & lt; Thead & gt; And apply a CSS class to everyone.
table.cp-ss-grid tr: odd
All the weird rows in the selection above will be returned to the table properly, but the thread lines (ie )
How and how would I be in the selector, like something:
table.cp-ss Any ideas?
Post-text "itemprop =" text "> Why not:
$ ('table.cp-ss-grid & gt; & gt; tr: strange');
Clearly select body rows? If you do not have one, all browsers will add one person for you.
Comments
Post a Comment