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 your answer looking for "safari crash". had the same
problem with
$(elem).append(html)
where html was an ajax result. i changed this to $(elem).load(url)
which doesn't seem to use the html() function and works. just to let
you know...

-robert


-- Klaus


Reply via email to