Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 236 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 236 Bytes

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