【发布时间】:2012-09-05 17:17:39
【问题描述】:
我有这个代码:
<div style="padding-bottom:11px;">
<input class="radio" type="radio" value=" join our table" name="Choose:">
<label class="optionLabel"> join our table</label>
</div>
我想要做的是当一个单选按钮被选中以显示一个 div 时,类似于工具提示。
问题是我不知道如何检测单选按钮何时被选中。
欢迎提出任何建议。 谢谢!
【问题讨论】:
标签: jquery jquery-selectors radio-button html-input