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

Remove stop argument in manipulation test, which no longer sets a timeout

b03648c2a3d94a8516d3e15905d1b13bbaed4a2f authored over 13 years ago
Fix #9901, verified by this unit test.

63c9719330668f0165da1390e3aa53d4011aa0c2 authored over 13 years ago
Landing pull request 491. Fix #7322. Make `.is()` with a positional selector work like delegated event logic. Fixes #7322.

More Details:
- https://github.com/jquery/jquery/pull/491
- http://bugs.jquery.com/ticket/7322

70e2e32e0eb03607ad0c8b7752dbd7747da47164 authored over 13 years ago
Update qunit.

2e5522a406de493f85832ed1adb57c0f4ce87a9c authored over 13 years ago
semicolon for jshint happiness

f8b79e38c473291f4d30d2674fd08004876095db authored over 13 years ago
Move filter tests to proper location

0ced30e3190b6fe2714d8f01ebf92d7eb48d424b authored over 13 years ago
Added filtering tests and updating sizzle to fix filtering with positional selectors. Fixes #10315.

11c9de477c5fe005a2487c761c257653aaf97a37 authored over 13 years ago
Landing pull request 512. 1.7 - removeData now takes space separated lists and arrays of keys - Fixes #7323.

More Details:
- https://github.com/jquery/jquery/pull/512
- http://bugs.jquery.com/ticket/7323

9b3768b968bc99d3422355e69e2c7c35bedf681e authored over 13 years ago
Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with removeClass) Combines patches submitted by leeoniya, zertosh and my own tests. Fixes #5479.

More Details:
- https://github.com/jquery/jquery/pull/492
- http://bugs.jquery.com/ticket/5479

ca4133cc3fb4202d08de0d9e9d05e2442be63653 authored over 13 years ago
Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809.

More Details:
- https://github.com/jquery/jquery/pull/477
- http://bugs.jquery.com/ticket/6809

f60213648cefa9b53289ad01a55ead22a15e6ee1 authored over 13 years ago
Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fixes #6485.

More Details:
- https://github.com/jquery/jquery/pull/490
- http://bugs.jquery.com/ticket/6485

9ecdb2472be7661477564e46bce51432d4a5a84e authored over 13 years ago
Landing pull request 331. Add support for registering jQuery as an AMD module. Fixes #7102.

More Details:
- https://github.com/jquery/jquery/pull/331
- http://bugs.jquery.com/ticket/7102

bba3d610c7e3b611fe1eb89178c91106a156a5dc authored over 13 years ago
Landing pull request 503. 1.7 data: set a flag in the private data cache to avoid having to scan attributes multiple times - Fixes #8909.

More Details:
- https://github.com/jquery/jquery/pull/503
- http://bugs.jquery.com/ticket/8909

2831cfd072125a51f454346211666c9e11641474 authored over 13 years ago
Landing pull request 500. 1.7 - "public data" stored as a key on "internal data" - Fixes #8921.

More Details:
- https://github.com/jquery/jquery/pull/500
- http://bugs.jquery.com/ticket/8921

d5f144a7bba98212d6fe9e257f722b62baf651f0 authored over 13 years ago
Landing pull request 496. 1.7 animate: allow named queues to be used by animate. Fixes #9280.

More Details:
- https://github.com/jquery/jquery/pull/496
- http://bugs.jquery.com/ticket/9280

e4c48a34b4fe687d4a3b935b6c405f502dd0223e authored over 13 years ago
Landing pull request 510. Add notes about #9699 fix.

More Details:
- https://github.com/jquery/jquery/pull/510
- http://bugs.jquery.com/ticket/9699

af1dc64bee90960f7898699c3788133177aff3bc authored over 13 years ago
Add sparse array performance improvement for inArray. Thanks rwaldron, rkatic, and jdalton

29c52b0f6caa23403fd2942aa292b84ce1278191 authored over 13 years ago
Fix #9593. Create a new jQuery.Event rather than a plain object when simulate()ing events. Fix a related issue with not passing src to jQuery.Event constructor.

8c91da57b9fbc8ded9854a899e4105530cea1d90 authored over 13 years ago
Update sizzle

e7a7cc8914cc1da17fd6fd14b370532d6f273069 authored over 13 years ago
Update "Fix #6593. Don't trigger `change` event twice when simulating it on IE."

This reverts commit 3d0de29d5615c1b1d74c72e6272484961a4ba243.

4030de9519e91fdc247af3c508a8ede277242c3f authored over 13 years ago
Fix inArray for positive start indices

b7ebbb9142f1f18f887fde6dfbb5fa5fd72dba47 authored over 13 years ago
Revert "Fix #6593. Don't trigger `change` event twice when simulating it on IE." Add inline handler monitor to delegatetest.html so we can see it fail.

