Link to home
Start Free TrialLog in
Avatar of dshrenik
dshrenikFlag for United States of America

asked on

Dynamically change the width of a slider handle

Please let me know how I can dynamically change the width of a slider handle through javascript code. I do not want to do it though JQuery's resizable().

http://jqueryui.com/demos/slider/#default

Thanks!
Avatar of leakim971
leakim971
Flag of Guadeloupe image

You may use : $(".ui-slider-handle").width("200px");
Avatar of dshrenik

ASKER

But, how do I do this if I have more than 1 slider? I have two single-handle sliders on my page.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial