Opened 11 years ago
Closed 11 years ago
#12463 closed enhancement (invalid)
Video stop function using jQuery
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
function stop()
{
var obj=document.getElementById('video1');
var myDuration=obj.duration;
obj.currentTime=myDuration;
}
Note: See
TracTickets for help on using
tickets.
This report doesn't have any jQuery in it. Please submit a bug report to the people over at http://vanilla-js.com/