This reverts commit e77686495b6e34938575c9c0fe978cb4a0be6f05.

6ece8f138f0c89d72fd597d95aa87304cdbe4d1d authored over 13 years ago
Narrow the invisible-element embargo to focus/blur events.

06e56acb0d6f3d183389d3bcb7dfb54b7ae7c220 authored over 13 years ago
Eliminate global variable "l" (!)

6c618ddb0d1efd980316c7d268c5531419e67ae0 authored over 13 years ago
Call .is(:visible) on the window or document does not thrown an error in IE. Fixes #10267.

76a84fba94e0fd32b1a6612c71ef09dee39f6666 authored over 13 years ago
Improve delegation/change tests to display event firing order and duplicate events.

30249ab572ab26ae3b0d9873d393cd4cb415a9f6 authored over 13 years ago
Check for property support in the boolHook before falling back to attribute node. Fixes #10278.

daeb66504565d3b95dbd6310778def4166044750 authored over 13 years ago
Split out mouse hover/enter/leave tests into a separate file and add several more scenarios.

8ba5010ac2cf7f78fd46aacffda2257ddbe953f1 authored over 13 years ago
Rewrite IE special change/submit to make it faster/shorter. Fixes #6319.

df6e0d508efd3aa2e242e61d810d22d3491e221c authored over 13 years ago
The unload event no longer needs the IE6SP2 fix, see http://bugs.jquery.com/ticket/8982

9038aa958614583f581c2be39267d81bb42f3115 authored over 13 years ago
Clean up the quick selector expression parsing code.

bb1081ee448b4cbdba8f6b1ae98b29a08f9bfff8 authored over 13 years ago
Cosmetic and style cleanups.

2886249e84560b1fbc4e0ab777d703a6a6fdca8d authored over 13 years ago
Fix #9951. Precompute path for `.trigger()` to match up with W3C spec.

ecd10464e8659b008e52161cc029f9d6863e33b3 authored over 13 years ago
Fix the special event handler for mouseover/out events.

And use the /dist version of jquery.js, willya?

0ec71ac707fc3edce6ee67a54da6c779164812f4 authored over 13 years ago
Remove the relatedTarget adjustment for mouseenter/leave events, it's an ambiguous case anyway and it is expensive to do.

38601e07dae4bc4304eb9842faec5396c9eab787 authored over 13 years ago
Remove redundancy in the IE special submit handler.

8a6bbc70d07e78d0ff84f174d0d17c11a743e2c9 authored over 13 years ago
special.handle now must call the handleObj.handler if it wants that to happen. Also re-use the simulate() function for bubbling focusin.

990c094f1ceded54f93631d4ceb2c649a3b171be authored over 13 years ago
Fixes #8858. Pass the .trigger(..., data) to the event.special._default method.

0dc7b16e94ebb6ad27bcf8f12d62efac7d610db5 authored over 13 years ago
Rework #1486 patch to avoid `try/catch` and look for hidden elements by `.offsetWidth`. Unit test currently disabled due to Chrome bug.

9aa553aa18e79989dfa002ae5a295f626951bdf5 authored over 13 years ago
Rework the special events interface to add handle and trigger hooks. Modify IE change/submit special events to take advantage of them. Rewrite mouseover/enter code as special events rather than inline code. In the event unit test, set a tabindex on the div element and focus it first to justify a legitimate blur event.

6a670df9e9b9e5cd278b390a2e99ac179307a4e9 authored over 13 years ago
Clean up the delegate matching logic.

68d07bf648c55c39aeb5b3abc634c58087b19fd8 authored over 13 years ago
Fix #6170. Don't try to run DOM methods on `window`.

6872d31f5a7d6162161b61bfd35ad0e8aa545395 authored over 13 years ago
Fix some messy rebasing issues.

0ccb88d48da3d3b7f1cc7369d948ffd5902c553e authored over 13 years ago
Make a `blur` event bubble properly when mutated into a `focusout` event.

66e9a6f77365fb4f682164cf1df5283fccf322d1 authored over 13 years ago
Fixes for IE8. Avoid killer recursion in special events during removal. Use q instead of quote in unit tests.

005958b7313323911825b343178cdc5084e1796f authored over 13 years ago
Fix #6593. Don't trigger `change` event twice when simulating it on IE.

619a89d5ff6f5bcf678bdb88c3b47dea96b06ea7 authored over 13 years ago
Fix simulate() arg order.

bd55f905a0e53c58ae4c3db8cb17c7db25d58459 authored over 13 years ago
Add unit tests for quickIs cases and fix the regexp as a result.

d74c6bd0f40f315ee12b411a8a5766596095d439 authored over 13 years ago
Cleanup for on/off unit test.

f3a9d308125b181a589cf1fb92c21f1572bb5176 authored over 13 years ago
Animation state is tracked on toggled/stopped animations using the private data cache. Fixes #8685. See full commit message for more. Fixes #6641.

