]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoFix #13255. Set a default event target for Cordova.
Dave Methvin [Thu, 2 May 2013 17:39:13 +0000 (13:39 -0400)]
Fix #13255. Set a default event target for Cordova.

11 years agoFix #13846: .prev sort direction
Richard Gibson [Wed, 1 May 2013 15:33:06 +0000 (11:33 -0400)]
Fix #13846: .prev sort direction

11 years agoFix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
Richard Gibson [Mon, 29 Apr 2013 17:31:59 +0000 (13:31 -0400)]
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")

11 years agoFixes #13815: Ensure each element has its own private data object - Tests by @rwldrn
Corey Frang [Wed, 24 Apr 2013 20:07:15 +0000 (16:07 -0400)]
Fixes #13815: Ensure each element has its own private data object - Tests by @rwldrn

11 years agoFix #13818: Add wrapMap entry for col element
Oleg [Wed, 24 Apr 2013 18:15:41 +0000 (22:15 +0400)]
Fix #13818: Add wrapMap entry for col element

11 years agoFix #13819: .parent sort direction
Richard Gibson [Wed, 24 Apr 2013 15:38:23 +0000 (11:38 -0400)]
Fix #13819: .parent sort direction
(cherry picked from commit 6a816ec95fd96d130a4af67a28873d9daa66a328)

11 years agoFix #13809: Avoid collisions with words reserved by any version of ECMA-262
Richard Gibson [Wed, 24 Apr 2013 13:06:11 +0000 (09:06 -0400)]
Fix #13809: Avoid collisions with words reserved by any version of ECMA-262

11 years agoFix #13810: .replaceWith(nextSibling)
Richard Gibson [Tue, 23 Apr 2013 01:08:18 +0000 (21:08 -0400)]
Fix #13810: .replaceWith(nextSibling)

11 years agoFix #13807: attribute/Object.prototype name collisions
Richard Gibson [Mon, 22 Apr 2013 13:58:09 +0000 (09:58 -0400)]
Fix #13807: attribute/Object.prototype name collisions

11 years agoFix #13797: .is with single-node context
Richard Gibson [Sat, 20 Apr 2013 15:40:27 +0000 (11:40 -0400)]
Fix #13797: .is with single-node context
(cherry picked from commit 4f786ba4d2a5544cb48f589d2659d6cab84efc34)

11 years agoNo ticket: Reduce .find
Richard Gibson [Sat, 20 Apr 2013 14:02:07 +0000 (10:02 -0400)]
No ticket: Reduce .find
(cherry picked from commit 85b3c82445d9e88c6e747a33ad97f5f9e35a7d35)

11 years agoUpdating the source version to 2.0.1-pre
Dave Methvin [Thu, 18 Apr 2013 20:52:15 +0000 (16:52 -0400)]
Updating the source version to 2.0.1-pre

11 years agoTagging the 2.0.0 release.
Dave Methvin [Thu, 18 Apr 2013 20:52:00 +0000 (16:52 -0400)]
Tagging the 2.0.0 release.

11 years agoRemove unnecessary usage of getAttributeNode(). Fixes #12072.
Timmy Willison [Thu, 18 Apr 2013 17:43:51 +0000 (13:43 -0400)]
Remove unnecessary usage of getAttributeNode(). Fixes #12072.

11 years agoFix #13776: Add banner before generating source map. Close gh-1246.
Richard Gibson [Thu, 18 Apr 2013 17:19:22 +0000 (13:19 -0400)]
Fix #13776: Add banner before generating source map. Close gh-1246.

11 years agoChange uglify compression options, close gh-1245.
Oleg [Thu, 18 Apr 2013 13:16:59 +0000 (17:16 +0400)]
Change uglify compression options, close gh-1245.

11 years agoRefactor code in effects to use data_priv. Re- Close gh-1244.
ros3cin [Wed, 17 Apr 2013 07:06:12 +0000 (04:06 -0300)]
Refactor code in effects to use data_priv. Re- Close gh-1244.

