I have an image and I want to start a youtube video only after I click the image. How can I do this?
Thanks a lot!
I think this will help you. Working fine for me.
$('.trigger').on('click', function () { $(".video")[0].src += "1"; });
Click