I am trying to use this plugin here to create a slider on my page: http://egorkhmelev.github.com/jslider/
Unfortunately on my demo page I can’t seem to get it to create the slider element properly, and I’m not receiving any javascript errors in the console.
Here is my demo page: http://nathanmarks.ca/drivvy_demo/search.php
I call the slider function in script.js and I’m trying to create it in the ‘refine search’ box on the page.
I also tried making a blank page with a slider in it and was experiencing the same problem!
I would experience any help, thanks! I don’t know what I have done wrong.
You’re trying to create slider from
$("#SliderSingle")element which is<input>tag. You should use<div id="something"></div>instead of that.