Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 705 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 705 Bytes

jDollarX (J$X)

Build Status Build status js-standard-style

Use JSX to build jQuery Objects.

Install

$ npm install jdollarx

Usage

/** @jsx J$X */
var J$X = require('jdollarx')
$('body').append(<div>Hello, world</div>)

License

Apache-2.0