Commit Graph

82 Commits

Author SHA1 Message Date
Timmy Willison
e3c8968509 Revert "Misc: Drop support for older browsers; update support comments"
This reverts commit 90d7cc1d8b.
2016-01-06 14:05:11 -05:00
Oleg Gaidarenko
079e0796ae Revert "CSS: Make show/hide/toggle methods a module"
This reverts commit 3842246024.
2015-12-22 14:24:15 +03:00
Dave Methvin
3842246024 CSS: Make show/hide/toggle methods a module
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 67d7a2eefe)

Conflicts:
	Gruntfile.js
	src/css.js
	src/css/showHide.js
	test/unit/css.js
2015-10-25 14:54:55 -04:00
Gary Ye
ef6cd83ab0 Tests:Docs: Fix various typos
* Changes "baar" to "bar" when used with "foo" in readme
  and comments of js files

* mousenter -> mouseenter

Thanks @garysye, @KimTaehee

Cherry-picked from 03eaadb131
Closes gh-2613
Closes gh-2601
2015-10-12 18:09:37 +03:00
Oleg Gaidarenko
e6a492d3b6 Docs: remove redundant instruction from the readme
(Cherry-picked from 3c92770867)
Thanks @elas7

Fixes gh-2359
2015-05-29 19:46:00 +03:00
Michał Gołębiowski
8992ac86cc Docs: Rename 1.x to compat 2015-03-30 22:46:29 +02:00
Dave Methvin
8e738f0aa8 Docs: Clarify custom build instructions
Closes gh-1854
(cherry picked from commit a3779bc325)
2015-01-06 22:17:15 -05:00
Dave Methvin
598946d09f Misc: Mac OS is now OS X, thanks @xfq
Closes gh-1970
(cherry picked from commit d30c482910)
2015-01-06 21:05:27 -05:00
Michał Gołębiowski
d588c852f0 README: update the Homebrew site address
Thanks @xfq

(cherry-picked from b410b15e8d)

Closes gh-1971
2015-01-03 19:43:57 +01:00
Oleg Gaidarenko
3d77c2ee1e README: various text fixes
Thank you @essamjoubori, @bcbcb, @namlede

Ref 31b63fc236
2014-12-15 16:09:49 +03:00
Michał Gołębiowski
90d7cc1d8b Misc: Drop support for older browsers; update support comments
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
2014-12-08 21:12:33 +01:00
Oleg Gaidarenko
38ac3c43ff Docs: correct grunt command in README.md
Ref 9d6beac395
2014-11-10 13:22:56 +03:00
Timmy Willison
b8a084374c Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
Conflicts:
	src/manipulation.js
2014-11-03 12:35:32 -05:00
Michał Gołębiowski
2a3018cec9 README: Update the description of the deprecated module
(cherry-picked from 1d75273101)

.andSelf is now gone.
2014-10-30 15:30:11 +01:00
Oleg Gaidarenko
07afc284bc README: Improve build instructions
Thanks @NickStefan

Ref 2e9c1ead76
2014-09-26 20:52:02 +04:00
upisfree
a751bfe672 Readme: Fix punctuation in tile
Ref df62159296
2014-07-13 00:38:37 +04:00
Dave Methvin
f25a5b43d9 Readme: Fix subsection titles and grammar, thanks @robgraeber
Fixes gh-1540
(cherry picked from commit 44247b1cf2)
2014-03-16 10:22:02 -04:00
Leonardo Balter
4e786a9326 Readme: updating QUnit information
updates QUnit reference site and method naming.

Closes gh-1493
(cherry picked from commit 594687abdc)
2014-03-13 22:37:28 -04:00
Michał Gołębiowski
483ad0309c Docs: Remove the note about consequences of excluding Sizzle from README 2014-02-12 15:40:56 -08:00
Michał Gołębiowski
345a598653 Build: Upgrade QUnit to 1.14.0
(cherry-picked from 95b21c6ec2)
2014-02-05 15:47:20 +01:00
Timmy Willison
ed94889b68 README: Add jQuery environment notes 2014-01-06 11:54:17 -08:00
Oleg
286bf7e569 Doc: Update links and simplify build instructions
(cherry picked from commit e1a4329d78)
2013-12-31 23:41:00 +04:00
Timmy Willison
36c3f32f00 Build: add build option for setting the AMD name.
Fixes #14016.
2013-12-19 15:36:34 -05:00
Timmy Willison
1d3b60044b Build: Add the ability to remove global exposure.
Ref #14016

