Dynamically Adding Checkboxes From Multi-Select JQuery UI Widget
Dynamically Adding Checkboxes From Multi-Select JQuery UI Widget
I'm using Eric Hynds jQuery MultiSelect Widget that is being populated from a javascript file. I'm trying to dynamically attach a checkbox with the value of the selected checkbox to a 'Main' checkbox If a 'Main' is checked. When added the value will already be checked, allowing user to uncheck. To help illustrate with comments inside: http://jsfiddle.net/3u7Xj/7/