Adding multiple objects with popup calendar?
Hi there,
I have been struggling to find the best way to add a group of objects and a popup calendar like so with add/remove buttons.
<div><input type=text><input type=text w/popup calendar><btn add><btn remove></div>
I want to be able to retain the entered data, add a new row, and remove any row as above inside a form like this.
<form>
<div><input type=text><input type=text w/popup calendar><btn add><btn remove></div>
<div><input type=text><input type=text w/popup calendar><btn add><btn remove></div>
<div><input type=text><input type=text w/popup calendar><btn add><btn remove></div>
</form>
Would this be easiest with jQuery? I am even having trouble trying to find a good popup calendar to integrate with this, can anyone point me towards a tutorial or have an example?
Anything help at all would be greatly appreciated!
Thanks in advance!