No, really, I mean clickInput: false. if its true, clicking before the drag opens the calendar.
but if it's false, i can't drag to delete a date i put there. ----- Original Message ---- From: Kelvin Luck <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 5:02:18 AM Subject: [jQuery] Re: datePicker v2 beta > it appears in IE7 that if you have clickInput: false you cannot drag to > select the text in the input field anymore. I presume you mean if you have clickInput:true? The simple answer is not to use clickInput:true if you want people to be able to select the text! To tell the truth I wouldn't particulaly recommend using clickInput:true, it doesn't seem to intuitive or accessible to me - I just implemented it because it was a feature request from the old version of the plugin. > > also, i'd like to request that there be a 'Go To Today' link added (or > add-able). That should be easy enough to add yourself if you want to. Something like the following (untested): $('DATEPICKER_ELEMENT').setSelectedDate((new Date()).asString()) (obviously with DATEPICKER_ELEMENT replaced by an expression to select the element you have bound the date picker to). Hope that helps, Kelvin :)