Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tmtk75/node-jquery-xhr

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This is deprecated. This repository has not been maintained anymore. Please see https://github.com/tmtk75/jquery-xhr.

node-jquery-xhr

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

How to use

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

require("node-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

About

NOTE: This has not been maintained anymore

Resources

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.