Richard Gibson
039371c741
Followup #13779 : Backwards-compatible unit test
...
(cherry picked from commit 12a1017290
)
2013-04-17 12:25:48 -04:00
Richard Gibson
03db1ada2c
Fix #12838 : hook point for non-jQuery.ajax synchronous script fetch/execute in domManip. Close gh-1051.
2013-04-17 11:27:57 -04:00
Renato Oliveira dos Santos
ea5c22ec12
Fix #13483 . Let slideDown() work after stop(). Close gh-1205.
2013-04-16 23:07:39 -04:00
Rick Waldron
2c7b1b8502
Loop cleanup
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-16 22:37:48 -04:00
Rick Waldron
77d7f26452
Fixes #13779 . Remove nodes in document order (uses for loop matching empty()).
2013-04-16 22:18:44 -04:00
Richard Gibson
db0326b1fd
Fix #13596 ; #13722 : .replaceWith consistency. Close gh-1216.
2013-04-16 17:47:21 -04:00
Michał Gołębiowski
562ca75e06
Correct spacing.
2013-04-15 19:26:34 +02:00
Michał Gołębiowski
8576e24bfe
Tell uglifyjs to not mangle undefined; saves 44 bytes. Fixes #13759 . Close gh-1239.
2013-04-15 18:46:14 +02:00
Timmy Willison
c0088f2d26
Update Sizzle: src attribute in IE7. Fixes #13777 .
2013-04-15 10:46:24 -04:00
Michał Gołębiowski
e80117adb4
Fixes #13760 . Pass window, not this to the main IIFE. Closes gh-1238
2013-04-10 17:27:31 -04:00
Timmy Willison
ac9cad19fa
Add onevar to jshintrc, but remove the option for linting the concatenated file
2013-04-09 12:48:34 -04:00
Timmy Willison
e01a6231c7
Update Sizzle: jshintrc
2013-04-09 12:40:50 -04:00
Timmy Willison
0fa52c11cb
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755 .
2013-04-09 11:59:31 -04:00
Dave Methvin
0afc92bd73
Updating the source version to 2.0.0-pre
2013-04-09 08:10:23 -04:00
Dave Methvin
baa50b5e17
Tagging the 2.0.0-beta3 release.
2013-04-09 08:10:08 -04:00
Dave Methvin
f6471f4f36
Use semantic versions.
2013-04-09 08:09:26 -04:00
Dave Methvin
85fc5878b3
Fix #13393 . Avoid IE9 activeElement of death.
2013-04-08 21:35:48 -04:00
Oleg Gaidarenko
f1ba486ee3
Adjust tabIndex propHook for modern browsers and return -1 where appropriate. Close gh-1228.
2013-04-08 21:33:17 -04:00
Michał Gołębiowski
52394ba986
Move size() test to deprecated.js and avoid in other tests. Close gh-1237.
2013-04-08 20:38:20 -04:00
Michał Gołębiowski
bea0d9a49d
Separate test/unit/wrap.js; make tests not fail when wrap module excluded
2013-04-09 00:00:02 +02:00
Rick Waldron
570ec3dec7
Add note about deprecation of _removeData and _data
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-08 15:39:20 -04:00
Rick Waldron
d7d6b7a5c7
Move Data.prototype.accept => Data.accepts
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-08 15:37:16 -04:00
Oleg Gaidarenko
58a75a583b
No ticket. Add additional test for jQuery.queue. Closes gh-1235
2013-04-08 15:36:45 -04:00
Timmy Willison
5833081356
Update Sizzle: pick IE over Chrome this time. Supplements #13378 .
2013-04-08 15:35:40 -04:00
Oleg Gaidarenko
e8731410a4
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234
2013-04-08 15:35:16 -04:00
Oleg Gaidarenko
1a3939659b
No ticket. Simplifies data methods and updates comments. Closes gh-1233
2013-04-08 15:31:47 -04:00
Timmy Willison
ff3f83fdf6
Revert Sizzle. Reopens #13378
2013-04-08 15:21:30 -04:00
Oleg Gaidarenko
f61314ff5c
Fixes #8335 . Do not allow add data to non-elements (2.x). Closes gh-1232
2013-04-08 15:10:39 -04:00
Timmy Willison
aadae5058a
Update Sizzle: use documentElement in focus selector. Fixes #13378 .
2013-04-08 14:17:01 -04:00
Richard Gibson
a120bbbfae
Ref #12652 : Allow overriding native .click() suppression
...
(cherry picked from commit 14b09ef98e
)
2013-04-08 13:57:11 -04:00
Michał Gołębiowski
1233fc7788
Ref #13743 . Remove support.boxModel, deprecated 1.3. Close gh-1230.
2013-04-08 12:49:19 -04:00
Oleg
eaedf098b3
No ticket: Small simplification of .removeProp. Close gh-1227.
2013-04-07 23:33:04 -04:00
Michał Gołębiowski
18d006762c
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
...
(cherry picked from commit e3777b6437
)
2013-04-07 23:29:36 -04:00
Rick Waldron
c44f07916d
Removes unnecessary "object/applet" element test from data tests.
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-07 21:11:09 -04:00
Michał Gołębiowski
dca7681284
Improve CSS and Support:
comments. Close gh-1220.
...
1) corrected box-sizing rules order - the unprefixed value should always be the last one
2) removed last semi-colons in CSS rules
3) updated support comments
code review changes + more consistent comment spacing
2013-04-06 17:09:52 -04:00
Dave Methvin
1b61026650
Fix #13721 . Filter before .remove() loop so positionals work. Close gh-1221.
2013-04-06 16:37:32 -04:00
Dave Methvin
5031c9db4b
Fix #13741 . Make wrap/unwrap methods optional. Close gh-1222.
2013-04-06 16:00:58 -04:00
Richard Gibson
1114611f77
Ref 4ef51690
: Update selector-native for new Sizzle dependencies
2013-04-05 01:04:44 -04:00
Richard Gibson
5d1dfe7474
Fix #13539 : Utilize Sizzle hooks. Close gh-1215.
...
(cherry picked from commit 4ef516903e
)
2013-04-05 00:37:36 -04:00
Rick Waldron
6358da8aa3
Fixes #13566 . If there is a window object, and it has a document property, it might be the window we want, so define jQuery and $. Thanks to @dcherman for saving us from that embarrassment!
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-04 17:27:15 -04:00
Rick Waldron
37c801eda5
Fixes #13566 . If there is a window object, define jQuery and $
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-04 16:55:16 -04:00
Michał Gołębiowski
32b066d380
Fix #13655 . Add test for jQuery.ready.promise fallback load. Close gh-1209.
2013-04-04 13:32:25 -04:00
Michał Gołębiowski
7049877530
Correct oldIE-related comments, revert some workarounds. Close gh-1207.
2013-04-04 12:55:03 -04:00
Michał Gołębiowski
ba16ba2efc
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.
2013-04-04 12:27:21 -04:00
Oleg
6da5eb1033
Follow-up for 22a4e5bd0a
, fix .checkOn, add support tests. Cloes gh-1199.
2013-04-03 22:27:16 -04:00
Michał Gołębiowski
5aaa276e9e
Remove an unused support check, correct a comment. Close gh-1211.
2013-04-03 21:21:23 -04:00
Michał Gołębiowski
8db7d6f20b
Fix #13543 . offsetWidth is wrong on non-1 zoom. Close gh-1194.
2013-04-03 21:00:38 -04:00
Michał Gołębiowski
1205103a72
Update grunt-contrib-jshint to 0.3.0, close gh-1204.
...
(cherry picked from 4adde5d145
)
Conflicts:
src/data.js
src/effects.js
2013-04-03 20:51:30 -04:00
Rick Waldron
9eb838e418
Removes unnecessary semi-colon concatenation
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-03 13:01:49 -04:00
Rick Waldron
feea9394b7
Fixes #13714 . jQuery.globalEval gotcha w/ strings that contain valid, prologue position strict mode pragma
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-04-03 11:26:07 -04:00