cheerio-or-jquery
v1.3.0
Published
jQuery client-side or Cheerio server-side
Downloads
9
Maintainers
Readme
Isomorphic jQuery
Returns a jQuery instance in the browser and a compatible Cheerio instance on the server.
Usage
var $ = require('cheerio-or-jquery');
$('<div>').append($('<h1>').text('Hello World')).html();