We don't currently have a class to differentiate between these two, so
$('.ui-slider').each(function() {
$('.ui-slider-handle:first', this).addClass('my-slider-handle-left')
$('.ui-slider-handle:last', this).addClass('my-slider-handle-right')
});
Example:
http://jsbin.com/ihoga
- Richard
On Fri, Aug 14, 2009 at 3:51 PM, Jerry Pepper <[email protected]> wrote:
>
> I would like to use a different image as the left slider handle than
> the right slider handle. I would like the left slider handle to have
> an arrow pointing right and the right slider handle pointing left. How
> would I go about doing this?
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---