Hi Paul,
Oh...so "option" is a literal! That's what I wasn't getting before!
When I use $("...").datepicker("option", {...: "..."}); I get an error
in ui.datepicker.js complaining that it can't make an object of
literal "_optionDatepicker". However when I dug a little through the
ui.datepicker.js file, I realized there was a function called
"_changeDatepicker".
So when I use $("...").datepicker("change", {...: "..."}); it works
just fine. The docs seem to indicate that this was deprecated in 1.6
(I'm using 1.6rc2). Am I doing something wrong?
Just a little more confusion and hopefully I'll be on the right track!
--- Jim ---
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---