Adds mouse wheel support for your application! Just call mousewheel to add the event and call unmousewheel to remove the event.
这个事件在标准下和IE下是有区别的。 firefox是按标准实现的,事件名为"DOMMouseScroll ",IE下采用的则是"mousewheel "。 当然一行代码就解决了兼容问题 var mousewheel = document.all? "mousewheel": "DOMMouseScroll"; 事件属性,IE是 event.wheelDelta,Firefox是 ev
http://unixpapa.com/js/mouse.html Javascript Madness: Mouse Events Jan Wolter Aug 12, 2011 Note: I have stopped updating this page. At this point nearly all popular browsers are have achieved a
The PS/2 Mouse Interface Copyright 2001 Adam Chapweske This document is under construction... I'll post more information as I have time... Electrical Interface / Protocol: The PS/2 mouse uses the