Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jquery/jquery

jQuery JavaScript Library
https://github.com/jquery/jquery

Update Sizzle: src attribute in IE7. Fixes #13777.

c0088f2d26bba38dc04e9076a73579800e04347f authored almost 12 years ago
Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238

e80117adb49eff8f82140b01d755bdeefe7eb089 authored almost 12 years ago
Add onevar to jshintrc, but remove the option for linting the concatenated file

ac9cad19fa0473315489ee952ba73afdaeb80386 authored almost 12 years ago
Update Sizzle: jshintrc

e01a6231c78448043de6672940a41637ba5bdf28 authored almost 12 years ago
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.

0fa52c11cbfe70780648b99717f1dd3502befaff authored almost 12 years ago
Updating the source version to 2.0.0-pre

0afc92bd73a61a0279a419647458e6ed89638ae0 authored almost 12 years ago
Tagging the 2.0.0-beta3 release.

baa50b5e1709dc66354c647e14ac819338cdf5b9 authored almost 12 years ago
Use semantic versions.

f6471f4f3668d236211d3d3e353852f0bc3a20ea authored almost 12 years ago
Fix #13393. Avoid IE9 activeElement of death.

85fc5878b3c6af73f42d61eedf73013e7faae408 authored almost 12 years ago
Adjust tabIndex propHook for modern browsers and return -1 where appropriate. Close gh-1228.

f1ba486ee3faeb70faeec1688b79ed085dd6a102 authored almost 12 years ago
Move size() test to deprecated.js and avoid in other tests. Close gh-1237.

52394ba986794423e7855ece3b4f80a1f2fb7398 authored almost 12 years ago
Separate test/unit/wrap.js; make tests not fail when wrap module excluded

bea0d9a49df88e382805df08c5431a5e1a0752c9 authored almost 12 years ago
Add note about deprecation of _removeData and _data

Signed-off-by: Rick Waldron <[email protected]>

570ec3dec7ceaef1f24693499867dfaf7c083c5c authored almost 12 years ago
Move Data.prototype.accept => Data.accepts

Signed-off-by: Rick Waldron <[email protected]>

d7d6b7a5c7992834fcd4d4b01eda87169704f032 authored almost 12 years ago
No ticket. Add additional test for jQuery.queue. Closes gh-1235

58a75a583bfe7ce49dc1a39f19d7ff0e3a4b7b67 authored almost 12 years ago
Update Sizzle: pick IE over Chrome this time. Supplements #13378.

5833081356c12c23faa4c772e7a201e4dda97517 authored almost 12 years ago
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234

e8731410a4714a3383dfc5342f835e0177b58ff7 authored almost 12 years ago
No ticket. Simplifies data methods and updates comments. Closes gh-1233

1a3939659b2c2506fb50ca3ee21e84c642cb5f64 authored almost 12 years ago
Revert Sizzle. Reopens #13378

ff3f83fdf67b314b742ceb044257e5a271fd2893 authored almost 12 years ago
Fixes #8335. Do not allow add data to non-elements (2.x). Closes gh-1232

f61314ff5cb5e6b620ace758a6f00c94a3031154 authored almost 12 years ago
Update Sizzle: use documentElement in focus selector. Fixes #13378.

aadae5058a44e745ebdbee5d5333402699326188 authored almost 12 years ago
Ref #12652: Allow overriding native .click() suppression

(cherry picked from commit 14b09ef98eb11aae04c028a3b3d7af116c7d2c20)

a120bbbfae81daccf801fcf8deb0bc77d865e27f authored almost 12 years ago
Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.

1233fc77883c26eeeea4847f9f0b90e07d189b90 authored almost 12 years ago
No ticket: Small simplification of .removeProp. Close gh-1227.

eaedf098b311b2aaa48970b284e3b426562d0614 authored almost 12 years ago
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.

(cherry picked from commit e3777b64377947b7222a2050aee7f2ec371faef9)

18d006762c557ed635404436f5733dccaf786f9f authored almost 12 years ago
Removes unnecessary "object/applet" element test from data tests.

Signed-off-by: Rick Waldron <[email protected]>

