Adding multiple objects with popup calendar?

Adding multiple objects with popup calendar?

Hello All,

This may end up a double post for that I apologize. But I posted this last night at around 1am as well but haven't seen it yet.

I'm looking to add a div of multiple objects with an attached popup calendar like so:
<div><input text><input text w/popup calendar><add button><delete button></div>

Basically I want to be able to add a row while retaining previously entered data, and be able to delete any row within a form like this.
<form>
<div><input text><input text w/popup calendar><add button><delete button></div>
<div><input text><input text w/popup calendar><add button><delete button></div>
<div><input text><input text w/popup calendar><add button><delete button></div>
</form>

My question is would jQuery be the best way to do this? Also I can't find any good popup calendars to easily integrate. Can anyone direct me towards a good tutorial or have any example to share?

Any help at all would be greatly appreciated!!