views:

11

answers:

1

Hello,

I'm using the following solution that allows me to have multiple dynamic form fields: http://www.trovster.com/lab/plugins/duplicate-remove/

However, in one of those fields, i want to create jQuery UI datepicker. Is there a way to do this?

A: 

You'll need to use something like the livequery plugin or the built in live() feature of jQuery that listens for DOM changes and applies code to whatever you are listening for.

Gregg