steve02a
steve02a

Reputation: 69

jquery UI slider with tooltip

I have a jquery UI slider on a webpage I'm working on, but I'm looking to get a tooltip on the slider too. I've been through most of the questions here (searching) and didn't find what I was looking for or I couldn't understand the answer(s).

Here's a sample of what I'm looking for: Sample UI Slider with tooltip

Here is my slider: My slider with no tooltip yet

I just created a simple UI slider from the jquery website. Snap to increments. Ideally, whatever dollar amount the slider is on, I'd like the tooltip to display right above it. I'll tackle CSS code later for look n' feel.

and I can't post my actual code, because it has hyperlinks in it, and because I'm a newbie here, this website won't let me make a posting with more than 2 hyperlinks, which I've already used up to show you the sample and my slider.

Upvotes: 3

Views: 3430

Answers (1)

shash7
shash7

Reputation: 1738

I believe you are looking for this.

Basically, this tutorial shows how to style the slider and place a tooltip above the slider to get the value of the input.

Upvotes: 1

Related Questions