0.0.5 • Published 11 years ago

jqdom v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
11 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

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago