On Mon, 25 Sep 2006, Brandon Aaron wrote: > I don't see the 'more' in IE but I do in Safari and Firefox. I noticed > that in Firebug the console.log statment seems to get called twice but > I could only find it once in all the javascript loaded for the home > page. Does firebug double log or is the /lisp/spoomusic.js getting > loaded twice? Can you fire an alert from the $(document).ready()? > Often times when I run into issues like this I just start commenting > out blocks of code and adding in debugging statments to try and find > where the code is stopping. Perhaps building an empty page with just > jQuery and calling the $(document).ready() would yeild some results. > If that works, then just start slowly adding back in some of the > JavaScript from the site until it breaks.
Hey Brandon, thanks for the feedback. The reason there are two console.logs is that there's an iframe on the page, and the iframe loads the same script. I could fire an alert from $(document).ready(), but it's a live site so I don't want visitors to start getting dialogs all of the sudden. ;) I'll try to put together a simpler test case. Thanks again, Dave _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
