invoke (methodName, args) Array
public
Invokes the named method on every object in the receiver that implements it. This method corresponds to the implementation in Prototype 1.6.
Parameters:
-
methodName
String
- the name of the method
-
args
Object...
- optional arguments to pass as well.
Returns:
-
Array
- return values from calling invoke.
Please login to continue.