jquery-browserify
jQuery: The Write Less, Do More, JavaScript Library, packaged for browserify
Last updated 12 years ago by jmars .
Repository · Original npm · Tarball · package.json
$ npm install jquery-browserify 
SYNC missed versions from official npm registry.

jQuery-browserify

packaged for use with node-browserify.

Just add it to your browserify require list and use it!

var $ = require('jquery-browserify')
$("img[attr$='png']").hide()

If you are using browserify >= 0.4.7 you can map it to 'jquery' for convenience, thanks substack!

browserify({
  require : { jquery : 'jquery-browserify' }
});

then it's just var something = require('jquery') in the browser

Current Tags

  • 1.8.1                                ...           latest (12 years ago)

6 Versions

  • 1.8.1                                ...           12 years ago
  • 1.7.2                                ...           13 years ago
  • 1.6.2                                ...           13 years ago
  • 1.6.1                                ...           13 years ago
  • 1.6.0                                ...           13 years ago
  • 1.5.0                                ...           13 years ago
Maintainers (1)
Downloads
Total 4
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE