【发布时间】:2013-09-02 06:32:51
【问题描述】:
我正在尝试在 twitter 引导工具提示中显示一些长文本。正如您在下图中看到的那样,事情并没有一帆风顺。有没有人可以轻松修复溢出引导工具提示的文本?
编辑(添加请求的代码):
在我的控制器中:
<a href='" + Url.Action("Index", "PP", new {id = productRow.ProductGuid, area = ""}) + "' " +
((blTruncated) ? "class='auto-tooltip' title='" + productRow.ProductName.Replace("'", "") : "") + "'>" +
productName + "</a>
在我看来:
$('.auto-tooltip').tooltip();
【问题讨论】:
-
你能显示你正在使用的代码吗?
-
@rink.attendant.6 代码添加
标签: jquery css twitter-bootstrap twitter-bootstrap-tooltip