aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Release: compat -> 1.x. Remove compat-specific release semanticsTimmy Willison2016-01-081-3/+3
|
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-1/+1
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-221-2/+1
| | | | This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2.
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-251-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 (cherry picked from commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a) Conflicts: Gruntfile.js src/css.js src/css/showHide.js test/unit/css.js
* 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 Cherry-picked from 03eaadb131df925d1072afd2496ee3b41d2f1fc6 Closes gh-2613 Closes gh-2601
* Docs: remove redundant instruction from the readmeOleg Gaidarenko2015-05-291-1/+1
| | | | | | | (Cherry-picked from 3c9277086742fe3a38a268ef97184be34e294655) Thanks @elas7 Fixes gh-2359
* Docs: Rename 1.x to compatMichał Gołębiowski2015-03-301-1/+1
|
* Docs: Clarify custom build instructionsDave Methvin2015-01-061-3/+3
| | | | | Closes gh-1854 (cherry picked from commit a3779bc3254159f5a99e8204e69a0f0b9e191f6f)
* Misc: Mac OS is now OS X, thanks @xfqDave Methvin2015-01-061-1/+1
| | | | | Closes gh-1970 (cherry picked from commit d30c482910bf35c5dbaec9c82174d1e6ae8839b5)
* README: update the Homebrew site addressMichał Gołębiowski2015-01-031-1/+1
| | | | | | | | Thanks @xfq (cherry-picked from b410b15e8da1a8d285f431640ff165e634196115) Closes gh-1971
* README: various text fixesOleg Gaidarenko2014-12-151-6/+6
| | | | | | Thank you @essamjoubori, @bcbcb, @namlede Ref 31b63fc23674ede657f019783ad7b942bb83f9c3
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-1/+1
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Docs: correct grunt command in README.mdOleg Gaidarenko2014-11-101-1/+1
| | | | Ref 9d6beac3958da79671344fd11b9a3fe9b85f88e1
* Docs: 1.x-master branch -> compat branch; 2.x branch -> master branchTimmy Willison2014-11-031-2/+2
| | | | | Conflicts: src/manipulation.js
* README: Update the description of the deprecated moduleMichał Gołębiowski2014-10-301-1/+1
| | | | | | (cherry-picked from 1d752731011d35e985271334ff98186728949f03) .andSelf is now gone.
* README: Improve build instructionsOleg Gaidarenko2014-09-261-4/+3
| | | | | | Thanks @NickStefan Ref 2e9c1ead76aaae8fde004e3cacde1e36c5fd2104
* Readme: Fix punctuation in tileupisfree2014-07-131-1/+1
| | | | Ref df62159296e9de8b04653ba999a32f9be7bb2a73
* Readme: Fix subsection titles and grammar, thanks @robgraeberDave Methvin2014-03-161-6/+6
| | | | | Fixes gh-1540 (cherry picked from commit 44247b1cf2f4e76e8153f8cbac69dcfd5b2eacd4)
* Readme: updating QUnit informationLeonardo Balter2014-03-131-1/+1
| | | | | | | updates QUnit reference site and method naming. Closes gh-1493 (cherry picked from commit 594687abdcd8427df1face9466ebff7f04b36fc6)
* Docs: Remove the note about consequences of excluding Sizzle from READMEMichał Gołębiowski2014-02-121-2/+0
|
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-1/+1
| | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68)
* README: Add jQuery environment notesTimmy Willison2014-01-061-0/+7
|
* Doc: Update links and simplify build instructionsOleg2013-12-311-6/+6
| | | | (cherry picked from commit e1a4329d78a5bae18d19fb94c1c3714ad45258ef)
* 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 Conflicts: build/tasks/build.js src/core.js
* Readme: Fix typo, thanks @tcortDave Methvin2013-12-181-1/+1
| | | | (cherry picked from commit 84190105c0f2acb39f33810678c36e4536bd1692)
* 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
| | | | (cherry picked from commit 943dc6cf834a57b5bffe99314add0a4d397201ce)
* Fix #10814. Fix #14084. 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. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-8/+21
| | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js
* correct a typo in READMEMichał Gołębiowski2013-08-121-1/+1
|
* Change Windows install explanationOleg2013-07-241-7/+1
| | | | (cherry picked from commit 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa)
* Remove the Xcode note in readmeOleg2013-07-241-3/+1
| | | | (cherry picked from commit 24571f4a730ea51127fe5f1f798c1283a2b8cc8a)
* Install bower packages with npm installOleg2013-07-241-10/+4
| | | | (cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4)
* 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
| | | | (cherry-picked from a0aa6232d0b451bb6e61a33d6f33a750b51bbe18)
* No ticket: Sync master/1.x-master README.md.Richard Gibson2013-05-061-13/+14
|
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-0/+1
| | | | | | | move size() test to unit/deprecated; don't use size() in other tests; make 2 unit tests actually fire; code cleanup
* No ticket: Grunt changes from 2.0 selector-nativeDave Methvin2013-03-251-41/+22
| | | | (cherry picked from commits 1083f82d1ee0c8f15a66be15e6184294a69d4420 8be9cd1ce71de8affa32a85b596c1bfed2e714a6 054c6946d4f86e4ba5ce6284554c8cacd7498e93)
* Fix requirements and dependencies in README, close gh-1131.Ryunosuke SATO2013-01-201-8/+6
|
* 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
* Simplify the terminal command args syntax for custom builds. Update READMERick Waldron2012-06-121-5/+14
|