11 years agoFollowup #13779: Backwards-compatible unit test
Richard Gibson [Wed, 17 Apr 2013 16:23:44 +0000 (12:23 -0400)]
Followup #13779: Backwards-compatible unit test
(cherry picked from commit 12a101729086ec1f9b8b029cd66971c11959bc33)

11 years agoFix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domMan...
Richard Gibson [Sun, 2 Dec 2012 05:14:25 +0000 (00:14 -0500)]
Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domManip. Close gh-1051.

11 years agoFix #13483. Let slideDown() work after stop(). Close gh-1205.
Renato Oliveira dos Santos [Sun, 17 Mar 2013 06:40:18 +0000 (03:40 -0300)]
Fix #13483. Let slideDown() work after stop(). Close gh-1205.

11 years agoLoop cleanup
Rick Waldron [Wed, 17 Apr 2013 02:37:48 +0000 (22:37 -0400)]
Loop cleanup

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13779. Remove nodes in document order (uses for loop matching empty()).
Rick Waldron [Wed, 17 Apr 2013 02:16:12 +0000 (22:16 -0400)]
Fixes #13779. Remove nodes in document order (uses for loop matching empty()).

11 years agoFix #13596; #13722: .replaceWith consistency. Close gh-1216.
Richard Gibson [Wed, 3 Apr 2013 17:17:02 +0000 (13:17 -0400)]
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.

11 years agoCorrect spacing.
Michał Gołębiowski [Mon, 15 Apr 2013 17:26:34 +0000 (19:26 +0200)]
Correct spacing.

11 years agoTell uglifyjs to not mangle undefined; saves 44 bytes. Fixes #13759. Close gh-1239. 1239/head
Michał Gołębiowski [Wed, 10 Apr 2013 18:46:31 +0000 (20:46 +0200)]
Tell uglifyjs to not mangle undefined; saves 44 bytes. Fixes #13759. Close gh-1239.

11 years agoUpdate Sizzle: src attribute in IE7. Fixes #13777.
Timmy Willison [Mon, 15 Apr 2013 14:43:29 +0000 (10:43 -0400)]
Update Sizzle: src attribute in IE7. Fixes #13777.

11 years agoFixes #13760. Pass window, not this to the main IIFE. Closes gh-1238
Michał Gołębiowski [Wed, 10 Apr 2013 21:27:31 +0000 (17:27 -0400)]
Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238

11 years agoAdd onevar to jshintrc, but remove the option for linting the concatenated file
Timmy Willison [Tue, 9 Apr 2013 16:48:34 +0000 (12:48 -0400)]
Add onevar to jshintrc, but remove the option for linting the concatenated file

11 years agoUpdate Sizzle: jshintrc
Timmy Willison [Tue, 9 Apr 2013 16:40:50 +0000 (12:40 -0400)]
Update Sizzle: jshintrc

11 years agoUpdate jshintrc to conform to new style guide. Conform to onevar and unused in tests...
Timmy Willison [Tue, 9 Apr 2013 15:45:09 +0000 (11:45 -0400)]
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.

11 years agoUpdating the source version to 2.0.0-pre
Dave Methvin [Tue, 9 Apr 2013 12:10:23 +0000 (08:10 -0400)]
Updating the source version to 2.0.0-pre

11 years agoTagging the 2.0.0-beta3 release. 2.0.0-beta3
Dave Methvin [Tue, 9 Apr 2013 12:10:08 +0000 (08:10 -0400)]
Tagging the 2.0.0-beta3 release.

11 years agoUse semantic versions.
Dave Methvin [Tue, 9 Apr 2013 12:07:21 +0000 (08:07 -0400)]
Use semantic versions.

11 years agoFix #13393. Avoid IE9 activeElement of death.
Dave Methvin [Tue, 9 Apr 2013 01:33:25 +0000 (21:33 -0400)]
Fix #13393. Avoid IE9 activeElement of death.

11 years agoAdjust tabIndex propHook for modern browsers and return -1 where appropriate. Close...
Oleg Gaidarenko [Tue, 9 Apr 2013 01:33:17 +0000 (21:33 -0400)]
Adjust tabIndex propHook for modern browsers and return -1 where appropriate. Close gh-1228.

11 years agoMove size() test to deprecated.js and avoid in other tests. Close gh-1237.
Michał Gołębiowski [Mon, 8 Apr 2013 22:18:45 +0000 (00:18 +0200)]
Move size() test to deprecated.js and avoid in other tests. Close gh-1237.

11 years agoSeparate test/unit/wrap.js; make tests not fail when wrap module excluded
Michał Gołębiowski [Mon, 8 Apr 2013 22:00:02 +0000 (00:00 +0200)]
Separate test/unit/wrap.js; make tests not fail when wrap module excluded

11 years agoAdd note about deprecation of _removeData and _data
Rick Waldron [Mon, 8 Apr 2013 19:39:20 +0000 (15:39 -0400)]
Add note about deprecation of _removeData and _data

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoMove Data.prototype.accept => Data.accepts
Rick Waldron [Mon, 8 Apr 2013 19:26:05 +0000 (15:26 -0400)]
Move Data.prototype.accept => Data.accepts

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoNo ticket. Add additional test for jQuery.queue. Closes gh-1235
Oleg Gaidarenko [Mon, 8 Apr 2013 19:36:24 +0000 (15:36 -0400)]
No ticket. Add additional test for jQuery.queue. Closes gh-1235

11 years agoUpdate Sizzle: pick IE over Chrome this time. Supplements #13378.
Timmy Willison [Mon, 8 Apr 2013 19:35:28 +0000 (15:35 -0400)]
Update Sizzle: pick IE over Chrome this time. Supplements #13378.

11 years agoNo ticket. Use data_priv methods instead of jQuery._removeData and jQuery._data;...
Oleg Gaidarenko [Mon, 8 Apr 2013 19:35:16 +0000 (15:35 -0400)]
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234

11 years agoNo ticket. Simplifies data methods and updates comments. Closes gh-1233
Oleg Gaidarenko [Mon, 8 Apr 2013 19:31:47 +0000 (15:31 -0400)]
No ticket. Simplifies data methods and updates comments. Closes gh-1233

11 years agoRevert Sizzle. Reopens #13378
Timmy Willison [Mon, 8 Apr 2013 19:21:13 +0000 (15:21 -0400)]
Revert Sizzle. Reopens #13378

11 years agoFixes #8335. Do not allow add data to non-elements (2.x). Closes gh-1232
Oleg Gaidarenko [Mon, 8 Apr 2013 19:10:39 +0000 (15:10 -0400)]
Fixes #8335. Do not allow add data to non-elements (2.x). Closes gh-1232

11 years agoUpdate Sizzle: use documentElement in focus selector. Fixes #13378.
Timmy Willison [Mon, 8 Apr 2013 18:17:01 +0000 (14:17 -0400)]
Update Sizzle: use documentElement in focus selector. Fixes #13378.

11 years agoRef #12652: Allow overriding native .click() suppression
Richard Gibson [Sun, 7 Apr 2013 02:56:03 +0000 (22:56 -0400)]
Ref #12652: Allow overriding native .click() suppression
(cherry picked from commit 14b09ef98eb11aae04c028a3b3d7af116c7d2c20)

11 years agoRef #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.
Michał Gołębiowski [Sun, 7 Apr 2013 12:39:44 +0000 (14:39 +0200)]
Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.

11 years agoNo ticket: Small simplification of .removeProp. Close gh-1227.
Oleg [Sun, 7 Apr 2013 08:14:31 +0000 (12:14 +0400)]
No ticket: Small simplification of .removeProp. Close gh-1227.

