My problem is with a jQuery Sort Table and a jQuery Tab interface in my application. With Chrome and Firefox, I have no problem. But with IE 6/7 this error pops up:
Object doesn't support this property or method.
The code:
$(function(){
$("#sortable").tablesorter();
$("#dashboardtabs").tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' });
});
Can anyone help me out?