It could be because you define your datepicker outside the load function.
When attached to an input, the datepicker is initialized when your input
get the focus, ie when the page is loaded.
When inline, it's called as soon as you define it ... and then is your 
function
disableDays allready defined?

try defining the datepicker in $(function(){ ... })
(if it's not still the case ...)

hope that's help, anyway send back more of your "non-working" code,

Fred


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to