1.0.7 • Published 7 years ago

ljcajax v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

##install

npm install ljcajax

##usage

var ajax = require('ljcajax')
ajax(method, url, data, flag, (data) => {})

##overview

  • ajax (method, url, data, flag, func). this function can only handle simple request include GET and post.and data should be an obj,flag is decide whether use the async,and the last function is the callback when the request success
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago