jparser

0.0.2 • Public • Published

A library branch from jQuery, but it only focus on parse HTML file for server environment.

var $ = require('jparser');
var root = $('<html><head></head><body><h1>Hello World!</h1></body></html>');
console.log(root.find('h1').text());

Installation

$ npm install jparser

Readme

Keywords

none

Package Sidebar

Install

npm i jparser

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jikai