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/

Reply via email to