jquery populate multi-checkbox from xml file
Posted
by haltman
on Stack Overflow
See other posts from Stack Overflow
or by haltman
Published on 2010-05-31T10:58:08Z
Indexed on
2010/05/31
11:03 UTC
Read the original article
Hit count: 212
I have to populate a multi checkbox in a form from data taken from an XML file from a post function with jquery?
<input type="checkbox" name="mercato[]" id="mkt_0" value="A">A<input type="checkbox" name="mercato[]" id="mkt_1" value="B">B
Thanks in advance. ciao h
© Stack Overflow or respective owner