Response title
This is preview!
$("video").each(function () { var id = $(this).parent("div").attr("id"); if (id) { var videoplayer = _V_("#" + id);
Apparently video.js crashes when _V_ is called with an invalid ID.
© 2013 jQuery Foundation
Sponsored by and others.