Re: [jQuery] Problem with $(document).ready in <=IE7 only

2009-11-23 Thread Michael Geary
You don't need the language="javascript" in the script tag; that isn't the problem. There is an extra comma at the end of the object literal in your infiniteCarousel({...}) call. See if removing that helps. Note that $(document).ready(function() { ... }); and $(function() { ... }); mean exactly t

[jQuery] Problem with $(document).ready in <=IE7 only

2009-11-23 Thread JD
Hello everyone, I'm trying to figure out this weird error I'm seeing. I have a simple script that, after the document is ready, I want to change a CSS attribute from "display:none" to "display:block" and then load the jquery inifinite carousel plugin: