jQuery.selectmenu出了问题 当我点击重置按钮,我希望它像所有其他字段一样重置. 任何输入现在都刷新,但这个插件并不令人耳目一新. 该怎么办 ? 更多细节: form action="#" name="editform" fiel
当我点击重置按钮,我希望它像所有其他字段一样重置.
任何输入现在都刷新,但这个插件并不令人耳目一新.
该怎么办 ?
更多细节:
<form action="#" name="editform"> <fieldset> <select name="speed" id="speed"> <option value="Slower">Slower</option> <option value="Slow">Slowwwwwwwwww</option> <option value="Medium" selected="selected">Medium</option> <option value="Fast">Fast</option> <option value="Faster">Fasterrrrrrrrrrrrrrrr</option> </select> </fieldset> <a class="refForm" href="javascript:document.editform.reset()">Reset</a> </form>
现在当我点击重置它没有重置(选择)下拉列表
我希望所有选择字段都返回默认状态,单击重置按钮.
顺便说一句:这是插件:
Wiki jQuery-ui-selectmenu
干杯!
卢卡斯
$("form .select").selectmenu("index", 0);