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