I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter";
to my harddisc inclusive all .js and .css.

Then I changed "new Ajax.Autocompleter('contact_name',
'contact_name_auto_complete', '/ajax/auto_complete_for_contact_name', {})"

to

"new Ajax.Autocompleter('contact_name', 'contact_name_auto_complete',
'http://demo.script.aculo.us/ajax/auto_complete_for_contact_name', {})"

But this doesn't work. Did I something wrong? How can I debug?

Simon

_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to