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.
これは重複した質問のように思われるので見回しましたが、検索に表示されませんでした。
jQuery の jQuery(document).tooltip() を使用する場合、どの CSS セレクターがツールチップに適用されますか?
ありがとう、
css-class を試しましたui-tooltipか?
ui-tooltip
次のように独自の css-class を定義することもできます。
.tooltip({ tooltipClass: "custom-tooltip-styling" })
http://api.jqueryui.com/tooltip/#option-tooltipClass