$(document).ready(function(){ $('.play_video_click').click(function(e){ e.preventDefault; swal.fire({ html:'' }) $('#call_player').get(0).play(); }) });