$(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:hub-hero-video] [143.4397] DESIGN*/ /*******************************************************************/ /* 0.3 D>D */ /* db 162 */