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

multi queues allow different queues run async but same queue run one by one #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

caoglish
Copy link

feature

  1. can define multi queue
  2. different queue run async
  3. same queue run in one by one

one more parameter

$.ajaxQueue(ajaxOpts,queueIndex)//queueIndexdefine which queue will be used.

queueIndex default value is 0(use 0th queue as default). if use single queue only, this parameter can be ignored. So it should not be impact previous API.

caoglish added 2 commits December 20, 2013 23:42
2. update unit test script
2. update unit test
3. use mockjax to mock ajax request and response.
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

Successfully merging this pull request may close these issues.

1 participant