[jQuery] dropdown checklist
Hi,
I am trying to uncheck all the checkboxes in the JQuery
dropdownchecklist plugin through the code (server side or client
side).
Unfortunately, I am not able to get a handle to the checkbox array.
Can some please provide some insight on it.
I am trying something like
var $('mydropdown').find('input') and then trying to loop through all
the check boxes.
thanks
V