Snippets Collections
/*JS*/
$("#{ID_OF_CLOSE_MODAL_BUTTON}").click(function(e) {
	const t = document.getElementsByClassName("{YOUR_MODAL_CLASSNAME}")[0].children[0].src;
	document.getElementsByClassName("{YOUR_MODAL_CLASSNAME}")[0].children[0].setAttribute("src", ""),
		document.getElementsByClassName("{YOUR_MODAL_CLASSNAME}")[0].children[0].setAttribute("src", t);
});
/*JS*/
star

Sun Mar 20 2022 18:00:19 GMT+0000 (Coordinated Universal Time)

#js #youtube-embed #video #stop-video

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension