Dylan Verheul wrote:
On 8/9/07, Rey Bango <[EMAIL PROTECTED]> wrote:
Correct on the URL:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
This is the best one, but I only recently found out that it crashes
Safari. This is more Safari's fault (crashing should never happen)
than Jörn's, but I thought I'd mention it anyway, to prevent
disappointment.
Clues as to what causes the crashing are welcome ...
Dylan
I experienced Safari crashes with html() in jQuery 1.1.1. This was
supposed to be fixed in 1.1.2, but recently I got the same again with
1.1.2 with html() *and* append(), while I was using the date picker
plugin (and only there)...
So now if Safari crashes the first thing I look for are occurences of
html()/append()/prepend(), replacing them with innerHTML.
--Klaus