c44f07916d7ee2139c7aa0f9e633143b74433d98 authored almost 12 years ago
Improve CSS and `Support:` comments. Close gh-1220.

1) corrected box-sizing rules order - the unprefixed value should always be the last one
2) remo...

dca7681284731053124e6437c5bec58e030cc91d authored almost 12 years ago
Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.

1b610266502490eab42a0b9ddfac2f93da0b0fe1 authored almost 12 years ago
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.

5031c9db4bf22cc04472346eeee8f25a61c5ee68 authored almost 12 years ago
Ref 4ef51690: Update selector-native for new Sizzle dependencies

1114611f77ee9cd203db65b120d397dbe2f14d14 authored almost 12 years ago
Fix #13539: Utilize Sizzle hooks. Close gh-1215.

(cherry picked from commit 4ef516903e6e48bce388ca47c1ed88a447199fa1)

5d1dfe747403c093cc0e837651dcf80027387fc6 authored almost 12 years ago
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 <[email protected]>

6358da8aa32e7ed52da3af1a912bdd1a05863faf authored almost 12 years ago
Fixes #13566. If there is a window object, define jQuery and $

Signed-off-by: Rick Waldron <[email protected]>

37c801eda5a96ba8d58f3d8751c42df296d3bd39 authored almost 12 years ago
Fix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209.

32b066d3805a48f8c8312562ed52a1b5910b1d85 authored almost 12 years ago
Correct oldIE-related comments, revert some workarounds. Close gh-1207.

7049877530882c2f8ee09f71f7fc736ca9570736 authored almost 12 years ago
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.

ba16ba2efcb0a7703d1332044de87bf12700a66e authored almost 12 years ago
Follow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add support tests. Cloes gh-1199.

6da5eb10337c29c61ebc09fb8e3975509f58f419 authored almost 12 years ago
Remove an unused support check, correct a comment. Close gh-1211.

5aaa276e9e0041d099c954fc2744f0797e3893b0 authored almost 12 years ago
Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.

8db7d6f20b4226994e88d1cd9243743c492773f5 authored almost 12 years ago
Update grunt-contrib-jshint to 0.3.0, close gh-1204.

(cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f)

Conflicts:
src/data.js
src/effe...

1205103a72db407bfbc0de3d9b78f1fd6a02520c authored almost 12 years ago
Removes unnecessary semi-colon concatenation

Signed-off-by: Rick Waldron <[email protected]>

9eb838e4189c7afbd187b4663923d97a608811ef authored almost 12 years ago
Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, prologue position strict mode pragma

Signed-off-by: Rick Waldron <[email protected]>

feea9394b75a5dcb16fad013a402b388f97cefba authored almost 12 years ago
Updated mailmap.

05d55d08e74aca4e39a1f66e3dcb51036265039b authored almost 12 years ago
Better approach the hasData side effects fix. Thanks gibson042

Signed-off-by: Rick Waldron <[email protected]>

73b315538f21cab1118e72402576f3851c555b95 authored almost 12 years ago
No ticket: fix build date formatting

5b59a63b2b9247b326c654ca941a1dfe77914024 authored almost 12 years ago
Avoid side-effects when calling jQuery.hasData

Signed-off-by: Rick Waldron <[email protected]>

332a490573bbbd9e7df1381bde8f590240cb8679 authored almost 12 years ago
No ticker: grunt_compare_size options. Close gh-1210.

1f530e286755416369f4452d20f5ab6bb175451d authored almost 12 years ago
delegate/undelegate changed to on/off in unit tests; refs #13554

84a94acae1ed7d65d91df235985e433d34486dc3 authored almost 12 years ago
moved bind, unbind, delegate & undelegate to event-alias.js; refs #13554

100d3c351604e1f9641098da2e78678b4e6d9cdf authored almost 12 years ago
bind/unbind changed to on/off in unit tests; refs #13554

8ca9f931ec311b6f73990eac7665451a28bceac3 authored almost 12 years ago
Fix typos, close gh-1187.

f2cb536127952a30a1b7edc34765e9e1313145e9 authored almost 12 years ago
Changed .jshintrc predef lists to globals objects.

