{"_id":"ajaxq","_rev":"5-1b2ad21737498ff54742cf475adbc209","name":"ajaxq","description":"A jQuery plugin to perform sequential ajax requests.","dist-tags":{"latest":"0.0.7"},"versions":{"0.0.6":{"name":"ajaxq","version":"0.0.6","description":"A jQuery plugin to perform sequential ajax requests.","main":"ajaxq.js","authors":["Dustin Smith <thedustinsmith@gmail.com>","Brian Grinstead <briangrinstead@gmail.com>"],"repository":{"type":"git","url":"git+https://github.com/Foliotek/AjaxQ.git"},"keywords":["jquery","ajax","queue","ajaxq"],"license":"ISC","bugs":{"url":"https://github.com/Foliotek/AjaxQ/issues"},"homepage":"https://github.com/Foliotek/AjaxQ#readme","gitHead":"5e97d50de168f4cf87fc53e1b5b324dc947d33cf","_id":"ajaxq@0.0.6","scripts":{},"_shasum":"ba9524c419c708329bc5489cc0841f38c392d240","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"dbsy9d","email":"thedustinsmith@gmail.com"},"dist":{"shasum":"ba9524c419c708329bc5489cc0841f38c392d240","tarball":"https://registry.npmjs.org/ajaxq/-/ajaxq-0.0.6.tgz","integrity":"sha512-aK2h+H075wJTnzSxkaW7+EEMzRj3DupEKvqiSPnAFfnYSfxuQ/ur2gJEfZDfIQC5Ly6C4uwyd1NtkZfA0P0Stw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAUImavd+FndOFgKgWBcgjLuJhhCH1shZ/Wosl09oRj0AiBSFpQl7PSTwmIOKg2HAdlkU09LINznXYHXrCGz128YVQ=="}]},"maintainers":[{"name":"dbsy9d","email":"thedustinsmith@gmail.com"}]},"0.0.7":{"name":"ajaxq","version":"0.0.7","description":"A jQuery plugin to perform sequential ajax requests.","main":"ajaxq.js","authors":["Dustin Smith <thedustinsmith@gmail.com>","Brian Grinstead <briangrinstead@gmail.com>"],"repository":{"type":"git","url":"git+https://github.com/Foliotek/AjaxQ.git"},"keywords":["jquery","ajax","queue","ajaxq"],"files":["ajaxq.js"],"license":"ISC","bugs":{"url":"https://github.com/Foliotek/AjaxQ/issues"},"homepage":"https://github.com/Foliotek/AjaxQ#readme","gitHead":"a588770341ef3cb7e11959187c65d426978b3e19","_id":"ajaxq@0.0.7","scripts":{},"_shasum":"94444e5c3cef63836f80fd693da8d371aa954daa","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"dbsy9d","email":"thedustinsmith@gmail.com"},"dist":{"shasum":"94444e5c3cef63836f80fd693da8d371aa954daa","tarball":"https://registry.npmjs.org/ajaxq/-/ajaxq-0.0.7.tgz","integrity":"sha512-ZGy9G7JhWfhKYb+cuF9sqFzGordZl6o/OcYiZLeesvlpUO71Cz+FwZ7yTfUN1mpKFt6DoxO+OuPNNAm4VAXJvA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNJm/UaIFvFvZaKEVfhHE0uZ3KnpK85fKPHbEZR7v8TQIgXMPMnm3r60bYjDEMLUQh4FLxC/BaftWCoia5940zoQo="}]},"maintainers":[{"name":"bgrins","email":"briangrinstead@gmail.com"},{"name":"dbsy9d","email":"thedustinsmith@gmail.com"}]}},"readme":"# AjaxQ\n## A tiny, simple jQuery plugin for sequential ajax requests\n\nSee http://foliotek.github.com/AjaxQ for a demonstration and documentation\n\n## Usage\n\n`$.ajaxq` follows the [$.ajax](http://api.jquery.com/jQuery.ajax/) options and return value, with an extra first parameter (the queue name).\n\n  ```javascript\n    $.ajaxq(name, opts);\n  ```\n    \n`$.getq` follows the [$.get](http://api.jquery.com/jQuery.get/) options and return value, with an extra first parameter (the queue name).\n\n  ```javascript\n    $.getq(name, opts);\n  ```\n     \n`$.postq` follows the [$.post](http://api.jquery.com/jQuery.post/) options and return value, with an extra first parameter (the queue name).\n\n  ```javascript\n    $.postq(name, opts);\n  ```\n     \n`$.ajaxq.isRunning` returns a boolean representing if any requests are currently running.  `qname` is an optional parameter.\n\n  ```javascript\n    $.ajaxq.isRunning(qname);\n  ```\n\n`$.ajaxq.getActiveRequest` returns the currently processing jqXHR for the given queue.  `qname` is required.\n\n  ```javascript\n    $.ajaxq.getActiveRequest(qname);\n  ```\n    \n`$.ajaxq.clear` removes any unprocessed requests from the queue.  `qname` is an optional parameter.\n  \n  ```javascript\n\t $.ajaxq.clear(qname);\n  ```\n    \n`$.ajaxq.abort` aborts the current request, and removes any unprocessed reqeusts from the queue.  `qname` is required.\n\n  ```javascript\n    $.ajaxq.abort(qname);\n  ```\n    \n## Demo\n\nhttp://foliotek.github.com/AjaxQ#demo\n\n","maintainers":[{"name":"bgrins","email":"briangrinstead@gmail.com"},{"name":"dbsy9d","email":"thedustinsmith@gmail.com"}],"time":{"modified":"2022-06-13T02:33:47.298Z","created":"2015-11-10T16:50:00.260Z","0.0.6":"2015-11-10T16:50:00.260Z","0.0.7":"2015-11-10T17:26:11.790Z"},"homepage":"https://github.com/Foliotek/AjaxQ#readme","keywords":["jquery","ajax","queue","ajaxq"],"repository":{"type":"git","url":"git+https://github.com/Foliotek/AjaxQ.git"},"bugs":{"url":"https://github.com/Foliotek/AjaxQ/issues"},"license":"ISC","readmeFilename":"README.md"}