[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 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").corne

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

[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 wrote: > Hi, > > I got the following error when I render the page us