http://jquery.bassistance.de/tooltip/demo/
I can’t use this on a TR, specifically my selector is:
$(".alignment_tr td:not('.remove-link')")
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
I am not sure what you mean in your question. TR elements can have events attached to them, so there is theoretically no obstacle to have tooltips attached on them.
Your selector selects
tdelements. If you want thetrassociated, just call.parent().Alternatively, use
:has():