JQuery 工具提示悬停在单选按钮上

标签 jquery html radio-button tooltip tipsy

我想在悬停在单选按钮上时显示工具提示。所以我正在尝试使用这个插件:tipsy .所以这是我的 html:

<label><input type="radio" name="options" value="1" class="required" id="option1"> Option1</label>

然后我尝试了这样的事情:

$("#option1").tipsy({fallback: "test" });

但是当我将鼠标悬停在单选按钮上时,什么也没有出现。为什么什么都没有出现,我该如何让它发挥作用?

最佳答案

添加title给你的input .

<input type="radio" name="options" value="1" class="required" id="option1" title="MyText">

关于JQuery 工具提示悬停在单选按钮上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12753415/

相关文章:

javascript - 表格年龄验证

javascript - 如何完全显示溢出元素。 'overflow-x : visible ' 不工作

java - 在 JTable 中设置单元格值时出现 ArrayIndexOutOfBounds

c# - 如何在 WebMatrix C# 中声明充当整数或 bool 值的(全局?)变量

javascript - Highcharts:数据实现时更新图表

javascript - jquery 自动完成输入键

javascript - iframe 禁用选项卡上的滚动

html - 剩余空间内容独立滚动

javascript - 使用 Javascript 验证单选按钮

c# - 如何使用紧凑的框架创建多行 RadioButton