JavaScript event sequence

夙愿已清 提交于 2019-12-01 16:52:42

For key events, the following is an excellent resource: http://unixpapa.com/js/key.html. There's also a page for mouse events on the same site at http://unixpapa.com/js/mouse.html that I haven't used, but I imagine is useful based on the key events page.

I know a good german web site, also available in French I hope this helps:

http://de.selfhtml.org/javascript/sprache/eventhandler.htm

W3C - Document Object Model Events - but as always... some browsers doesn't support everything.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!