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.
Brandon On 9/25/06, Dave Benjamin <[EMAIL PROTECTED]> wrote: > On Mon, 25 Sep 2006, Brandon Aaron wrote: > > > The current revision in SVN is 346. A quick glance over the check-ins > > didn't show a particular reversion # that the issue you are having was > > fixed in. I have been using the latest SVN revision since around 289 > > and haven't seen this issue. > > I can't find a link anywhere on jquery.com for the latest SVN release, and > I don't have a Java environment handy to build it with ant at the moment, > but I did manage to get revision 303 at > http://jquery.com/src/jquery-svn.js so I tried that. Still having the same > problem. > > One place where the problem occurs for me is here: > http://spoomusic.com/ > > If you look at the list of links on the left-hand navigation under > "Net.Radio", there should be a link that says "(more)". If this link does > not appear (and instead you see the full list of net radio links at page > load), then the $(document).ready(...) did not fire. One way I'm able to > reliably produce this effect on IE is to click the "spoomusic" logo in the > top-left corner of the page. If I hit reload, it works fine, but if I > click that logo, the (more) link doesn't show up when the page redraws. > > Thanks, > Dave > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
