aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-1/+2
| | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
| | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Closes gh-2613 Closes gh-2601
* Docs: remove redundant instruction from the readmeOleg Gaidarenko2015-05-291-1/+1
| | | | | | Thanks @elas7 Fixes gh-2359
* Docs: Add info about Sizzle not being excludable on the compat branchMichał Gołębiowski2015-03-301-0/+2
| | | | | | | | Most people just read the README that's displayed to them on GitHub which is the one for the master branch. Let's include the info about Sizzle not being excludable there. Fixes gh-2184
* Docs: Fix README uppercaseDave Methvin2015-01-091-1/+1
|
* Docs: Clarify custom build instructionsDave Methvin2015-01-061-3/+3
| | | | Closes gh-1854
* Misc: Mac OS is now OS X, thanks @xfqDave Methvin2015-01-061-1/+1
| | | | Closes gh-1970
* README: update the Homebrew site addressMichał Gołębiowski2015-01-031-1/+1
| | | | | | Thanks @xfq Closes gh-1971
* README: various text fixesOleg Gaidarenko2014-12-151-6/+6
| | | | | | | | Thank you @essamjoubori, @bcbcb, @namlede Closes gh-1926 Closes gh-1927 Closes gh-1928
* README: Add selector-native.js link. Thanks @randsonjs!Dave Methvin2014-12-031-1/+1
| | | | Closes gh-1715
* Docs: correct grunt command in README.mdOleg Gaidarenko2014-11-101-1/+1
| | | | Fixes gh-1850
* Misc: Adjust comments & docs to dropping IE<8 in jQuery CompatMichał Gołębiowski2014-11-041-1/+1
|
* Docs: 1.x-master branch -> compat branch; 2.x branch -> master branchTimmy Willison2014-11-031-2/+2
|
* README: Update the description of the deprecated moduleMichał Gołębiowski2014-10-301-1/+1
| | | | .andSelf is now gone.
* Readme: Fix minor style issues. Thanks @MightyBranch!Dave Methvin2014-10-061-1/+1
|
* README: Improve build instructionsOleg Gaidarenko2014-09-261-4/+3
| | | | | | Thanks @NickStefan Closes gh-1663
* Readme: Fix punctuation in tileupisfree2014-07-121-1/+1
| | | | Closes gh-1607
* Readme: Fix subsection titles and grammar, thanks @robgraeberDave Methvin2014-03-161-6/+6
| | | | Fixes gh-1540
* Readme: updating QUnit informationLeonardo Balter2014-03-131-1/+1
| | | | | | updates QUnit reference site and method naming. Closes gh-1493
* Docs: Change raises to throws in README test assertionsMichał Gołębiowski2014-02-051-1/+1
|
* README: Add jQuery environment notesTimmy Willison2014-01-061-0/+7
|
* Doc: Update links and simplify build instructionsOleg2013-12-311-6/+6
|
* Build: add build option for setting the AMD name.Timmy Willison2013-12-191-3/+19
| | | | Fixes #14016.
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-0/+1
| | | | Ref #14016
* Readme: Fix typo, thanks @tcortDave Methvin2013-12-181-1/+1
|
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-20/+18
|
* No ticket: Correct typo in README section "rebasing". Close gh-1398.Dominik D. Geyer2013-10-111-1/+1
|
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-2/+1
|
* Specify support as a dependency wherever it is used. Optimize module order ↵Timmy Willison2013-08-151-1/+1
| | | | to save 15 bytes.
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-8/+22
|
* correct a typo in READMEMichał Gołębiowski2013-08-121-1/+1
|
* Change Windows install explanationOleg2013-07-221-7/+1
|
* Remove the Xcode note in readmeOleg2013-07-221-3/+1
|
* Install bower packages with npm installOleg2013-07-221-10/+4
|
* Update README for bower usageTimmy Willison2013-07-101-5/+18
|
* Include Sizzle and Qunit with bower. Fixes #14118.Timmy Willison2013-07-101-63/+2
|
* No ticket: correct typo in an example in README.md. Close gh-1281.Michał Gołębiowski2013-05-311-1/+1
|
* Add -wrap to the minimumest-possible-build list.Dave Methvin2013-05-021-1/+1
|
* Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.Dave Methvin2013-04-061-0/+1
|
* Update docs about custom builds, including unSizzled version.Dave Methvin2013-02-281-42/+24
|
* Updated readme to have more info. Closes gh-1177Karl Sieburg2013-02-211-1/+1
|
* Fix requirements and dependencies in README, close gh-1131.Ryunosuke SATO2013-01-201-8/+6
|
* Update README to include grunt-cli step.Dave Methvin2013-01-021-11/+12
|
* Remove references to the Makefile from the READMEMike Sherov2012-10-211-1/+1
|
* Update README.md - grunt *update_*submodulesTom Fuertes2012-10-161-1/+1
|
* Minor typo with Homebrew link. Close gh-929.Dave Riddle2012-09-151-1/+1
|
* Add README info on how to create custom builds. Close gh-892.Mathias Bynens2012-08-191-1/+13
|
* README: Adds missing commands to setup instructions. Closes gh-854Mathias Bynens2012-07-111-0/+3
|
* README: Add to the full list of optional modules. Closes gh-855Mathias Bynens2012-07-111-1/+1
|
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵Rick Waldron2012-06-251-0/+6
| | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965