Don't worry
I'm working for you . . . :-)
CheerioBin
run Cheerio and jQuery commands.
code changed ... save with (ctrl+s or cmd+s)
HowTo
Run
Html Editor
Apple
Orange
Pear
Cheerio and jQuery JavaScript Editor
// require debug and enable output via localStorage localStorage.setItem('debug', 'bin'); var debug = require('debug')('bin'); // cheerio/jQuery commands debug(name, 'start'); var result = $('.apple'); // show result in console debug(name, '.apple', result); var resultHtml = result.html(); debug(name, '.apple html', resultHtml); // show result in iframe var el = document.querySelector('body'); el.innerHTML = resultHtml; debug(name, 'end');
Cheerio Output
jQuery Output
provided by
intesso
×
How is
CheerioBin
useful?
TODO