[jQuery] Re: Javascript error on IE

2009-05-20 Thread ryan.j

give cornerz a go

http://labs.parkerfox.co.uk/cornerz/

On May 19, 5:12 pm, Aaron Lee waifun...@gmail.com wrote:
 Thanks!
 I tracked it down to the use of 
 curvycornerhttp://www.curvycorners.net/(whichbtw 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.comwrote:



  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


[jQuery] Re: Javascript error on IE

2009-05-19 Thread ryan.j

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


[jQuery] Re: Javascript error on IE

2009-05-19 Thread Aaron Lee
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.comwrote:


 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