Skip to content

Commit

Permalink
Added Gemnasium dependencies badge to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Jul 11, 2013
1 parent a5cd1a8 commit 34e13f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

jQuery plugin that creates a queued file uploading framework that implements [XHR2](http://www.w3.org/TR/XMLHttpRequest/), the [FileAPI](http://www.w3.org/TR/FileAPI/), and the [Drag and Drop API](http://www.w3.org/TR/html5/dnd.html).

[![Build Status](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue.png?branch=master)](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue)
[![Build Status](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue.png?branch=master)](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue) [![Dependency Status](https://gemnasium.com/stevenbenner/jquery-xhr-upload-queue.png)](https://gemnasium.com/stevenbenner/jquery-xhr-upload-queue)

## Summary
This plugin creates a file uploading queue that will asynchronously upload files via the web browser using an XMLHttpRequest. It will automatically hook drag and drop events to accept file drops, form submit events (if the selected element is a form), and change events to any file select form fields that it finds.
Expand Down

0 comments on commit 34e13f5

Please sign in to comment.