I want to know, it’s possible to show superscript character in the tool tip of html control
for ex.
$(tblth).attr("title","name <sup>a</sup>");
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.
As it’s not HTML (it’s natively rendered and depends on the OS), no you can’t do that.
The usual solution is to do your own tooltip (or use one of the numerous libraries). The good news is that’s easy.