[jquery-ui] Re: clone issue with ui.datePicker, redux (caused by use of $.data)

2008-11-18 Thread Adam Greene
the current version is always welcome. Thanks. > > - Richard > > On Tue, Nov 18, 2008 at 1:09 PM, Adam Greene <[EMAIL PROTECTED]> wrote: > > > hey folks, > > > it seems like this has come up in two different exchanges over the > > past 12 months.  I ran in

[jquery-ui] clone issue with ui.datePicker, redux (caused by use of $.data)

2008-11-18 Thread Adam Greene
hey folks, it seems like this has come up in two different exchanges over the past 12 months. I ran into this issue as well, where using a deep clone (el.clone(true)) doesn't work for datepicker. The issue seems to be the use of $.data to store a jquery instance for a given input. The problem