jQuery slider “change” event: How do I determine who called it?
问题 I got a slider that is used as a time-line in my music player. The min value is 0 and the max vlaue is the song length (in seconds). Each second (I do this with a timer), the slider moves and the value is set to the current time. This code line looks like that: $("#sliderTime").slider("option", "value", document.sound.controls.currentPosition); The user is able to slide/click the slider and jump to another point in the song, this is by firing the function 'play(startPlayFromHere)'. It looks