How can I implement a JS observer which will observe multiple fields
- by scainey
I would like to observe changes in multiple form fields and make a call back to the server with the combined values. The fields I want to observe are select boxs.
Do I do this by firing the "onchange" event of the parent element?
I'm using Prototype 1.6.