ExampleShow the returned result of the last click event:
Try it yourself » |
The result property contains the last value returned by an event handler function that was triggered by the specified event.
event.result |
Parameter | Description |
---|---|
event | Required. Specifies the event to get the last returned value from. The event parameter comes from the event binding function |