1.1.3 • Published 7 years ago

cpjax v1.1.3

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

cpjax

callback passing javascript and xtra stuff hopefully not xml

What

Make ajax requests look like anything else async in javascript

Usage

var cpjax = require('cpjax');

cpjax('http://www.google/com', function(error, data){ if(error){ return console.log('OH NOES GOOGLE IS DOWN'); }

console.log('The google homepage: ' + data);

});

cpjax is a wrapper around simple-ajax, and it returns a simple-ajax object that you can use if you want to.

1.1.3

7 years ago

1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago