update README
This commit is contained in:
parent
d806e94d6a
commit
737e583694
20
README.md
20
README.md
|
@ -51,14 +51,14 @@
|
|||
|
||||
### ajax (currently in dev)
|
||||
|
||||
s.ajax({
|
||||
async : ...,
|
||||
url : ...,
|
||||
method : ...,
|
||||
data : ...,
|
||||
done : ...,
|
||||
fail : ...,
|
||||
always : ...,
|
||||
before : ...,
|
||||
timeout : ...,
|
||||
$.ajax({
|
||||
async : bool,
|
||||
url : string,
|
||||
method : GET|POST,
|
||||
data : object,
|
||||
done : function,
|
||||
fail : function,
|
||||
always : function,
|
||||
before : function,
|
||||
timeout : int,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user