Replies: 3 comments 1 reply
-
Hi @David263! Thank you for your question. First of all, I would recommend looking for events of any element in the documentation for this element. For example, if you are interested in textarea, the events inherent to this tag can be found on its page: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement If you are interested in finding a list of all events, I would recommend referring to the specification: https://html.spec.whatwg.org/multipage/indices.html#events-2 You can also look at the Event reference https://developer.mozilla.org/en-US/docs/Web/Events I hope I answered your question! |
Beta Was this translation helpful? Give feedback.
-
Not really. Your MDN links don't have a complete list of events. They have categories of events. I haven't been able to find in MDN a single list of all events supported by browser JavaScript and HTML for the latest browsers. But I thank you for the obvious work you put into your response. |
Beta Was this translation helpful? Give feedback.
-
When is the information about "all supported events" meaningful? For example do you really care about the |
Beta Was this translation helpful? Give feedback.
-
I typically use the "site:" keyword in browser searches to find information on MDN. I've noticed several times that the information for web page event types (such as "load") is scattered all about. I have yet to find a complete list of event types grouped by functionality. My current specific search is for the events that are triggered when characters are typed into a textarea element. Is there any way to make this often-needed information easier to find?
Beta Was this translation helpful? Give feedback.
All reactions