Mouse Wheel Extension

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 张勇
操作系统 未知
开源组织
适用人群 未知
 软件概览

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

相关阅读

相关文章

相关问答

相关文档