Hello I have problem in my code to getting duration of all videos. error showing me undefined below my code please help me anyone for that.
$("video").each(function(){
var duration = $(this).attr('duration');
alert(duration);
});
It's giving me undefined alert please tell me where I doing wrong I want all videos duration before playing video.