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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -