File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ jQuery async plugin adds **Deferred** to handle like the [Mochikit.Async.Deferre
5
5
6
6
This plugin adds the Deferred functions to jQuery.Deferred object, but it does not conflict with other plugins.
7
7
jQuery.Deferred keeps original functions.
8
- jQuery object is added only " ** async** " function object.
8
+ jQuery object is added only ** async** function object.
9
9
10
10
11
11
## Installation
@@ -14,6 +14,8 @@ Include script after the jQuery library:
14
14
15
15
``` html
16
16
<script src =" /path/to/jquery.async.js" ></script >
17
+ or
18
+ <script src =" /path/to/jquery.async.min.js" ></script >
17
19
```
18
20
19
21
$.async() is a shortcut function faster way of creating new Deferred sequence.
@@ -86,7 +88,7 @@ var d = $.Deferred();
86
88
87
89
The following callback methods has been added.
88
90
89
- #### [ addCallback] ( http://mochi.github.io/mochikit/doc/html/MochiKit/Async.html#fn-deferred.prototype.addcallback ) (* function* callback) * Deferred*
91
+ #### [ addCallback] ( http://mochi.github.io/mochikit/doc/html/MochiKit/Async.html#fn-deferred.prototype.addcallback ) \ (* function* callback\ ) * Deferred*
90
92
91
93
Add a single callback to the end of the callback sequence.
92
94
You can’t perform that action at this time.
0 commit comments