We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10f431 commit 5896532Copy full SHA for 5896532
README.md
@@ -6,7 +6,7 @@ Plugin to add support for file uploads using jQuery $.ajax()
6
##What is this?
7
All this plugin does is:
8
9
-1. Grab the files from file fields on change events and adds the data to an array
+1. Grabs the files from file fields on change events and adds the data to an array.
10
2. On form submit it does a pre-ajax call to the back-end with the file post data.
11
3. After uploading, information about those files is passed back and appended to a normal $.ajax() call.
12
0 commit comments