Conflicts:
	build/tasks/build.js
	src/core.js
2013-12-19 15:36:34 -05:00
Dave Methvin
04a652a99a Readme: Fix typo, thanks @tcort
(cherry picked from commit 84190105c0)
2013-12-18 20:49:30 -05:00
Timmy Willison
a9f5946294 Use grunt and bower packages as local dependencies. Close gh-1433. 2013-11-14 10:18:12 -05:00
Dominik D. Geyer
c733b4819a No ticket: Correct typo in README section "rebasing". Close gh-1398.
(cherry picked from commit 943dc6cf83)
2013-10-11 11:08:38 -04:00
Michał Gołębiowski
badcd1b6f3 Fix #10814. Fix #14084. Make support tests lazy and broken out to components. 2013-09-06 03:40:49 +02:00
Timmy Willison
7315861813 Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
Conflicts:
	src/css.js
	src/manipulation.js
	src/offset.js
	src/support.js
2013-08-15 20:41:43 -04:00
Timmy Willison
217cbb7109 AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
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
2013-08-15 15:49:49 -04:00
Michał Gołębiowski
144837afdf correct a typo in README 2013-08-12 18:31:21 +02:00
Oleg
bfa05f029a Change Windows install explanation
(cherry picked from commit 831a532c3c)
2013-07-24 18:44:32 +04:00
Oleg
556bbea46e Remove the Xcode note in readme
(cherry picked from commit 24571f4a73)
2013-07-24 18:44:11 +04:00
Oleg
40f96b85d3 Install bower packages with npm install
(cherry picked from commit 806b0230cd)
2013-07-24 18:42:46 +04:00
Timmy Willison
a68b840b5e Update README for bower usage 2013-07-10 14:19:16 -04:00
Timmy Willison
40d4881373 Include Sizzle and Qunit with bower. Fixes #14118. 2013-07-10 12:01:20 -04:00
Michał Gołębiowski
f766f8ceeb No ticket: correct typo in an example in README.md. Close gh-1281. (cherry-picked from a0aa6232d0) 2013-05-31 17:22:07 +02:00
Richard Gibson
c57ca9e5a5 No ticket: Sync master/1.x-master README.md. 2013-05-06 11:13:25 -04:00
Michał Gołębiowski
0db70aa1fa Fix #13741. Make wrap/unwrap methods optional; close gh-1236.
move size() test to unit/deprecated;
don't use size() in other tests;
make 2 unit tests actually fire;
code cleanup
2013-04-17 23:06:33 -04:00
Dave Methvin
131de8c80e No ticket: Grunt changes from 2.0 selector-native
(cherry picked from commits 1083f82d1e 8be9cd1ce7 054c6946d4)
2013-03-25 14:45:45 -04:00
Ryunosuke SATO
df47eb73f3 Fix requirements and dependencies in README, close gh-1131. 2013-01-20 18:03:13 -05:00
Mike Sherov
2decd0510d Remove references to the Makefile from the README 2012-10-21 09:31:37 -03:00
Tom Fuertes
e03d999939 Update README.md - grunt *update_*submodules 2012-10-16 17:19:36 -04:00
Dave Riddle
86f8d9f1a5 Minor typo with Homebrew link. Close gh-929. 2012-09-15 16:19:51 -04:00
Mathias Bynens
6b9fde1344 Add README info on how to create custom builds. Close gh-892. 2012-08-19 21:24:33 -04:00
Mathias Bynens
c210e08c3a README: Adds missing commands to setup instructions. Closes gh-854 2012-07-11 09:42:02 -04:00
Mathias Bynens
d8f9dece24 README: Add to the full list of optional modules. Closes gh-855 2012-07-11 09:39:43 -04:00
Rick Waldron
a2758377df Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 2012-06-25 10:02:28 -04:00
Rick Waldron
f13de6b3d6 Simplify the terminal command args syntax for custom builds. Update README 2012-06-12 12:52:30 -04:00
kborchers
47298a7d16 Fix typo in README 2012-06-12 11:01:44 -04:00