loopj / jquery-simple-slider

Unobtrusive numerical slider plugin for jQuery
194 stars 113 forks source link

Fixes dragging in IE8 #11

Closed nhunzaker closed 11 years ago

nhunzaker commented 11 years ago

This fix corrects issues with dragging on IE8 by binding the mousemove event to the body instead of the window.

As described by issue #3.

loopj commented 11 years ago

Thanks @nhunzaker !