If i got a input field with the name of field1,field2 etc and i want
to do below dynamically
"#participants [name=field1]:keyup": function() {
"#participants [name=field2]:keyup": function() {
Is it possible to do something like this
"#participants [name=field*]:keyup": function() {
where * can be any character like 1,2,3 etc
Thanks for the help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---