Sikander
Sikander

Reputation: 2835

Price Filter using Bootstrap

i have to add a price filter in my web page using Bootstrap that works as jquery slides do , See attached image for detailed idea about it

enter image description here

User can select the value and that will be set in dollors , i am not asking for code to be pasted here ,but i wanted to ask about is there any component in bootstrap that can be added or i should go for jquery ? if any component existis please mention it and i will go through its docs .. Thank u

Upvotes: 0

Views: 7579

Answers (3)

JuniorCoder
JuniorCoder

Reputation: 342

i have used this third party tool: http://www.eyecon.ro/bootstrap-slider/

I can highly recommend it.

Upvotes: 0

Ernest Sawyer
Ernest Sawyer

Reputation: 360

Have you tried this: http://www.eyecon.ro/bootstrap-slider/ ??? It works pretty much fine for me.

Upvotes: 2

SW4
SW4

Reputation: 71200

There is no component that comes with Bootstrap per se, but take a look at this Bootstrap Slider script which has been designed to be relatively plug-and-play within the Bootstrap framework and looks to offer the type of functionality you're after.

The second example is effectively exactly what you've noted, a price filter.

That said, as with the jQueryUI Slider you've illustrated it is a separate script, though likely a lighter one.

Upvotes: 1

Related Questions