我有这个
@Html.EditorFor(model => model.Q1, new { htmlAttributes = new { @class = "form-control",@title = "We ask for your age only for statistical purposes."} })
将鼠标悬停在其上时会出现工具提示。如何点击它以显示工具提示消息,如提示并保持状态,直到更改其他EditorFor?
像这样http://blogs.planetcloud.co.uk/mygreatdiscovery/image.axd?picture=image_145.png
答案 0 :(得分:0)
您需要使用javascript库来获取此自定义行为。
JQuery UI有一个实现http://jqueryui.com/tooltip/
您正在寻找点击时显示某些UI的内容。这更像是Popup或Popover。 Bootstrap有一个很好的实现: http://getbootstrap.com/javascript/#popovers