I have a number of select form elements all with a class "extrainfo".
What I would like to do is to capture when the select form element is
changed and run a function passing the select form elements ID/Name.
What is the best way to do this?

$$('.extrainfo').Event.observe('change',myfuntction(id))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to