Change the orientation of the sliders (horizontal or vertical). Demo | Download
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Great plugin, but I think you could add a name attribute in each select (and id attribute wouldnt be bad either).
Just need to change line 140 from
var html = ”;
to
so you will have a name with the same name as the id argument.
You must be logged in to post a comment.
Great plugin, but I think you could add a name attribute in each select (and id attribute wouldnt be bad either).
Just need to change line 140 from
var html = ”;
to
var html = ”;
so you will have a name with the same name as the id argument.