Second question:
in script.aculo.us |Ajax.Autocompleter
<http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter> :
|new Ajax.Autocompleter("autocomplete", "autocomplete_choices",
"/url/on/server", {});
what is | |/url/on/server ?
URL on server is the address of your script/application on the server which will be handling the AJAX call made by the autocompleter, and returning 'I think' a List/Array of some kind, with suggestions.
-Chris
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
