Hi,
I'm using UI datepicker in a CMS project. Now everytime I want to select
a date with IE6/7 I have been redirected to the startpage. That happens
because the date href is giving back a false url which causes the cms to
jump to startpage. I guess, that a click on a date should not trigger any
action (preventDefault) what it's like in FF/Safari.
I tried to add javascript:void(0) or return false but without success. Is there
a solution known for this problem?
thx
Florian