Price Range Slider - how do I implement this into a query?
Moderator: General Moderators
Re: Price Range Slider - how do I implement this into a quer
There's not a ton of code there to begin with. I suppose you could move it to a function if you need to use the same functionality in multiple places.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Price Range Slider - how do I implement this into a quer
http://touchpunch.furf.com/content.php? ... nge-slider
Can you see in the CSS where the middle orange color is set? Because I can't, and it's not in the Javascript.
I cannot see any background-color.
Can you see in the CSS where the middle orange color is set? Because I can't, and it's not in the Javascript.
I cannot see any background-color.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Price Range Slider - how do I implement this into a quer
For reference - I found it.
.ui-slider .ui-slider-range
I added a background color and it worked. I think the orange was an image.
.ui-slider .ui-slider-range
I added a background color and it worked. I think the orange was an image.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.