[jQuery] jQuery AJAX working in Firefox but not IE

[jQuery] jQuery AJAX working in Firefox but not IE


Hey folks,
So here's example code:
<a onClick="
$j('#points_1').fadeTo('fast', .1).load(
'/points/scroll',
{sm_id: 1, ps_id: 13},
function() {$j('#points_1').fadeTo('fast', 1);}
);">
You can see it in action (or inaction using IE) at http://delangeracing.com/points
and clicking any "Prev" link.
Any idea why it never fades back in using IE?
-Josh