There is a prototype of the js function:
Event.observe (element, eventName, handler)
here element means the identifier of the item.
Can a class element be placed here?
I received this element from a third party only with a class attribute.
javascript prototypejs event-handling class
sergionni
source share