jquery-sizzle-2.2.0-1
Sizzle 

所属分类:JavaScript/JQuery
开发工具:JavaScript
文件大小:689KB
下载次数:2
上传日期:2015-05-19 17:39:45
上 传 者ahej
说明:  js 小工具,可以玩一玩,非常实用,各种。。。
(jquery sizzle)

文件列表:
jquery-sizzle-a6ca3e9 (0, 2015-04-11)
jquery-sizzle-a6ca3e9\.bowerrc (37, 2015-04-11)
jquery-sizzle-a6ca3e9\.editorconfig (225, 2015-04-11)
jquery-sizzle-a6ca3e9\.jscsrc (24, 2015-04-11)
jquery-sizzle-a6ca3e9\.jshintrc (243, 2015-04-11)
jquery-sizzle-a6ca3e9\.mailmap (4698, 2015-04-11)
jquery-sizzle-a6ca3e9\.travis.yml (516, 2015-04-11)
jquery-sizzle-a6ca3e9\AUTHORS.txt (1997, 2015-04-11)
jquery-sizzle-a6ca3e9\CONTRIBUTING.md (1047, 2015-04-11)
jquery-sizzle-a6ca3e9\Gruntfile.js (6145, 2015-04-11)
jquery-sizzle-a6ca3e9\LICENSE.txt (1606, 2015-04-11)
jquery-sizzle-a6ca3e9\bower.json (378, 2015-04-11)
jquery-sizzle-a6ca3e9\dist (0, 2015-04-11)
jquery-sizzle-a6ca3e9\dist\sizzle.js (61321, 2015-04-11)
jquery-sizzle-a6ca3e9\dist\sizzle.min.js (18855, 2015-04-11)
jquery-sizzle-a6ca3e9\dist\sizzle.min.map (29510, 2015-04-11)
jquery-sizzle-a6ca3e9\external (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\benchmark (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\benchmark\LICENSE.txt (1212, 2015-04-11)
jquery-sizzle-a6ca3e9\external\benchmark\benchmark.js (113855, 2015-04-11)
jquery-sizzle-a6ca3e9\external\dojo (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\dojo\LICENSE.txt (11347, 2015-04-11)
jquery-sizzle-a6ca3e9\external\dojo\dojo.js (597747, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery-1.7.2 (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery-1.7.2\MIT-LICENSE.txt (1074, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery-1.7.2\jquery.js (252881, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery-1.8.3 (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery-1.8.3\MIT-LICENSE.txt (1099, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery-1.8.3\jquery.js (418275, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery\MIT-LICENSE.txt (1099, 2015-04-11)
jquery-sizzle-a6ca3e9\external\jquery\jquery.js (268380, 2015-04-11)
jquery-sizzle-a6ca3e9\external\mootools-slick (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\mootools-slick\slick.js (36722, 2015-04-11)
jquery-sizzle-a6ca3e9\external\nwmatcher (0, 2015-04-11)
jquery-sizzle-a6ca3e9\external\nwmatcher\MIT-LICENSE.txt (1083, 2015-04-11)
jquery-sizzle-a6ca3e9\external\nwmatcher\nwmatcher.js (55899, 2015-04-11)
... ...

# Sizzle __A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.__ - [More information](http://sizzlejs.com/) - [Documentation](https://github.com/jquery/sizzle/wiki/) - [Browser support](https://github.com/jquery/sizzle/wiki/#wiki-browsers) Contribution Guides --------------------------- In the spirit of open source software development, jQuery always encourages community code contribution. To help you get started and before you jump into writing code, be sure to read these important contribution guidelines thoroughly: 1. [Getting Involved](http://contribute.jquery.org/) 2. [JavaScript Style Guide](http://contribute.jquery.org/style-guide/js/) 3. [Writing Code for jQuery Foundation Projects](http://contribute.jquery.org/code/) What you need to build Sizzle --------------------------- In order to build Sizzle, you need to have Node.js/npm latest and git 1.7 or later. (Earlier versions might work OK, but are not tested.) For Windows you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/). Mac OS users should install [Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git, and `brew install node` to install Node.js. Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source if you swing that way. Easy-peasy. How to build Sizzle ---------------------------- Clone a copy of the main Sizzle git repo by running: ```bash git clone git://github.com/jquery/sizzle.git ``` In the `sizzle/dist` folder you will find build version of sizzle along with the minified copy and associated map file. Testing ---------------------------- - Run `npm install`, it's also preferable (but not necessarily) to globally install `grunt-cli` package “ `npm install -g grunt-cli` - Open `test/index.html` in the browser. Or run `npm test`/`grunt test` on the command line, if environment variables `BROWSER_STACK_USERNAME` and `BROWSER_STACK_ACCESS_KEY` are set up, it will attempt to use [Browserstack](http://www.browserstack.com/) service (you will need to install java on your machine so browserstack could connect to your local server), otherwise [PhantomJS](http://phantomjs.org/) will be used. - The actual unit tests are in the `test/unit` directory. Developing with [grunt](http://gruntjs.com) ---------------------------- - `npm run build` or `grunt` will lint, build, test, and compare the sizes of the built files. - `npm start` or `grunt start` can be run to re-lint, re-build, and re-test files as you change them. - `grunt -help` will show other available commands

近期下载者

相关文件


收藏者