11 years agoNo ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
Michał Gołębiowski [Sun, 7 Apr 2013 11:48:46 +0000 (13:48 +0200)]
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
(cherry picked from commit e3777b64377947b7222a2050aee7f2ec371faef9)

11 years agoRemoves unnecessary "object/applet" element test from data tests.
Rick Waldron [Mon, 8 Apr 2013 01:11:09 +0000 (21:11 -0400)]
Removes unnecessary "object/applet" element test from data tests.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoImprove CSS and `Support:` comments. Close gh-1220.
Michał Gołębiowski [Thu, 4 Apr 2013 20:04:39 +0000 (22:04 +0200)]
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

11 years agoFix #13721. Filter before .remove() loop so positionals work. Close gh-1221.
Dave Methvin [Fri, 5 Apr 2013 12:57:01 +0000 (08:57 -0400)]
Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.

11 years agoFix #13741. Make wrap/unwrap methods optional. Close gh-1222.
Dave Methvin [Fri, 5 Apr 2013 21:30:48 +0000 (17:30 -0400)]
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.

11 years agoRef 4ef51690: Update selector-native for new Sizzle dependencies
Richard Gibson [Fri, 5 Apr 2013 05:04:44 +0000 (01:04 -0400)]
Ref 4ef51690: Update selector-native for new Sizzle dependencies

11 years agoFix #13539: Utilize Sizzle hooks. Close gh-1215.
Richard Gibson [Wed, 27 Mar 2013 01:20:27 +0000 (21:20 -0400)]
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
(cherry picked from commit 4ef516903e6e48bce388ca47c1ed88a447199fa1)

11 years agoFixes #13566. If there is a window object, and it has a document property, it might...
Rick Waldron [Thu, 4 Apr 2013 21:27:15 +0000 (17:27 -0400)]
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>
11 years agoFixes #13566. If there is a window object, define jQuery and $
Rick Waldron [Thu, 4 Apr 2013 20:55:16 +0000 (16:55 -0400)]
Fixes #13566. If there is a window object, define jQuery and $

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209.
Michał Gołębiowski [Sun, 24 Mar 2013 03:01:50 +0000 (04:01 +0100)]
Fix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209.

11 years agoCorrect oldIE-related comments, revert some workarounds. Close gh-1207.
Michał Gołębiowski [Wed, 20 Mar 2013 00:45:19 +0000 (01:45 +0100)]
Correct oldIE-related comments, revert some workarounds. Close gh-1207.

11 years agoUpdate grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.
Michał Gołębiowski [Wed, 13 Mar 2013 23:23:36 +0000 (00:23 +0100)]
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.

11 years agoFollow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add support...
Oleg [Thu, 7 Mar 2013 14:15:12 +0000 (18:15 +0400)]
Follow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add support tests. Cloes gh-1199.

11 years agoRemove an unused support check, correct a comment. Close gh-1211.
Michał Gołębiowski [Tue, 26 Mar 2013 03:45:09 +0000 (04:45 +0100)]
Remove an unused support check, correct a comment. Close gh-1211.

11 years agoFix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.
Michał Gołębiowski [Mon, 4 Mar 2013 04:20:25 +0000 (05:20 +0100)]
Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.

11 years agoUpdate grunt-contrib-jshint to 0.3.0, close gh-1204.
Michał Gołębiowski [Wed, 13 Mar 2013 23:23:36 +0000 (00:23 +0100)]
Update grunt-contrib-jshint to 0.3.0, close gh-1204.

(cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f)

Conflicts:
src/data.js
src/effects.js

11 years agoRemoves unnecessary semi-colon concatenation
Rick Waldron [Wed, 3 Apr 2013 17:01:49 +0000 (13:01 -0400)]
Removes unnecessary semi-colon concatenation

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, prologue positi...
Rick Waldron [Wed, 3 Apr 2013 15:26:07 +0000 (11:26 -0400)]
Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, prologue position strict mode pragma

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoUpdated mailmap.
Scott González [Tue, 2 Apr 2013 19:32:08 +0000 (15:32 -0400)]
Updated mailmap.

