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

Attributes: revert returning null for non-elements

7632b7454b8a918b5eb9ade199a6a842eae98571 authored almost 10 years ago by Timmy Willison <[email protected]>
Attributes: fix failing test for new return value

5dc4616ca0fdbf2a80890bd9b236e796b84db8c1 authored almost 10 years ago by Timmy Willison <[email protected]>
Attributes: return null when attribute does not exist

Fixes gh-2118
Close gh-2129

aaeed53e9f1e299975cb6f697c8038ec3a83fa4d authored almost 10 years ago by Winston Howes <[email protected]>
Data: restore explicit data removal of private data in cleanData.

Fixes gh-2127
Closes gh-2132

332fd941b4ae80e8ca5e5a20aca91806038f4816 authored almost 10 years ago by Rick Waldron <[email protected]>
CSS: Support relative adjustment in any applicable unit

Fixes gh-1711
Closes gh-2011

9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17 authored almost 10 years ago by Mr21 <[email protected]>
Build: remove deprecated JSHint options

JSHint no longer supports `onevar`, `smarttabs` or `trailing` options.

Closes gh-2029

34da7d552982d8ab7b18c2ceca9786d5023930f6 authored almost 10 years ago by Stephen Edgar <[email protected]>
Event: correct support comment

See discussion in
https://github.com/jquery/jquery/commit/a5e1c9b44c971fd7046d9a95bd0810e50840b663

361a0d5150a1c57b1857611cde1b05bd0ef21a50 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Data: updates to element[expando] cache

- removes descriptor allocation
- restore simplified cache creation
- adds early return fr...

222ac3ad6bd40ef4dfb4e4c60bac4b751d907e2a authored almost 10 years ago by Rick Waldron <[email protected]>
Data: move element cache to element[expando]

- avoid explicit data.discard() cleanup calls
- explicitly remove the data.events property, only...

d702b7637a61e1973e08c27b8d8de2ed24a543e2 authored almost 10 years ago by Rick Waldron <[email protected]>
Data: avoid Object.defineProperties for nodes

Closes gh-1668
Fixes gh-1728
Ref gh-1734
Ref gh-1428

95fb798980d7e404c413e29e20016db9052e2bf2 authored almost 10 years ago by Jason Bedard <[email protected]>
Core: change jQuery.each and jQuery#each signatures

Fixes gh-2090
Closes gh-2097

2380028ec4a6a77401b867a51de26a3cb8e8d311 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Ajax: remove use of jQuery#each second argument

Ref gh-2090

a4715f4216ace92fba6991106053415e66289686 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Tests: make top of the HTML suite compliant with style guide

See http://contribute.jquery.org/style-guide/html/

Closes gh-2098

8356281bed643bb3d56ad02f52580a0e20dc0237 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Ajax: remove deprecated extensions from ajax promise

Fixes gh-2084
Closes gh-2092

9d1b989f20b550af3590691723b0620f6914626e authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Build: fix broken assertions caused by QUnit update

QUnit update broke couple traversing and manipulation tests, since new qunit
added another form ...

8b6aeae52d4c53a53468678ccd45e9dda9665004 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Ajax: replace "jqXHR.complete" callback with "always"

Since it was deprecated since 1.8.

Also add additional comments which explains tricky
behaviour...

97ef1f2612a9c5bd453d34146fdfd552cf9cee67 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Ajax: make jQuery#load "type" field explicit

* Move "evalScript.php" file to appropriate place

* Make jQuery#load "type" field explicit and ...

4ef120d3f2578fe3d52eb6c0d0641df945991391 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Ajax: simplify one ajax call and add explanatory comment

* Remove "async = true" from script transport since it was needed
for FF < 4 and old Opera whi...

0ac28ed293681cb8f2e9fdd11efa0021da039c84 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Core: simplify "each" stylesheet iteration test

Closes gh-2089

fcb6c4d1d6552c7e54df16a36b171858bdf0553f authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Build: Update QUnit to latest (1.17.1)

Closes gh-2038

2d5c5d213f09fa0205d07a2d60a36581058cc40a authored almost 10 years ago by Jörn Zaefferer <[email protected]>
Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0

Android 2.3 resize the iframe by its content meaning it's not possible
to scroll the iframe only...

0c466438d1feaec302fec13eafeeb063bbfd6a19 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Manipulation: don't auto-insert tbody

Fixes gh-1835
Closes gh-2021

