I am new to jQuery and I want to enable and disable a dropdown list using a checkbox. This is my html:
$("#chkdwn2").change(function(){ $("#dropdown").slideToggle(); });
JsFiddle