jQuery event.result Property (original) (raw)
Last Updated : 11 Jul, 2025
The jQuery event.result is an inbuilt property which is used to find the last and previous value returned by an event handler started by the specified event.
Syntax:
event.result
Parameter: It does not accept any parameter because it is a property not a function.
Example 1: jQuery code to show the working of event.result property.
HTML `
Click here for event result
`
Output:
Example 2: In this example, a pop-up will show last value returned by an event handler.
HTML `
Click here for event result
`
Output:

