当前位置: 代码迷 >> JavaScript >> jquery 里边end(0) 什么意思
  详细解决方案

jquery 里边end(0) 什么意思

热度:733   发布时间:2012-09-10 11:02:32.0
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
  相关解决方案