I'm still learning jQuery and the selector bit is incredibly useful, but I still don't understand it completely.
I have a table with id = table1 and I want to select all td in this table.
(indeed, I want to wrap the text inside each td with an overflow div: hidden so that I can make the cell heights be uniform.)
What is the appropriate syntax for jQuery (javaScript?) Selector?
Any links to amazing selection guides are also welcome.
source
share