jquery-browserify
jquery-browserify copied to clipboard
Hi @jmars, Would you consider adding a license to the repository? It's currently missing one and according to [TOS](https://help.github.com/articles/open-source-licensing#what-happens-if-i-dont-choose-a-license): > [Not posting a license] means that you retain all rights...
Hey, our web app uses a jquery extension... we use browserify with jquery-browserify, but we're not sure how to use the extension. Any idea? trick?
See my fork. I've already upgraded to 2.0.0. I've sent an email to jmars requesting ownership of the project.
When running jQuery with browserify, loading it using `require('jquery-browserify')`, jQuery still installs itself in the global window object as `window.$` and `window.jQuery`. This should not happen automatically. The whole point...
I'd love to drop support for ie 6/7/8 but there are too many web users on ie8 at this point. So jquery 2.0 isn't an option for any "serious" website....
Need some way of adding plugins with jquery, thinking this could be done with a browserify middleware.
Just a small patch to fix GCC minification
Hi, Could you please consider updating this to 1.9 series?
There is talk of 1.8.1 on Wednesday or Thursday though so maybe wait until then.
Need to write a proper test using expresso/vows that checks that jquery is working correctly.