- <h1>Test for binding data into dynamic forms using javascript closures</h1>
- This creates multiple divs (with each click on the add button) and binds the contained control to
- an element of the <code>data</code> array.
- <br/><a id="add_button" href="#">Click me to add a new datum</a><br/>
- <div id="target_div"></div>
- <div id="data"></div>