Viewing the source helped. $("#MyObj").mousewheel(function (event, delta) { ... } );
Where the delta parameter is a +/- 1 (or integer value). Returning false from this function halts the mouse scroll. Hopefully this helps someone... Shawn sgrover wrote: > Does anyone have a sample of how to use the mousewheel plugin? The docs > page seems to be missing. > > (Off to start viewing source, and deciphering how to make this work...) > > Shawn