Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Ability to see progress #6

Open
iBobik opened this issue Mar 3, 2013 · 2 comments
Open

Feature request: Ability to see progress #6

iBobik opened this issue Mar 3, 2013 · 2 comments

Comments

@iBobik
Copy link

iBobik commented Mar 3, 2013

In README there is not noticed methods or callbacks to see progress. Basically, I want to show user that something is being downloaded and hide it when all downloads are finished.

Could you add callback "finished" and "progress" (with count of remaining)?

@gnarf
Copy link
Owner

gnarf commented Mar 6, 2013

Seems a few people are requesting some callbacks on the queue events, which would make sense.

@thenexus00
Copy link

Progress is straight forward:
In the actual Ajax request you could set:
indexValue: i,
based on the loop.

From there in .done for each request:
this.indexValue would return the right index.
You can output what ever you need based on that.

MY ISSUE:
The issue I have is that I can not seem to get .when.then method to work after this process. IT seems to not hold all the items in the ajaxQueue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants