Thanks!
I tracked it down to the use of curvycorner
http://www.curvycorners.net/(which btw causes IE to pop up operation
aborted error when you visit the
site)

I did
$(".class_name").corner()

and comment out that line works.

So the mystery is solved but I wonder if anyone can recommend a good jQuery
plugin for rounded corner which works across browsers?

-Aaron

On Tue, May 19, 2009 at 6:07 AM, ryan.j <ryan.joyce...@googlemail.com>wrote:

>
> 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