jquery ui datepicker IE reload
Posted
by matthewb
on Stack Overflow
See other posts from Stack Overflow
or by matthewb
Published on 2010-02-03T15:45:38Z
Indexed on
2010/04/30
19:57 UTC
Read the original article
Hit count: 209
I am noticing this issue in IE 7 + 8
$('#event-start-date').datepicker({dateFormat:'DD MM dd yy',minDate:'-0d'});
When you pick the date in IE 7 or 8 the page goes to # and reloads the root page
I am using jquery 1.4.0 and ui 1.7.2
© Stack Overflow or respective owner