SyntaxFix
Write A Post
Hire A Developer
Questions
Someone already has the answer.
$('video') will return an array of video items. It is totally a valid seletor!
so
$("video").each(function () { this.pause() });
will work.