11 years agoBetter approach the hasData side effects fix. Thanks gibson042
Rick Waldron [Mon, 1 Apr 2013 21:09:37 +0000 (17:09 -0400)]
Better approach the hasData side effects fix. Thanks gibson042

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoNo ticket: fix build date formatting
Richard Gibson [Mon, 1 Apr 2013 17:02:57 +0000 (13:02 -0400)]
No ticket: fix build date formatting

11 years agoAvoid side-effects when calling jQuery.hasData
Rick Waldron [Mon, 1 Apr 2013 16:48:30 +0000 (12:48 -0400)]
Avoid side-effects when calling jQuery.hasData

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoNo ticker: grunt_compare_size options. Close gh-1210.
Tom Fuertes [Mon, 25 Mar 2013 04:47:46 +0000 (23:47 -0500)]
No ticker: grunt_compare_size options. Close gh-1210.

11 years agomoved bind, unbind, delegate & undelegate to event-alias.js; refs #13554
Michał Gołębiowski [Mon, 4 Mar 2013 03:03:57 +0000 (04:03 +0100)]
moved bind, unbind, delegate & undelegate to event-alias.js; refs #13554

11 years agodelegate/undelegate changed to on/off in unit tests; refs #13554
Michał Gołębiowski [Mon, 4 Mar 2013 03:00:57 +0000 (04:00 +0100)]
delegate/undelegate changed to on/off in unit tests; refs #13554

11 years agobind/unbind changed to on/off in unit tests; refs #13554
Michał Gołębiowski [Mon, 4 Mar 2013 02:22:11 +0000 (03:22 +0100)]
bind/unbind changed to on/off in unit tests; refs #13554

11 years agoFix typos, close gh-1187.
stonelee [Fri, 1 Mar 2013 01:24:21 +0000 (09:24 +0800)]
Fix typos, close gh-1187.

11 years agoChanged .jshintrc predef lists to globals objects.
Steven Benner [Thu, 28 Feb 2013 07:03:17 +0000 (23:03 -0800)]
Changed .jshintrc predef lists to globals objects.

11 years agoUse semver versions for our in-between versions as well.
Timmy Willison [Sat, 23 Mar 2013 19:20:46 +0000 (15:20 -0400)]
Use semver versions for our in-between versions as well.

http://semver.org

11 years agoRemove unprefixed `matchesSelector`. Stick most common first. Update Sizzle
Timmy Willison [Sat, 23 Mar 2013 19:18:16 +0000 (15:18 -0400)]
Remove unprefixed `matchesSelector`. Stick most common first. Update Sizzle

11 years agoFix #13514: Set selectedIndex to -1 when non-matching value is set on a select. Close...
ruado1987 [Sun, 3 Mar 2013 15:51:04 +0000 (23:51 +0800)]
Fix #13514: Set selectedIndex to -1 when non-matching value is set on a select. Close gh-1191.
(cherry picked from commit 48d71d0c3e53d1bb1688fc6c0593b008ced3403b)

11 years agoBuild selector.js from built sizzle. Update Sizzle.
Timmy Willison [Tue, 19 Mar 2013 19:30:52 +0000 (15:30 -0400)]
Build selector.js from built sizzle. Update Sizzle.

11 years agoupdated Grunt to 0.4.1 (needed for node 0.10.0 compatibility). Closes gh-1202
Michał Gołębiowski [Mon, 18 Mar 2013 16:51:04 +0000 (12:51 -0400)]
updated Grunt to 0.4.1 (needed for node 0.10.0 compatibility). Closes gh-1202

11 years agoNo ticket: Move property descriptor assignment to save a byte. Close gh-1188.
stonelee [Fri, 1 Mar 2013 04:33:37 +0000 (12:33 +0800)]
No ticket: Move property descriptor assignment to save a byte. Close gh-1188.

11 years agoAuthors update for Michał Gołębiowski. Add .mailmap entry for my old commits too...
Michał Gołębiowski [Wed, 13 Mar 2013 14:44:05 +0000 (10:44 -0400)]
Authors update for Michał Gołębiowski. Add .mailmap entry for my old commits too. Closes gh-1201.

11 years agoEdited comments and minor adjustments. Fixes #13553. Closes gh-1195.
Michał Z. Gołębiowski [Wed, 13 Mar 2013 01:06:25 +0000 (21:06 -0400)]
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.

11 years agoUpdate Sizzle: minor windows 8 issue
Timmy Willison [Mon, 11 Mar 2013 16:55:16 +0000 (12:55 -0400)]
Update Sizzle: minor windows 8 issue

11 years agoNo ticket: compare_size returns!
Richard Gibson [Mon, 11 Mar 2013 14:06:36 +0000 (10:06 -0400)]
No ticket: compare_size returns!
(remember to `npm install`)

11 years agoRevert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d
Rick Waldron [Wed, 6 Mar 2013 20:11:20 +0000 (15:11 -0500)]
Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d

11 years agoFixes #13571. jQuery.isPlainObject 1.9.x compatibility
Rick Waldron [Wed, 6 Mar 2013 19:42:24 +0000 (14:42 -0500)]
Fixes #13571. jQuery.isPlainObject 1.9.x compatibility

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoMake data test titles more consistent and accurate
Rick Waldron [Mon, 4 Mar 2013 00:41:01 +0000 (19:41 -0500)]
Make data test titles more consistent and accurate

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13551. Guard against illegal data access by undefined elem-owner
Rick Waldron [Mon, 4 Mar 2013 00:40:33 +0000 (19:40 -0500)]
Fixes #13551. Guard against illegal data access by undefined elem-owner

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoSimplify data-* attr lookup with camelKey
Rick Waldron [Sat, 2 Mar 2013 19:09:39 +0000 (14:09 -0500)]
Simplify data-* attr lookup with camelKey

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agotest/unit/data.js style nits
Rick Waldron [Sat, 2 Mar 2013 18:07:07 +0000 (13:07 -0500)]
test/unit/data.js style nits

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13550. .data should not miss attr() set data-* with hyphenated property names...
Michał Gołębiowski [Sat, 2 Mar 2013 18:04:48 +0000 (13:04 -0500)]
Fixes #13550. .data should not miss attr() set data-* with hyphenated property names. Closes gh-1189

11 years agoRemove dup camelKey path
Rick Waldron [Sat, 2 Mar 2013 00:33:12 +0000 (19:33 -0500)]
Remove dup camelKey path

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13548. .data should not miss attr() set data-* with hyphenated property names
Rick Waldron [Sat, 2 Mar 2013 00:02:57 +0000 (19:02 -0500)]
Fixes #13548. .data should not miss attr() set data-* with hyphenated property names

11 years agoUpdating the source version to 2.0.0pre
Dave Methvin [Fri, 1 Mar 2013 18:50:16 +0000 (13:50 -0500)]
Updating the source version to 2.0.0pre

11 years agoTagging the 2.0.0b2 release. 2.0.0b2
Dave Methvin [Fri, 1 Mar 2013 18:50:10 +0000 (13:50 -0500)]
Tagging the 2.0.0b2 release.

11 years agoRemove the define.amd.jQuery check, ref gh-1150.
jrburke [Wed, 30 Jan 2013 23:32:19 +0000 (15:32 -0800)]
Remove the define.amd.jQuery check, ref gh-1150.

11 years agoRef #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.
Richard Gibson [Sat, 2 Feb 2013 02:20:15 +0000 (21:20 -0500)]
Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.