circular-slider
circular-slider copied to clipboard
Not working correctly
The script code is very dependent on its location in the html. It renders if the script is placed at the bottom of the html but the red dot is offset from the bottom and is not located on the circle. Also the object is non responsive to and clicking or dragging. In short it does not work in all the environments that I have tried, that is PHP Storm, and Eclipse PHP.
can you share a sample environment to replicate this issue? I'll look into it or assign to folks to fix it.
Environment is Windows 7 SP3. Code is as follows:
It is fixed. There was a conflict with the jquery-ui.css stylesheet file - moving it after jquery-ui.css appears to fix the problem.
<script src="jquery-3.1.0.js"></script> <script src="jquery-ui.js"></script> <link href="jquery-ui.css" rel="stylesheet" /> <link rel="stylesheet" href="circular-slider.min.css" /> <script src="circular-slider.min.js"></script>