Hi ish,when i am working on redquark video component, Pause and Play
button is not working i gone through the another js script but its not
working. I am pasting the js and html can you check once PLAYPAUSESTOPfunction playVideo(){var
my=document.getElementById("video");my.playVideo();} --> Play Video$(document).ready(function()
{$('#play-video').on('click', function(ev) {$("#video")[0].src +=
"&autoplay=1";ev.preventDefault();});});