Generic jQuery function to enable/disabled drop down list based on a checkbox value
I need to write a generic jQuery method enable/disable a drop down list based on a checkbox value. I have 2 components (each has a checkbox and a drop down list) and I don't want to write the exact same…