ended: function(){ //自定义JS代码进行跳转 window.location.href='要跳转的网址'; }
说明:#xiapage为分页码下一页的ID名,#homepage为首页的ID名 next:function(){var index = (this.current + 1 < this.playlist.length) ? this.current + 1 : 0;if(this.loop){if(index === 0 && this.shuffled && this.options.playlistOptions.shuffleOnLoop && this.playlist.length > 1) {this.shuffle(true, true);}else{this.play(index);}}else{if(index > 0){this.play(index);}else{ if($('#xiapage').attr('href')==undefined){ if($('#homepage').attr('href')==undefined){this.play(index);}else{ window.location.href=$('#homepage').attr('href'); }}else{ window.location.href=$('#xiapage').attr('href'); }}}}
免责声明:
本页网址:点击复制分享给朋友吧!
本站分享的一切内容资源如若没有备注,均为蓝叶原创,如需转载请注明出处;如有侵权请与我们联系处理。敬请谅解!