skip to navigation
skip to content

collective.js.mousewheel 1.0

Add JQuery Mousewheel plugin to the Plone CMS resource registry

Downloads ↓

Introduction

This addon register JQuery Mousewheel plugin to Plone's resource registry

Version: 3.0.6

About mousewheel

A jQuery plugin that adds cross-browser mouse wheel support.

In order to use the plugin, simply bind the "mousewheel" event to an element. It also provides two helper methods called mousewheel and unmousewheel that act just like other event helper methods in jQuery. The event callback receives an extra argument which is the normalized "delta" of the mouse wheel.

Here is an example of using both the bind and helper method syntax.

// using bind
$('#my_elem').bind('mousewheel', function(event, delta) {
    console.log(delta);
});

// using the event helper
$('#my_elem').mousewheel(function(event, delta) {
    console.log(delta);
});

Credits

Companies

makinacom

Authors

Changelog

1.0 (2012-01-04)

  • Initial release
 
File Type Py Version Uploaded on Size # downloads
collective.js.mousewheel-1.0.tar.gz (md5) Source 2012-01-04 5KB 163