1.3.0 • Published 7 years ago

cheerio-or-jquery v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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