[jQuery] (autocoplete) problem with fast typers:)

2010-01-05 Thread Richard KLINDA
Hello All! I have a problem with the autocomplete plugin, if one types fast enough to hit enter before the autocomplete suggestions show up (which is not hard at all), then autocomplete doesn't run the result handler (and it definitely should), so nothing happens. So when user types "foo" into th

[jQuery] Re: running an onload code snippet only once

2009-12-16 Thread Richard KLINDA
re off that code again > On Dec 15, 3:27 pm, Richard KLINDA wrote: >> Hello, what is a good way to run a code snippet after the page is >> loaded, but only just one time? >> I use the ready event $(function(){...}); most of the time, but >> sometimes it fire

[jQuery] running an onload code snippet only once

2009-12-15 Thread Richard KLINDA
Hello, what is a good way to run a code snippet after the page is loaded, but only just one time? I use the ready event $(function(){...}); most of the time, but sometimes it fires multiple times (when the DOM changes I think), and rarely there are stuff that I only want to run JUST ONCE per pagel