[jQuery] Javascript error on IE

[jQuery] Javascript error on IE


Hi,
I got the following error when I render the page using
jquery-1.3.2.min.js
Line: 20
Char: 2424
Error: Exception thrown and not caught
Code: 0
URL: ...
I then replaced it with jquery-1.3.2.source.js and the exception was
thrown at:
Sizzle.filter = function(expr, set, inplace, not){
<snip>
// Improper expression
if ( expr == old ) {
if ( anyFound == null ) {
throw "Syntax error, unrecognized
expression: " + expr;
} else {
break;
}
}
<snip>
}
Any ideas?
-Aaron