Need help with UI Slider

Hi Webflow,

Need a bit of help.
Site: Webflow - spotlesssociety

Implementing: Slider Widget | jQuery UI API Documentation

Full code on GitHub: https://github.com/mikhailarden/UI-Slider


We are working with the /playground page

Long story short on the live link http://spotlesssociety.webflow.io/playground when I mouseover the area that I’ve given the ID to, the slider works and the figure changes, however there is no visible slider. Currently the area above [box, $100] is the ‘slider’.

I need some help with making it visible.

Any reason why you are using jQuery UI slider instead of Webflow’s slider?

Not a slider like the image slider, it’s a physical slider.

This is the wrong way to include an external stylesheet. See <link>: The External Resource Link element - HTML: HyperText Markup Language | MDN

<link stylesheet="https://cdn.rawgit.com/mikhailarden/UI-Slider/75bb2b96/development-bundle/themes/ui-lightness/jquery.ui.all.css">
<link stylesheet="https://cdn.rawgit.com/mikhailarden/UI-Slider/75bb2b96/development-bundle/demos/demos.css">

Hint: you need attributes called rel and href.