SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to stop every movie tag in your page from playing, this little snippet of jQuery will help you:
$("video").each(function () { this.pause() });