For click events, Firefox reported TypeError: window.event is undefined. Later I added var evt = window.event || arguments.callee.caller.arguments[0] for compatibility. Although the error was not reported, the click The event is no longer valid
There seems to be no writing method like $(window.event.srcElement) in jQuery. Window.event is only available in native js.
Owner, what does this represent? If there is no corresponding name, of course the event will be undefined
The person above is right, I don’t know what you $(this) want to do...
There seems to be no writing method like $(window.event.srcElement) in jQuery. Window.event is only available in native js.
Owner, what does this represent? If there is no corresponding name, of course the event will be undefined
The person above is right, I don’t know what you $(this) want to do...