Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
知りたいのですが、例のhtmlコントロールのツールチップに上付き文字を表示することができます。
$(tblth).attr("title","name <sup>a</sup>");
HTMLではないので(ネイティブにレンダリングされ、OSに依存します)、それはできません。
通常の解決策は、独自のツールチップを実行することです(または多数のライブラリの1つを使用します)。良いニュースはそれが簡単だということです。