You can put this in your slide: event

var sliderpos =$(this).find('.ui-slider-handle:first').position();
var sliderleft= parseInt(sliderpos.left);

you can skip the (this).find portion if it's the only slider on your
page.



On May 21, 3:52 pm, "[email protected]"
<[email protected]> wrote:
> How can I get the css left position value of the two slider buttons I
> have on my slider?
>
> I am showing the values of the slider above the buttons... and want to
> move the values when the user moves the slider buttons
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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