237413e75dd3c4b76b0f9ced117f1c9c9cb98ac5 authored almost 12 years ago
Use semver versions for our in-between versions as well.

http://semver.org

f319f42db073a0c5cc6d2fc17f40d0093547edcd authored almost 12 years ago
Remove unprefixed `matchesSelector`. Stick most common first. Update Sizzle

6bbbb785db2f94400574b6baefaa3c911bf06547 authored almost 12 years ago
Fix #13514: Set selectedIndex to -1 when non-matching value is set on a select. Close gh-1191.

(cherry picked from commit 48d71d0c3e53d1bb1688fc6c0593b008ced3403b)

c9ca9bf509edd1dc0a92564210f3f325cc7555b6 authored almost 12 years ago
Build selector.js from built sizzle. Update Sizzle.

8f4572406c8d885de9fb236ae3fb1c9d4833cbee authored almost 12 years ago
updated Grunt to 0.4.1 (needed for node 0.10.0 compatibility). Closes gh-1202

c5fc953d19436cfa706c2477c7bdcdc8b6cdd1e2 authored almost 12 years ago
No ticket: Move property descriptor assignment to save a byte. Close gh-1188.

92b23673e60569b74ac48304579866c839008e1a authored almost 12 years ago
Authors update for Michał Gołębiowski. Add .mailmap entry for my old commits too. Closes gh-1201.

e0416f25485c67ccf35b6c309bbc69128770a27e authored almost 12 years ago
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.

79992d752393d80822a4f8be2b7bec3ecdd60f6a authored almost 12 years ago
Update Sizzle: minor windows 8 issue

ae3524642c54ec4df09733de03c169f4fd43ac34 authored almost 12 years ago
No ticket: compare_size returns!

(remember to `npm install`)

91d57647e9700de1a3693a400c85688c90304dde authored almost 12 years ago
Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d

5c82d36f194a854a19f81bebd3ed1a6e7559c811 authored almost 12 years ago
Fixes #13571. jQuery.isPlainObject 1.9.x compatibility

Signed-off-by: Rick Waldron <[email protected]>

8d1c42296fefc4e79189b6c2d78a8a78fdd9576d authored almost 12 years ago
Make data test titles more consistent and accurate

Signed-off-by: Rick Waldron <[email protected]>

49abe3dc92f4a70c696a47f09f09253d0695043c authored almost 12 years ago
Fixes #13551. Guard against illegal data access by undefined elem-owner

Signed-off-by: Rick Waldron <[email protected]>

692afbcc5f719392c729997eacb234c07d2a6c78 authored almost 12 years ago
Simplify data-* attr lookup with camelKey

Signed-off-by: Rick Waldron <[email protected]>

91824bd2923b99b03fd1a9c4447b46fd7cc96615 authored almost 12 years ago
test/unit/data.js style nits

Signed-off-by: Rick Waldron <[email protected]>

9bf8b040d3ec99018904c792d3c06cb1b5b222f3 authored almost 12 years ago
Fixes #13550. .data should not miss attr() set data-* with hyphenated property names. Closes gh-1189

761b96c3016e09613f356bd6070be04edec74d0f authored almost 12 years ago
Remove dup camelKey path

Signed-off-by: Rick Waldron <[email protected]>

8f7218198dad5dd1a93dc44087159b2c34b86292 authored almost 12 years ago
Fixes #13548. .data should not miss attr() set data-* with hyphenated property names

3212a293695221df402317633adf63698d95efd1 authored almost 12 years ago
Updating the source version to 2.0.0pre

9f981c84a5b9de7d9d3d465763476ff2682c5f24 authored almost 12 years ago
Tagging the 2.0.0b2 release.

4cbc235c0d6c9ef5e11c4fc243275e38e9044cb4 authored almost 12 years ago
Remove the define.amd.jQuery check, ref gh-1150.

34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 authored almost 12 years ago
Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.

3f05afbd8d9bbc75d30b68e720324d1ed984a315 authored almost 12 years ago
Squeeze support module. Close gh-1165.

