Thanks Mr. Worth! This worked perfectly! Also, thank you for giving me
the example. That made it so much easier for me to figure out what to
do with the code you posted!

On Aug 14, 2:49 pm, "Richard D. Worth" <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to