- Example: http://jsfiddle.net/timmywil/gqZL5/24/

- http://bugs.jquery.com/ticket/8685

- Check...

1878885fb7a09b65d95980a9b7dce2df2944e4f9 authored over 13 years ago
Remove unnecessary commented code

28c2330665750134979144dba6d956b441cb7f02 authored over 13 years ago
jQuery 1.7 event work:

Add .on() and .off() methods.
Write existing methods in terms of on/off.
Rewrite delegated handli...

5d6a1424aa182bfe25897a217550c2e585e3ed0b authored over 13 years ago
Allow second argument to be passed to array.indexOf. Fixes #9453.

2e0c9bfd364d990051fc3de94d7abd4194b6ce7d authored over 13 years ago
Updating the source version to 1.7pre

269899a50646e9c1a4f58f1fe91a8a7262fd77e7 authored over 13 years ago
Removing topic.js as it will be a plugin

25205d3f90f1bda06e7ca95c2aa8c43e535badb4 authored over 13 years ago
$.Callbacks, $.Topic and notify/progress on $.Deferred.

4092e3d2754e3847cd3159edb23184d4cfd4cf03 authored over 13 years ago
Pre-compute delegated event path and handlers to comply with http://www.w3.org/TR/DOM-Level-3-Events/#event-flow

03f99ff995ff2c55f995f08cde93b08e25f19f4c authored over 13 years ago
Fix bad calls to .undelegate().

Remove two tests that assume "live" data structure.

8b4bd89addd2bab64656f699ee003aea03987c63 authored over 13 years ago
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178.

Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.

92405d4f5ffe9ec1f26f280303783014948438c5 authored over 13 years ago
Landing pull request 511. Adding a little Makefile jQuery sizing utility to easily see differences in size between makes. Fixes #10308.

More Details:
- https://github.com/jquery/jquery/pull/511

61277d2864b00c5206d0fdcefc67f7497663a012 authored over 13 years ago
Fixes typo

bc65f930b557b42a50f20adee4933a1ed3409f67 authored over 13 years ago
Add notes about #9699 fix

6174612daad811a89915d03017bd4869970e60da authored over 13 years ago
Removes whitespace junk

7856230f67f65f000bd9e16a1cc08233fb79abf4 authored over 13 years ago
Updating the source version to 1.6.5pre

8f447576c918e3004ea479c278c11677920dc41a authored over 13 years ago
Tagging the 1.6.4 release.

f567a7fcfc9bd963142e6bb4fcf7923cacb582f1 authored over 13 years ago
Updating the source version to 1.6.4pre

f0c8e4bd46e8b763becdb2018f4c69fea9530c26 authored over 13 years ago
Tagging the 1.6.4rc1 release.

215d096310663e2df302e0b13e82216a3ddde920 authored over 13 years ago
Merge pull request #489 from dmethvin/fix-10208-button-type

Fix #10208. Check for `button` as well as `input`

69585ba3c7f4f49b6370f63963b7317698ead861 authored over 13 years ago
Fix #10208. Check for `button` as well as `input` when performing the #7071 VML crash workaround for IE special-events submit code.

81c778b2cad268a6208544ae32d2ad5b023051a0 authored over 13 years ago
Bug in rmultidash. Fixes #10194

8e8fa6dc1ad514b0fa20e41faddcb85693d0408a authored over 13 years ago
Reverts broken support string. Fixes #10197

4bc691a1c3a67aefb867e868d5577155571fb659 authored over 13 years ago
Merge branch 'master' of github.com:dmethvin/jquery

Conflicts:
version.txt

5e2ec36737e5cb7dd432e035ee8d600ddc61d895 authored over 13 years ago
Updating the source version to 1.7pre.

c2531e26d68df80a1544c99661c9653fc77ee6f7 authored over 13 years ago
Tagging the 1.6.3 release.

5e547826e19302e0e7c9b3f6e85cb59266925f1f authored over 13 years ago
Landing pull request 478. Apply fixes as noted by Diego Perini, David Murdoch & Mathias Bynens. Supplements #9634 Fixes #9634.

More Details:
- https://github.com/jquery/jquery/pull/478
- http://bugs.jquery.com...

a42273807d2b1b1ff1362c1b9fc4cb48f65fda11 authored over 13 years ago
Updating the source version to 1.6.3pre

f035c4455fa52f6e2962e40c280ca8b8cecdce1f authored over 13 years ago
Merge branch 'master' of github.com:jquery/jquery

d284b36b88b616aefc5c1645035eba4c492c2e9b authored over 13 years ago
Updating the source version to 1.6.3

20a1bd00eaae42dc729ef8f8224cceffc67ee90a authored over 13 years ago
Tagging the 1.6.3rc1 release.

2fc6205fc7b9a6cfa0dd85f5ba24bc0953366e82 authored over 13 years ago
Considers Safari XMLHttpRequest's bug when testing for custom status text. Will have to be revisited when $.browser.chrome is introduced.

f37fc9966e40b73dd4018872343b4b4ea36c4d46 authored over 13 years ago
Landing pull request 476. Fix lint complaints about unescaped -. Follow up to #10021 Fixes #10021.

More Details:
- https://github.com/jquery/jquery/pull/476
- http://bugs.jquery.com/ticket/10021

3589a53de98c63a528855755492875318ed0136c authored over 13 years ago
Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"

This reverts commit dd93d0eb32dc638ff3319792a885acd6d3c25c30.

2a045f8269de9ef936bfaa2efbf71b9962385cf8 authored over 13 years ago
Revert "Updated version numbers; Fixes #9385"

This reverts commit 09fe3ea265d730cc5e2dd2705d5a60ffd382d166.

e2187f49637c62d9b72ec852c9213a20778e63d3 authored over 13 years ago
Revert back to always setting the attribute to empty string before removal. Fixes #9699.

d723942b274e3e48dac82ebde11906a4cb349415 authored over 13 years ago
Merge pull request #445 from rwldrn/9897

Fixes #9897. Wrap obj.constructor test in try/catch to avoid problems with host objects. Thanks ...

e57057739bf0b272113b4b7aa0f3efa369d3fd69 authored over 13 years ago
Merge pull request #464 from dmethvin/fix-10021-relative-negative-values

Fixes #10021. Allow negative relative values for `.css()`

3ba72f991dccbae6020c23d6f7a65435f4ca6f03 authored over 13 years ago
Merge pull request #465 from anton-ryzhov/master

Fixes #10076. $.inArray crashes IE6 and Chrome if second argument is `null` or `undefined` (Than...

a839af034db2bd934e4d4fa6758a3fed8de74174 authored over 13 years ago
Merge pull request #468 from rwldrn/10080

Fixes #10080. Test cache for window inference.

f4811bfb04206b9d9c120001603eadb1b529c271 authored over 13 years ago
Merge pull request #473 from dmethvin/fix-10098-faux-comment

Fixes #10098. Avoid a slashy-starry char sequence to prevent T-Mobile (and other brain-damaged) ...

979dd1cb421a6880463f98842353461a0f1fae6e authored over 13 years ago
Merge pull request #474 from dmethvin/fix-9521-xss-hash

Fixes #9521. Prioritize #id over <tag> to avoid XSS via location.hash.

db9e023e62c1ff5d8f21ed9868ab6878da2005e9 authored over 13 years ago
Use jdalton's shorter sequence for the chars.

8cabdcd1225a6418d8325209c07e43d2c92633c6 authored over 13 years ago
Use a semantic name for the variable.

9b174520cce97a0cb9835b0e0b7d40be0f828212 authored over 13 years ago
Prioritize #id over <tag> to avoid XSS via location.hash (#9521)

749dbad981f040bd65cbb50c10e9aa6e44bd26ff authored over 13 years ago
Fixes #10098. Avoid a slashy-starry char sequence in literal strings to evade faulty script compressors.

771e637a5193c63bd18f6edae8af3787a46f003e authored over 13 years ago
Revert "Landing pull request 461. Adds a due diligence check for pre-defined data-* attrs during removal. Fixes #10026."

This reverts commit 6805fc2cd20e36af5c1b0c51f6f39f21cea4609a.

A more cache-friendly solution is...

84f29084d6ac8077ce5dcb4dd94d43aaeed18fb0 authored over 13 years ago
Landing pull request 461. Adds a due diligence check for pre-defined data-* attrs during removal. Fixes #10026.

More Details:
- https://github.com/jquery/jquery/pull/461
- http://bugs.jquery.com/ticket/10026

6805fc2cd20e36af5c1b0c51f6f39f21cea4609a authored over 13 years ago
Test for window inference. Fixes #10080

93beee8ac0c035285ffab63a5c08cf1ac9cf2b2f authored over 13 years ago
Ensure cache[id] exists before attempting to delete it. Fixes #10080

f44d5e1e815ce63b58264b2f9a764c0b03101cfc authored over 13 years ago
Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix because Microsoft didn't. A Fixes #9572.

More Details:
- https://github.com/jquery/jquery/pull/463
- http://bugs.jquery.com/ticket/9572

1a738cb72fa9f8b7280f15586a68ef9377b18976 authored over 13 years ago
Landing pull request 459. Do not allow assumed cache[id] in jQuery.data. Fixes #8235.

More Details:
- https://github.com/jquery/jquery/pull/459
- http://bugs.jquery.com/ticket/8235

130a29e78666def3b477056978406ea2fbcdad2b authored over 13 years ago