$(function() { $('.play-video-1').on('click', function() { $(this) .find('img') .replaceWith(''); $(this) .parent() .removeClass('second-effect'); }); });