Widget:CJP4: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
$( | $('input.pillSizeSlider[data-index=0]').val($("#slider").slider("option","values")[0]); | ||
$( | $('input.pillSizeSlider[data-index=1]').val($("#slider").slider("option","values")[1]) | ||
$("input.pillSizeSlider").change(function() { | $("input.pillSizeSlider").change(function() { | ||
var $this = $(this); | var $this = $(this); |