Re: [jQuery] Re: Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-12 Thread Michel Belleville
2009/11/12 MorningZ > you could go through the CSS > and remove every IE specific declaration, but now you'd have to > support two copies of the file, one for IE, one for everyone else. > > If only 2 copies were enough here... More like 2+ copies depending on how many versions of IE you wish

[jQuery] Re: Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-12 Thread MorningZ
"What I mean is that I get a lot of Jquery CSS errors/warnings in Firefox error console ,like if I visit this page" Well, let's look at one: >From the Firefox error console: Warning: Error in parsing value for 'cursor'. Declarati

Re: [jQuery] Re: Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-12 Thread Michel Belleville
Ok, so, first of all error # warning. An error means something has gone wrong, sometimes horribly, a warning merely means something may possibly be a mistake, or not. Especially css warnings, which basically means "oh, I don't know this one" (I'd even be so bold as to add "could that be an Internet

[jQuery] Re: Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-12 Thread Sune42
Hi What I mean is that I get a lot of Jquery CSS errors/warnings in Firefox error console ,like if I visit this page http://jqueryui.com/demos/draggable/ I get 9 errors in the Varning: http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css So I wonder if this is

Re: [jQuery] Re: Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-11 Thread Michel Belleville
Doesn't it smell a bit like a troll all of a sudden ?.. Michel Belleville

[jQuery] Re: Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-11 Thread MorningZ
i'd suggest taking a big possibility out of the equation: your code go on the docs site (http://docs.jquery.com) and see if you see the same behavior