it's going to be one of your selectors -

if you're at a loss where to start maybe just chop out functions until
it starts working, and then look more closely at what it was doing in
that function.

On May 19, 7:00 am, Aaron Lee <waifun...@gmail.com> wrote:
> 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

Reply via email to