How can I implement a JS observer which will observe multiple fields
Posted
by scainey
on Stack Overflow
See other posts from Stack Overflow
or by scainey
Published on 2010-03-10T14:22:05Z
Indexed on
2010/03/24
20:43 UTC
Read the original article
Hit count: 226
JavaScript
|prototype
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.
© Stack Overflow or respective owner