It was just released. See http://ui.jquery.com/
for jQuery UI 1.6rc5. There will be a blog post in the morning. - Richard On Thu, Jan 15, 2009 at 11:54 PM, MorningZ <morni...@gmail.com> wrote: > > its been mentioned in multiple topics today that they are working hard > on a new version of UI that is compatible...... (i think they said > tomorrow) > > either wait for it, or continue to use 1.2.6 > > On Jan 15, 11:34 pm, Clumsy Hamster <clumsyhams...@gmail.com> wrote: > > I have this bit of test code: > > > > $('input').live('click',function(){ > > $(this).datePicker(); > > > > }); > > > > But every time I run it, it always gives the message of "Object > > doesn't support this method." I've tried putting it onto a class > > (.input), an ID (#input) and just a plain input with all the same > > results. Followed the instructions on the pagehttp:// > docs.jquery.com/Events/live#typefn. > > > > So, it is looking like either I'm doing something incorrectly or it > > doesn't work with the JQuery UI. Anyone see or know what may be > > wrong? > > > > thanks ^.^ >