$('#playlist li').on('click', function() { $("#videoarea").attr({ "src": $(this).attr("movieurl"), "poster": $(this).attr("moviesposter"), "autoplay": "autoplay" }) });