jQuery Simple Slider
-
Hi, Im trainig to add jQuery Simple Slider https://loopj.com/jquery-simple-slider/
to my WP, but I have problem whit Javascript in page. Even when is included it dosnt workProblem CODE:
$(“[data-slider]”)
.each(function () {
var input = $(this);
$(“<span>”)
.addClass(“output”)
.insertAfter($(this));
})
.bind(“slider:ready slider:changed”, function (event, data) {
$(this)
.nextAll(“.output:first”)
.html(data.value.toFixed(3));
});Thanks for help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘jQuery Simple Slider’ is closed to new replies.