e984d1c79cc476062818e03df04a366baa13d197 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Manipulation: simplify html wrappers

Take advantage of html serialization for html wrappers - saves 26 bytes
Plus add additional test...

0ea342a6a6dce793c1b0f14f051c2573f40f4e44 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
CSS: save 20 bytes in css/support

Refs gh-1842

45ec73f55618cd080867a98b42b9ab80409cab2e authored almost 10 years ago by Michał Gołębiowski <[email protected]>
CSS: Fix the pixelMarginRight support test in Android 2.3

cdfc2d092afad5a3e5b3978b04b402a1ee9dce79 authored almost 10 years ago by Michał Gołębiowski <[email protected]>
CSS: Restore the hack to get pixels for .css('width') etc.

This hack turns out to be needed by Android 4.0-4.3.

Add a support test so that the hack is inv...

3747cc642a48d2a5a8ac83069f66bddd33bea301 authored almost 10 years ago by Michał Gołębiowski <[email protected]>
Release: push dist to same remote as project

1ba45fcc15c894cad591d93cbb88010df5f235fe authored almost 10 years ago by Timmy Willison <[email protected]>
Release: remove sourcemap comment from all copies of minified file

Fixes gh-1707

a76c7812366e7e45ea29969db72d90261ef87af5 authored almost 10 years ago by Timmy Willison <[email protected]>
Release: fix CDN archive creation

Fixes gh-1940

e0673dfedb9ad07d8e68f28a54453b975c412c33 authored almost 10 years ago by Timmy Willison <[email protected]>
Release: dist can be run during a test

aae998b5449f35dc71e87e360aee5bd0022e7c8e authored almost 10 years ago by Timmy Willison <[email protected]>
Release: bower.json is actually generated from scratch

61224f5fef4336cd47cb26be74f9758096f7f956 authored almost 10 years ago by Timmy Willison <[email protected]>
Release: Distribute files to distribution repo

Fixes gh-1869
Fixes gh-1673
Fixes gh-2045

26eca143c2dd857b9e3d1c446a467fed16e903d2 authored almost 10 years ago by Timmy Willison <[email protected]>
Data: Use a PDF object instead of a Java applet for acceptData testing

This should fix "Java out of date" errors on BrowserStack.

Fixes gh-1938
Closes gh-2028

087d280ad1160de53a45ea96184911194f7b46e0 authored almost 10 years ago by Michał Gołębiowski <[email protected]>
Build: Speed up the Travis build

Run Travis tests on a container infrastructure to make it start faster.

See http://docs.travis-...

31f4f8e3f30e67e677a2aa167b9e894d46d5b81e authored almost 10 years ago by Michał Gołębiowski <[email protected]>
Manipulation: increase delay of data-URI test

For Safar7/Opera - shot in the dark, can't reproduce this locally

