I'm new to jQuery and I want to enable and disable the dropdown using the checkbox. This is my 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" />
What jQuery code do I need to do? Also look for good jQuery documentation / tutorial.
jquery drop-down-menu
ARUN PS Oct 09 2018-11-11T00: 00Z
source share