substance-cheerio
v0.1.2
Published
Custom cheerio bundle for substance.
Downloads
3
Readme
substance-cheerio
A customized and pre-bundled version of cheerio.
Example:
var $ = require('substance-cheerio')
var $el = $('<div>').addClass('foo').attr('data-id', 'foo')
$el.append($('<span>').text('blupp'))