alberto2002
New Member
I have a set of checkboxes in Areas wrapper(div). When you checked one of them, the Linked Area wrapper will be show and then append itself to Linked Area wrapper. I want to remove a checkbox in Linked Area wrapper when I unchecked them, also uncheck the checkbox in area wrapper too.I tried \[code\]on();\[/code\] method but it's not working. It doesn't even call the on method.I have a demo in JSFiddle. Thank you.