Skip to content

how to use jquery stop playing. #34

Answered by cifkao
gzshawnliang asked this question in Q&A
Discussion options

You must be logged in to vote

You just need to get the actual HTML element from your jQuery object and call stop() on it directly. I guess something like $("#myPlayer")[0].stop() will work. Or if your query matches multiple elements, loop over them with each() and call stop() on each one.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gzshawnliang
Comment options

Answer selected by gzshawnliang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants