Is event object and window.event object the same ?
Hello guys, sorry to disturb you, can someone explain what is the difference between an event object passed by an event handler and an a window event please.
I just read that the window.event was used for backward compatibility like this:
event = event || window.event
I don't understand, event and window.event aren't the same thing ?
for e,g consider the following:
I didn't really understand what is the difference0 Replies