Skip to content

likerRr/jq-ajax-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jq-ajax-progress

jQuery plugin that adds support of progress promise

How to

$.ajax(url)
  .progress(function() {
    // tracking downloading
  })
  .uploadProgress(function() {
    // tracking uploading
  });

LICENSE

MIT