Sure... It wouldn't be all that common. But it was a request from the last time he posted a link to it. It will come up though and I'd suggest trying to build it in if it's not too much addtl code.
<!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of bbuchs Sent: Tuesday, August 15, 2006 11:49 AM To: [email protected] Subject: Re: [jQuery] date picker plugin update I would argue that "less is more". One of the most fantastic things about jQuery and the syntax is that it's so damn light. What's the most common scenario for a date picker in a web app? Is it really neccessary to pick a date 2, 3 years in the future? Othewise, great plugin Kelvin. My only suggestions would be (1) to remove the extra markup and use a DOM creation method or a wrap() to add the container DIV, and (2) instead of doing INIT calls to use something more "jquery-esque": $("input.mydate").datePicker({format:'mm/dd/yyyy', startdate:'08/15/2006', enddate:'08/31/2006'}); But that's just me... Great work! -- View this message in context: http://www.nabble.com/date-picker-plugin-update-tf2109968.html#a5817683 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
