[jQuery] Re: help! imagebox disaster - website crashes safari

2007-06-13 Thread Robert Wagner
2007/5/15, Klaus Hartl [EMAIL PROTECTED]: Look for occurences of $(elem).hmtl('...'). This causes Safari to crash for me as well. You have to replace it with $(elem)[0].innerHTML = '...' If you're using jQuery 1.1.2 that is. That should be fixed with the latest version. wow. just found

[jQuery] Re: help! imagebox disaster - website crashes safari

2007-05-15 Thread Klaus Hartl
Robert O'Rourke wrote: Help! I'm really desperate here, the site I just set live is causing safari to crash when you click through to a property page.. not good. The only unique thing about the page is that I am including imagebox and interface in the head. Are there known issues with

[jQuery] Re: help! imagebox disaster - website crashes safari

2007-05-15 Thread Erik Beeson
I don't have a suggestion on why it happens, but I can confirm that it kills Safari. I see you're using an old version of jQuery (rev 1460, current is 1465). Maybe try updating? Or maybe try the current SVN version? Also, you might want to move that animating that you're doing at the top of

[jQuery] Re: help! imagebox disaster - website crashes safari

2007-05-15 Thread Robert O'Rourke
Klaus Hartl wrote: Robert O'Rourke wrote: Help! I'm really desperate here, the site I just set live is causing safari to crash when you click through to a property page.. not good. The only unique thing about the page is that I am including imagebox and interface in the head. Are