On Fri, Jun 5, 2009 at 2:47 AM, Herman <[email protected]> wrote: > > Hi jqueryUI comunity! > > I'm using the current jq-datepicker with i18n support. > > The code I use: > > script type="text/javascript"> > $(function() { > $.datepicker.setDefaults($.extend({changeMonth: true, > changeYear: true, > showOn: 'button', buttonImage: '/images/ > calendar_16x16.png', buttonImageOnly: > true, }, > $.datepicker.regional[''])); > $("#datepicker").datepicker($.datepicker.regional > ['de']); > > > }); > > </script> >
Looks like you have an extra comma after "buttonImageOnly: true". IE is probably choking on that. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
