Filter Slider

Hello. A client wants a filter slider like this one:
http://www.greenpark.co.uk/property/available-space
They have a similar product to offer and want that same exact solution. I wounder if it possible to do it with wix code. If so, what would you suggest?
Thanks!!

If you want a slider in HTML and insert that into a HTML component and when the slider moves you use the event inside the HTML to postMessage back to Wix Code and filter on values sent back.

Study HTML Component communication between Wix Code and the HTML parts and you will be able to make it work.

I provided some code that does this is an iFrame in this post:

It isn’t that was the title of the thread I initially replied to where the person that posted wanted a mobile slider (it turned out). This is where I put the code to show her.

Basically she wanted to apply a slider capability using a repeater to create a swipable gallery.