[jQuery] Re: Hierarchy Checkbox Tree

2009-01-12 Thread Eric Garside
The easiest way I can see of doing it is: div id=container div input type=checkbox value=1/ div input type=checkbox value=1.1 input type=checkbox value=1.2 div input type=checkbox value=1.3 /div input type=checkbox value=1.3 /div /div /div

[jQuery] Re: Hierarchy Checkbox Tree

2009-01-12 Thread bmclaughlin
Eric, Thank you for the response, however it is not working for me and I do not know enough about jQuery to troubleshoot it. On Jan 12, 4:15 pm, Eric Garside gars...@gmail.com wrote: The easiest way I can see of doing it is: div id=container   div     input type=checkbox value=1/     div