I have never had this problem before on any browser. Do you have a
test page you could show us? It could be that one of your JavaScript
files has something in it that only IE reports as an error, such as a
trailing comma after the last object property.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Nov 13, 2008, at 11:48 AM, Stan McFarland wrote:
Hi,
Newbie here. I have two JS files, common.js and homepage.js. Both
have calls to $(document).ready(). Using FF, both $(document).ready()
methods execute, but in IE6, only one does. Is this a known problem?
Thanks,
Stan McFarland