我有原型和 jquery 冲突的问题。Ajax.Updater
jquery中的这段代码如何?谢谢。
function startCalendar(month, year) {
new Ajax.Updater(
'calendarInternal',
'cldr.php',
{
method: 'post',
postBody: 'action=startCalendar&month='+month+'&year='+year+''
}
);
}