Good day yesterday I asked a question to which I responded successfully, only that when implementing it in my project, I worked with custom templates of Blogger I wanted to add the JQuery code and it does not detect the function.
$('.custom-play').click(function(){
$(this).hide();
$('#content_video').get(0).play();});
Is there any way to make that portion of code pure JavaScript?