jquery.ajax.progress:允许将事件处理程序绑定到 XHR2 上传下载进度事件

时间:2024-07-08 17:35:43
【文件属性】:

文件名称:jquery.ajax.progress:允许将事件处理程序绑定到 XHR2 上传下载进度事件

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-08 17:35:43

JavaScript

jquery.ajax.progress 允许将事件处理程序绑定到 XHR2 上传/下载进度事件。 基于 nebirhos 脚本 ( ) 这些事件是: downloading和uploading downloading事件的示例代码: var jqXHR = $ . get ( 'www.somedomain.com/largefile.avi' , function ( response ) { /* do anything on finish */ } ) ; $ ( jqXHR ) . on ( 'downloading' , function ( proxyEvent , event ) { if ( event . lengthComputable ) { // You can do anything here console . log ( "Downl


【文件预览】:
jquery.ajax.progress-master
----LICENSE(1KB)
----README.md(998B)
----jquery.ajax.progress.js(1KB)

网友评论