0.0.5 • Published 10 years ago

jqdom v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

jqdom

Example Usage:

var jqdom = require("jqdom"),
    request = require("request");

request("http://google.com", function(err, res, body){
  // instantiate a new jQuery instance:
  var $ = jqdom(body);
  // now you can use the jQuery API as you would in the browser:
  console.log($('title').text());
});
0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago