-1
<input type="range" id="slider">
document.getElementById('slider').addEventListener("change", function(){})
此代碼將等待,直到您釋放滑塊以輸入值。我該如何做到這一點,以便如果函數隨着值的變化而實時發生? JS實時滑塊?
I want the box to chanmge as I move the slider [JS FIDDLE]
您需要提供關於這個問題,代碼甚至是小提琴的更多細節。 –