Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $("#audioSource").on("timeupdate", function(e){
  2. var floatSeconds = $("#audioSource").prop('currentTime'); // change to event
  3. appUIState.currentChapter.position = floatSeconds;
  4. console.log("new time " + appUIState.currentChapter.position);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement