Hi guys!
I've got a problem with JQuery UI 1.7.2, in the datepicker widget to
be precise.
I need to set it so that the calendar is displayed in italian, and I
tried to follow the example on the website but it didn't work. I tried
to do
$.datepicker.setDefaults($.datepicker.regional['it']);
but no effect. I noticed that in the source of the jqueryUI file there
is no such array, only regional[''] is defined! How can the example on
the website work? Am I missing something?
Also, where can I find the non-minified version of the code? The
website doesn't allow a choice for what I can see.
Thanks in advance!
Matteo
--