I'm back... ))
In Mozilla Firefox:
$td.attr("class") is undefined
http://****/event_calendar/javascript/jquery.datePicker.js?m=1297080494
In Opera
Uncaught exception: TypeError: Cannot convert '$td.attr('class')' to object
Error thrown at line 930, column 5 in <anonymous function: cellRender>($td, thisDate, month, year):
if(d.getTime() >= c.rangeStart.getTime() && d.getTime() <= c.rangeEnd.getTime() && !$td.attr('class').match('weekbutton'))
called from line 152, column 6 in <anonymous function: renderCalendar>(s):
s.renderCallback(d, currentDate, month, year);
called from line 965, column 4 in <anonymous function: _renderCalendar>():
$('.dp-calendar', this.context).renderCalendar(
called from line 878, column 4 in <anonymous function: display>(eleAlignTo):
c._renderCalendar();
called from line 622, column 5 in <anonymous function: init>(s):
this.display();
called from line 276, column 5 in <anonymous function: datePicker>():
controller.init(s);
called from line 579, column 4 in <anonymous function: each>(object, callback, args):
for ( var value = object[0];
called via Function.prototype.call() from line 245, column 2 in <anonymous function: each>(callback, args):
return jQuery.each( this, callback, args );
called from line 255, column 3 in <anonymous function: datePicker>(s):
return this.each(
called from line 3, column 1 in <anonymous function>() in http://***/event_calendar/javascript/calendar_widget.js?m=1297080493:
jQuery('#calendar-widget')
In Internet Explorer everything works without error.
Thanks,
Nauri