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)
|
### ajax (currently in dev)
|
||||||
|
|
||||||
s.ajax({
|
$.ajax({
|
||||||
async : ...,
|
async : bool,
|
||||||
url : ...,
|
url : string,
|
||||||
method : ...,
|
method : GET|POST,
|
||||||
data : ...,
|
data : object,
|
||||||
done : ...,
|
done : function,
|
||||||
fail : ...,
|
fail : function,
|
||||||
always : ...,
|
always : function,
|
||||||
before : ...,
|
before : function,
|
||||||
timeout : ...,
|
timeout : int,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user