[jQuery] Re: setting default value for datepicker.

2009-01-20 Thread Richard D. Worth
There's a dedicated mailing list for help with jQuery UI plugins: http://groups.google.com/group/jquery-ui - Richard On Fri, Jan 16, 2009 at 1:10 PM, Jason Meckley wrote: > > today I'm learnig jquery. I downloaded jquery-1.3.min.js and jquery-ui- > personalized-1.6rc5.min.js with everything. >

[jQuery] Re: setting default value for datepicker.

2009-01-16 Thread MorningZ
Not sure about the answer to #1 or why the posted code for #2 doesn't work, but i can tell you that for #2 you can simply just set the textbox's value using normal jQuery (or JavaScript) ie/ $("#selected_date").val("default date here"); On Jan 16, 1:10 pm, Jason Meckley wrote: > today I'm lear