Populating form elements with AJAX

Hi All!

Is it possible to populate a form (or certain elements) with the shipped
AJAX library? When using link_to_remote it seems that only innerHTML of
a DOM element can be updated, but I would like to set the value of a
text field (or perhaps multiple).

Greetings,

Wouter

This might help you:

http://24ways.org/advent/have-your-dom-and-script-it-too

2006/1/13, Wouter [email protected]:

Douglas L. wrote:

This might help you:

http://24ways.org/advent/have-your-dom-and-script-it-too

Great! I had a good laugh about how inventive people are.