From f722001a7703d1a080c02cf1912216f0cb6918ee Mon Sep 17 00:00:00 2001 From: Konstantin Pozin Date: Sat, 23 Apr 2011 01:12:22 -0400 Subject: [PATCH] Starting to work on readme. Note that this is not ready for use yet. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c11e3b8 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Description +----------- + +This jQuery plugin provides access to the `onprogress` event of the `XMLHttpRequest` object available +in modern browsers. It has been tested in recent versions of Chrome/Chromium and in Firefox 4. + +Note: this is not yet ready for use. I'm still working out a few issues with providing the right arguments to the +event handlers. + +How to use +---------- + +The plugin exposes the `onprogress` event in two ways: + +1. +2. \ No newline at end of file