22a4e5bd0a7c0a92b54b9965984b582fd42099f2 authored almost 12 years ago
Fix typos. Close gh-1186.

eee2eaf1d7a189d99106423a4206c224ebd5b848 authored almost 12 years ago
Fixes #11151, #13388. Minor refactor of response conversion and when/where

responseXXX fields are set on the jqXHR. Close gh-1164.

(Cherry-picked from 69b3d5ce0f081d3f113...

eebc77849cebd9a69025996939f930cbf9b1bae1 authored almost 12 years ago
Old acceptData tests refactored and adapted to support new data system

38bc968052f7f20af48626b6739f312224314348 authored almost 12 years ago
Update docs about custom builds, including unSizzled version.

054c6946d4f86e4ba5ce6284554c8cacd7498e93 authored almost 12 years ago
Fix #13434: native-API selector module

What's out:
* 6 KB
* attribute not equal selector
* positional selectors (:first; :eq(n); :odd; e...

1083f82d1ee0c8f15a66be15e6184294a69d4420 authored almost 12 years ago
Add warnings and ignore the built Sizzle file.

8be9cd1ce71de8affa32a85b596c1bfed2e714a6 authored almost 12 years ago
Properly resets firingLength when emptying the list. Fixes #13517

0618710913f41d7a7f4c095f0edda035e65a887d authored almost 12 years ago
No ticket: Squeeze data

1b6be73721270225fea8a182f4a57ae44f5e6405 authored almost 12 years ago
Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.

8bc7bdebefb23ef31247dda50012ee19ce9f58af authored almost 12 years ago
Fix #13494: Fallback defineProperties to jQuery.extend. Close gh-1182.

Android<4 (ancient WebKit) doesn't have full ES5 support.

85f1985f2444da01054800d6f41c3a6057da2e16 authored almost 12 years ago
Whitespace.

b55bfb140f4ccf871a38ec52f21f7ca698515e52 authored almost 12 years ago
Fix #13471. $().on(".xyz"...) should avoid later crash.

If the event type is an empty string we end up hanging in .off() which makes for
mighty hard deb...

2bbc3d5860b81e128cd92f865673e10046caac7d authored almost 12 years ago
Optimisation: Use String instead of window.String. Close gh-1176.

Follows-up 22e28b01e60e87b2454f88ca128fb84916b13564.

31478b90128a60585c087bee57d31148677a99cd authored almost 12 years ago
No ticket: move jQuery.expando to core

6d188186d428668b91ddc60be4fb3c230dfec363 authored almost 12 years ago
No ticket: reduce support.js

972de58990ed1c136de700654700ca1efa3de1b1 authored almost 12 years ago
Fix #13505: Yet another detached add patch

6256c614fd36596debbf52ddcc2c9660705b3d8f authored almost 12 years ago
No ticket: Restore support for Android<4.0

2129c233e99a11845bea115b1cf18e19efc66e58 authored almost 12 years ago
Fix #13499: selector with leading ID matching only a name

(cherry picked from commit 5c4ab97a64c162503ac200bc7cea7f3e5725984d)

7d36c0fb6e0e97a2f1af31657104d6cbd5d90b64 authored almost 12 years ago
No ticket: Revise unit tests in anticipation of Sizzle-free builds

59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9 authored almost 12 years ago
No ticket: Reduce size in anticipation of Sizzle-free builds

(cherry picked from commit dbf3056b250bbc279fa947031181f9e25a40bacf)

9338a69e307c0051ef50d6365c5f45872a9d7ef7 authored almost 12 years ago
Fixes typos in core.js and css.js. Closes gh-1175

85ee87b4444e1322f3a5b1a033902b3f9764b1ef authored almost 12 years ago
Updated readme to have more info. Closes gh-1177

710962c8c076c5d87432cca44deb8c74b4a3e993 authored almost 12 years ago
Adds module to jshintrc

a464d75005ea48c5ff6cc9c8f845f8e68cbca179 authored almost 12 years ago
Support node-like module loaders. Closes gh-1103

a128355b25dc31a1312e4e190b9e3caec5f0b95b authored almost 12 years ago