$(function(){ $('.play').click(function () { var $video=$(this).parent().find('.video-player'); var player=$video[0]; if (player.paused){ player.play(); //$(this).hide(); } $video.attr('controls','true'); }) $('.video-player').on('ended pause',function(){ $(this).parent().find('.play').show(); }); $('.video-player').on('play',function(){ $(this).parent().find('.play').hide(); }); }); /*******************************************************************/ /* ftrtch dino */ /* [type: JS] [file:inline-video] [53.3849] DESIGN*/ /*******************************************************************/ /* 0.1 P>P */ /* db 130 */