When I use
 $("#datepicker").datepicker({showOn: 'button', buttonImage: 'images/
calendar.gif', buttonImageOnly: true});
It works so fine.

But when I use
 $("#datepicker").datepicker('option',
    {
     showOn: 'button', buttonImage: 'images/calendar.gif',
buttonImageOnly: true,
     minDate: 0,
     dateFormat:  "DD, d 'de'  MM 'de' yy",
     altField: '#alternate', altFormat: "dd mm yy"
     });
all the options works good, EXEPT the 'showOn: 'button', buttonImage:
'imagens/calendar.gif', buttonImageOnly: true'.

Can somebody helps me?

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