internet explorer 10 - jwPlayer: When using IE10, can't get the length with the function getPlaylist() -
i want length of playlist, using code below, can work @ ff, chrome, ie8, except ie10.
here code
var playlistlength = jwplayer('jwplayer249').getplaylist().length; (var = playlistlength - 1; >= 0; i--) { var htmlspan = '<span class="">' + +'</span>'; $(".ip_fs_prev").after(htmlspan); } ;
at ie10 return undefined attributes.
Comments
Post a Comment