as topic says, how do I get a td in a table by it's title? I then want to hide it.
Thanks in advance.
You could do this:
$('td[title=Herbert]').hide();
$("td[title='mytitle']")....
look at this link :
http://api.jquery.com/attribute-equals-selector/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With