Re: [jquery-dev] 1.4a1: need help identify an error

2009-12-14 Thread Alexandre Plennevaux
I found the culprit: switchStylesheet($('#detailsNavigation').attr('css')); where, in this case, the css attribute is empty. The bug is on my side, sorry! A. On Tue, Dec 15, 2009 at 12:18 AM, John Resig wrote: > Do you have any example code that triggers this error? That would > certainly help

Re: [jquery-dev] 1.4a1: need help identify an error

2009-12-14 Thread John Resig
Do you have any example code that triggers this error? That would certainly help to diagnose the problem. It looks like you're trying to get a computed CSS value but are passing in an undefined name - why that's happening would be good to know. --John On Mon, Dec 14, 2009 at 6:03 PM, pixeline

[jquery-dev] 1.4a1: need help identify an error

2009-12-14 Thread pixeline
Hello, I'm trying out 1.4a1 on my application. Something breaks from 1.3.2 and firebug returns this error message: name is undefined jquery-1.4a1.js Line 4047 which line is: name = name.replace( rupper, "-$1" ).toLowerCase(); Can you help me see if this is due to an i