jquery 里边end(0) 什么意思

jquery 里面end(0) 什么意思啊我知道end()是结束遍历,加个参数 是什么意思??[解决办法]end不是结束吧,是返

jquery 里面end(0) 什么意思啊
我知道end()是结束遍历,加个参数 是什么意思??

[解决办法]
end不是结束吧,是返回前一次的状态,加参数还真不知道什么意思
[解决办法]
end: function() {
return this.prevObject || this.constructor(null);
},

jQuery的end方法体就这么多内容,明显没有用到参数的地方。。。
[解决办法]
HTML5的内容


audio|video.buffered


length - get the number of buffered ranges in the audio/video
start(index) - get the start position of a buffered range
end(index) - get the end position of a buffered range

Note: The first buffered range is index 0