[jQuery] datepicker target

[jQuery] datepicker target


Hi,
I'm having problems with datepicker...i'm cloning input fields with
datepicker...then i tried everything (i know) to force datepicker to
input the selected date in the cloned input field...but it just won't
work...
$(".datum").livequery("click",function(){
$(this).datepicker();
});