cheerio-or-jquery

1.3.0 • Public • Published

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();

Package Sidebar

Install

npm i cheerio-or-jquery

Weekly Downloads

0

Version

1.3.0

License

MIT

Last publish

Collaborators

  • romainbessuges