我是 jQuery 的新手,我想使用一个复选框来启用和禁用一个下拉列表。这是我的 html:
<select id="dropdown" style="width:200px">
<option value="feedback" name="aft_qst">After Quest</option>
<option value="feedback" name="aft_exm">After Exam</option>
</select>
<input type="checkbox" id="chkdwn2" value="feedback" />
我需要什么样的 jQuery 代码来完成这项工作? 还要搜索一些好的 jQuery 文档/学习资料。