2.1.3 • Published 9 years ago

jquery-xhr v2.1.3

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

jquery-xhr

Provide window, jQuery and $ to node integrating jquery, jsdom and xmlhttprequest.

How to use

Let's say you use npm, add "jquery-xhr" to dependencies section of package.js

require("jquery-xhr")

You can access like this

window.document
body = $("body")

Also $.ajax, too.

$.ajax({
  method: 'get',
  url: 'http://www.yahoo.com',
  success: function(r) {
    console.log(r);
  }
});

History

1.8.3

0.1.1

  • support $.ajax using xmlhttprequest

0.1.0

  • first release

License

MIT License

Thanks

2.1.3

9 years ago

1.8.3

9 years ago