[jquery-dev] Re: Detecting when CSS has loaded

2009-05-02 Thread Brandon Aaron
Putting the css before the js doesn't always work. :( -- Brandon Aaron On Sun, May 3, 2009 at 12:57 AM, Kelvin Luck wrote: > > That suggestion has worked for some of my users. But some of them are > still having problems. It may be an issue in my code - I'm trying to find > the time to produce a

[jquery-dev] Re: Detecting when CSS has loaded

2009-05-02 Thread Kelvin Luck
That suggestion has worked for some of my users. But some of them are still having problems. It may be an issue in my code - I'm trying to find the time to produce a striped down test case... But for example, visit this site in Safari or Chrome: http://lolkeegan.com/ Everything works great

[jquery-dev] Re: Detecting when CSS has loaded

2009-05-02 Thread John Resig
It tried to, in some cases, but in reality its implementation was pretty weak. Right now the better solution is to include your stylesheets before your jQuery code - which will force the CSS to load before the ready event occurs. --John On Sat, May 2, 2009 at 2:49 AM, Kelvin Luck wrote: > > So

[jquery-dev] Re: Bug in IE 7 with 'find' method

2009-05-02 Thread Josh Powell
I tested the code you gave, and it worked fine in IE7. I got one two three four I'm suspecting that you've distilled the example down from some real code (good practice!) and it was the real code that wasn't working and you didn't test the distilled code. I suspect that in the real code, this

[jquery-dev] Bug in IE 7 with 'find' method

2009-05-02 Thread Luke Bayes
I was able to reproduce this bug in JQuery 1.2.6, 1.3, and 1.3.1 on Windows XP with Internet Explorer 7. The use case is that I have a collection of items in a page of HTML, and I'm using JQuery to build up a JavaScript model (and insert these list items into Google Maps). So, I'm selecting on a