views:

575

answers:

2

Is it possible to have tooltip in jquery ui slider? Or is there other/better slider plugins with this in it already?

Also if i use jquery ui's range slider, is it possible to have two different kind of tabs (the thing that you slide)?

A: 

I dont see why it wouldnt be possible. You just have to add the tool tipping to the building process.. i havent used the sliders much so im not sure what events they offer but if there is an init type hook you could attach the tip there as part of the initialization process.

As far as the "tab" its controlled by css so if you slap a class or id on the slider source element you can target it that way. to add for varying looks between different sliders.

prodigitalson
A: 

Check out this jquery slider. It has a nice pop-up tooltip effect.

AdmSteck