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 UI 之一。
.js
Tool Tip
<script>
$( document ).tooltip();
如果您还没有使用 jQuery,请在此处下载。