Fixes gh-1993
(cherry-picked ...

4fae91141c04dffb5094b5961eb5d7b2a1f3f423 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Event: Add a note about a mouseenter bug in Chrome

Refs https://code.google.com/p/chromium/issues/detail?id=333868

a5e1c9b44c971fd7046d9a95bd0810e50840b663 authored almost 10 years ago by Michał Gołębiowski <[email protected]>
Release: update AUTHORS.txt

e905dcd8f33e99275e29b0333e7b255559197c81 authored almost 10 years ago by Timmy Willison <[email protected]>
Core: Return empty array instead of null for parseHTML("")

Fixes gh-1997
Close gh-1998

4116914dcac32868c2c822366785e3dd2ccc69d4 authored almost 10 years ago by Timo Tijhof <[email protected]>
Event: HTML5 drop events inherit from MouseEvent

Fixes gh-2009
Ref gh-1925

d7e5fcee519e5f3e840beef9e67a536e75133df9 authored almost 10 years ago by Dave Methvin <[email protected]>
Offset: simplify jQuery#offsetParent method

* It seems, check for html element (and previously for body element)
was redundant

* Simplify...

74ae5444832b2fb966768a97281d2ad8c088bc58 authored almost 10 years ago by Oleg Gaidarenko <[email protected]>
Manipulation: add support to tag-hyphenated elements

Fixes #1987
Closes gh-1988

85ffc6d973865a031ded170934e0acfc2e97cb11 authored almost 10 years ago by Leonardo Braga <[email protected]>
Core: add support to tag-hyphenated elements

Ref #1987

534f13025aeb59a7d5893ce62efafa0b066a4934 authored almost 10 years ago by Leonardo Braga <[email protected]>
Build: Sanctify the component name status of Wrap

a4133ffafa6ac43b3aa22bc4edb4444b09f5250c authored almost 10 years ago by Dave Methvin <[email protected]>
Core: Remove deprecated context and selector properties

Fixes gh-1908
Closes gh-2000

0ea8c32863af31fb5cfc184e8d513bbae35583e8 authored almost 10 years ago by Dave Methvin <[email protected]>
Ajax: $.post and $.get can now take an options object

Fixes gh-1986
Closes gh-1995

89ce0af2cf7f001647e74fc1de92ce94a51fd5c2 authored almost 10 years ago by George Mauer <[email protected]>
Build: Rearrange grunt/npm tasks into a build/dist/test pattern

Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f
Closes gh-1980

bb928bde7e7b85357fef3fedd450b04c03e965d7 authored almost 10 years ago by Richard Gibson <[email protected]>
Core: Standardize indexOf comparisons

not present: `< 0`
present: `> -1`
at index: `=== N`

Closes gh-1984

53aa87f3bf4284763405f3eb8affff296e55ba4f authored almost 10 years ago by Richard Gibson <[email protected]>
Callbacks: Reduce size

(cherry picked from commit 18baae2efb36a6c759c0dddac7d25da9c554dff7)

4cbf02df84dbcaa44b75a64ed832f7dbff2231dd authored almost 10 years ago by Richard Gibson <[email protected]>
Callbacks: Don't abort execution on .lock()

Fixes gh-1990
Closes gh-1991

(cherry picked from commit fc7477f4927100f23f83c22b5142a42d1eac8502)

32bf9178cace8c52a31c468a28adde9a4fdc4671 authored almost 10 years ago by Richard Gibson <[email protected]>
Callbacks: No object starts out locked

Fixes gh-1989

(cherry picked from commit f5a8c649b54e8b7fde6253bd56972347f9bbe012)

0d829f0e9a177038580a59d0b5649fab76b8104f authored almost 10 years ago by Richard Gibson <[email protected]>
Build: Specify valid components for commit messages

Closes gh-1909

0c9d018889944da3d60cac135dc38dfcc37ac14a authored almost 10 years ago by Richard Gibson <[email protected]>
Docs: Fix README uppercase

b50e0f2c3651d64d40931a16733b015f56409c63 authored about 10 years ago by Dave Methvin <[email protected]>
Docs: Clarify custom build instructions

Closes gh-1854

a3779bc3254159f5a99e8204e69a0f0b9e191f6f authored about 10 years ago by Dave Methvin <[email protected]>
Release: Remove copying of jquery-latest files

c34ed46eee12c92cb050a53eb62daf9e1258caf9 authored about 10 years ago by Dave Methvin <[email protected]>
Ajax: Fix cross-domain detection test for non-default port

Closes gh-1954

83b038fc81ec12e29dba92ad022e1d5fcf4980bc authored about 10 years ago by Victor Homyakov <[email protected]>
Misc: Mac OS is now OS X, thanks @xfq

Closes gh-1970

d30c482910bf35c5dbaec9c82174d1e6ae8839b5 authored about 10 years ago by Dave Methvin <[email protected]>
Event: Normalize mouse event properties in drag events

DragEvent is a superset of MouseEvent, so we want to fix up mouse
properties like pageX and page...

97cf5280824027c3d4fcdbb4db49c10ad3c62bce authored about 10 years ago by Aditya Raghavan <[email protected]>
Build: Remove dates from copyright notice

Closes gh-1983

66e1b6b8d49812239b5712d65922ff94c60f7b02 authored about 10 years ago by Anne-Gaelle Colom <[email protected]>
README: update the Homebrew site address

Thanks @xfq

Closes gh-1971

b410b15e8da1a8d285f431640ff165e634196115 authored about 10 years ago by Michał Gołębiowski <[email protected]>
Build: Don't assume the browser environment; smoke test on Node w/ jsdom

Fixes gh-1950
Closes gh-1949

76df9e4e389d80bff410a9e5f08b848de1d21a2f authored about 10 years ago by Michał Gołębiowski <[email protected]>
Deferred: Fix $.when with resolved deferred and progress callbacks

Fixes gh-1894
Closes gh-1915

ab20d9d24f0a95df382c02e9ef3dcc4adb86e4f1 authored about 10 years ago by Nicolas HENRY <[email protected]>
Ajax: simplify jQuery.parseXML method

-2 bytes to the gzipped size and code looks a bit nicer

This wasn't landed to the compat branch...

5a0867d1e94794fbfc3be1f18f4c0a168dc18d95 authored about 10 years ago by Shivaji Varma <[email protected]>
Offset: don't run scrollTop/scrollLeft iframe test in mobile Safari

iPhone resize the iframe by its content regardless of the width, height values,
meaning it's not...

4ab8603669e2bbc8644e402927c33ce422d7aaa3 authored about 10 years ago by Oleg Gaidarenko <[email protected]>
CSS: simplify "defaultDisplay" module

Closes gh-1962

c62486fb4cb18fdb7dc5807231c964ed82ee6482 authored about 10 years ago by Oleg Gaidarenko <[email protected]>
Manipulation: make wrapAll funarg execute only once

Fixes gh-1843
Closes gh-1912

359b03cac74d7336676a6992f14b7ccab9b28659 authored about 10 years ago by Oleg Gaidarenko <[email protected]>
Data: shave off a couple of bytes

Closes gh-1931

6f65f5faf2b5831414d4c93d271a59265b41a75b authored about 10 years ago by Mike Sidorov <[email protected]>
Data: speed up $.fn.data() for camel-cased key

Fixes gh-1941
Closes gh-1952

72c4a067a9def9720a997f23615690970894dc9c authored about 10 years ago by Victor Homyakov <[email protected]>
CSS: Add unit tests for negative margins and positioning

Closes gh-1957

1b932bb7867924b98529537f8ccd35db979ae22a authored about 10 years ago by Aditya Raghavan <[email protected]>
Event: fix incorrect window bug with scrollTop/Left in iframes

Fixes gh-1945
Closes gh-1959

d21edb599d8f5f80a3f3ecba5b62311b9cd1a3e6 authored about 10 years ago by Aditya Raghavan <[email protected]>
Build: Sizzle version labels must start with a dash

d6c97abb744bfe8c67ab9158aecdb5bb1c05e47b authored about 10 years ago by Timmy Willison <[email protected]>
Build: update node dependencies

91017047fc85cf634d9c7726901c250708f58731 authored about 10 years ago by Timmy Willison <[email protected]>
Build: account for version labels in Sizzle versions

Fixes gh-1939

78ac753192d5490295a46b60f278c030d958bf6d authored about 10 years ago by Timmy Willison <[email protected]>
Authors: Update AUTHORS.TXT and .mailmap

03557db96c5b9fad22320e94b52b118c89f7b6f9 authored about 10 years ago by Dave Methvin <[email protected]>
Sizzle: update to 2.1.1

7602dc708dc6d9d0ae9982aadb9fa4615a9c49fa authored about 10 years ago by Timmy Willison <[email protected]>
README: various text fixes

Thank you @essamjoubori, @bcbcb, @namlede

Closes gh-1926
Closes gh-1927
Closes gh-1928

31b63fc23674ede657f019783ad7b942bb83f9c3 authored about 10 years ago by Oleg Gaidarenko <[email protected]>
Support: Correct iOS 8 support test results, re-arrange entries

ce308e25e57a0a040cd1ea05f00bf1cc23c1bd8a authored about 10 years ago by Michał Gołębiowski <[email protected]>
Ajax: use anchor tag for parsing urls

Fixes gh-1875
Closes gh-1880

b091fdbafac33123cba329e6bb48b9281323ca38 authored about 10 years ago by Ben Toews <[email protected]>
Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out

Close gh-1505

cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 authored about 10 years ago by Timmy Willison <[email protected]>
Event: Empty namespaces should be uneventfully ignored

Thanks @hamishdickson for the report!

Closes gh-1769

8653068dd6b8a515f5c1d8a0fda4479e9534103e authored about 10 years ago by Dave Methvin <[email protected]>
Core: revert addition of createHTMLDocument. Thanks, Safari 8.

- Safari 8 has issues when the HTML string contains forms.
Closing tags are not respected.

b77983173e18724a883e02ad3a84661e18e6cf4a authored about 10 years ago by Timmy Willison <[email protected]>
Css: Remove non-functional unit test for negative margin

Thanks @MatthewMueller

Closes gh-1474
Ref gh-1918

4ab743188ec6bdaafe8550dab84f374ef7e22aca authored about 10 years ago by Dave Methvin <[email protected]>
Core: pass empty string to createHTMLDocument to appease IE

31c7d7fb7530e1af950b41d13dd956820d5c6908 authored about 10 years ago by Timmy Willison <[email protected]>
Core: remove unnecessary support test for createHTMLDocument

59232825aa87b941dd2418a6860b64017dfec0ae authored about 10 years ago by Timmy Willison <[email protected]>
Build: fix tests in AMD mode

6051609df35ef5e478c79c76534c03e4b46100bf authored about 10 years ago by Timmy Willison <[email protected]>
Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML

Close gh-1505

58c24608210c9a9a264a38746628ebc26823f59b authored about 10 years ago by Frederic Hemberger <[email protected]>
Support: Re-organize browser order, add Safari 8

Most browsers were put in order newest to oldest, Android was
treated differently; this has been...

43faf6d1f922ba44a84c93f4ff2461d208b2bf48 authored about 10 years ago by Michał Gołębiowski <[email protected]>
Core: Simplify and speed up .each

Closes gh-1510

eeda11cdd6a69ec2ef4e9c1ed12b82a79910fda5 authored about 10 years ago by Daniel Husar <[email protected]>
Attributes: Use the option val hook in select val hook and simplify it

The hook is still defined; not using it could cause issues in IE<11.
Also, IE10 no longer throws...

f6302b0b53d61dfe1adbfaf6612be5cbced5bbc1 authored about 10 years ago by Michał Gołębiowski <[email protected]>
Manipulation: improve test for data-URI

Some environments do not support data-uri in "src" attribute of script element.
Mitigate it with...

dd596ccf729b2f39d44b73bc54b53bd41c880146 authored about 10 years ago by Oleg Gaidarenko <[email protected]>
Event: Fully clean up events in unit test

Closes gh-1685

4467ed606ab0a9b28ed495e682576910937fa5e0 authored about 10 years ago by Veaceslav Grimalschi <[email protected]>
Callbacks: Disabling a callback should prevent firing

Thanks to @TheDistantSea for the report!

Fixes gh-1790
Closes gh-1643

bc1cb122db30be034b3da84ee2546c86e2a5268f authored about 10 years ago by Dave Methvin <[email protected]>
Tests: Tilt at a few style guide windmills

Ref 3c13f4c6297566a71102c2362347987f6d6a636e

906caebb3f3bc542904a94846e778aa8d71c0575 authored about 10 years ago by Richard Gibson <[email protected]>
Tests: Accommodate page changes from the QUnit HTML reporter

Ref 6748ba349650353c7bed6eec201a3192f6b2cae1

3c13f4c6297566a71102c2362347987f6d6a636e authored about 10 years ago by Richard Gibson <[email protected]>
Tests: Minor updates for QUnit 1.16 compatibility

More to come later.

(cherry picked from commit f6f8848fbe477fa93fd27ac7f10885dd6e97f633)

26276a307ce2f554b63a05ed8451155f01711c29 authored about 10 years ago by Richard Gibson <[email protected]>
Tests: Update QUnit

6748ba349650353c7bed6eec201a3192f6b2cae1 authored about 10 years ago by Richard Gibson <[email protected]>
Build: Remove empty define({}) from build output

Fixes gh-1768
Closes gh-1569

2c1b556d98da597b0490f204e3561f656987f17c authored about 10 years ago by David Corbacho <[email protected]>
CONTRIBUTING: Condense info and add directions to other resources

Fixes gh-1824

bfd5dab2c6f387dce08e7c153ad0b3854ed971e4 authored about 10 years ago by Dave Methvin <[email protected]>
Event: Copy detail property to jQuery.Event on native events

Fixes gh-1867

d9ed166c865e91ccc8cef1ca282785c500ca2306 authored about 10 years ago by Dave Methvin <[email protected]>
Core: Throw an error on $("#") rather than returning 0-length collection

Closes gh-1682

Thanks @goob for the issue report!

80022c81ce4a07a232afd3c580b0977555a2daec authored about 10 years ago by Dave Methvin <[email protected]>
README: Add selector-native.js link. Thanks @randsonjs!

Closes gh-1715

cfe2eae38df411c0f15cbbf927612bc515063bf5 authored about 10 years ago by Dave Methvin <[email protected]>