[Proto-Scripty] Re: autocompleter.local

2008-12-03 Thread Walter Lee Davis
On Dec 3, 2008, at 1:28 AM, charliem wrote: Bingo - thanks for the speedy help. Being very much a newbie with JS can you pint me to an explanation of what you are referring to when you say ... a window.load or document.dom:loaded listener ...? There are plenty of examples in the Prototype

[Proto-Scripty] Re: autocompleter.local

2008-12-02 Thread Walter Lee Davis
Make sure that the script containing the autocomplete stuff is at the bottom of your page (or at least lower in the source order than the element you are trying to apply the effect to) and it should work as written. Otherwise, wrap the new Autocompleter.Local part inside of a window.load