jquery ui slider IE7 bug...
- by Reigel
When you are holding the handles to
slide them the width of the range
blows out to 100% width, but snaps
back to the width it's supposed to be
once you release the handle.
jQuery 1.4.2
UI 1.8.2
please help
jQuery
if ($("#topImageSlider").length){
var max = 120;
var initialValue = 40;
function refreshValue(){
…