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

Fix #11621, $(document).trigger() must bubble to window.

b6581df5de2083e322dcbede4dce74bacf93af5f authored almost 13 years ago
Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62e

7799f21307c3e7c16c1b99b79b8f9f93f969b440 authored almost 13 years ago
Scalarize [value, easing] before css-expanding; closes gh-750.

afb34fe227d158b3a0bf1a9ac350b6c4da718d80 authored almost 13 years ago
Fix #11738. Remove deprecated .closest(Array) => Array.

56d5c1c3a3b012b159e56acbb655a14abfcc8894 authored almost 13 years ago
Fix #11736. Remove deprecated Deferred.isResolved/isRejected.

c5fda2945c14566900d89b08c4202129e629877f authored almost 13 years ago
Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. If that can be made to pass, it should be added to the default task

fe88534b29594fdd29354f8003745eecab20b40e authored almost 13 years ago
Use a do-while statement to reduce redundant code

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

38fe2deab51f5230fff899950fc35aaac4d6a859 authored almost 13 years ago
Fixes lint issues.

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

b26c34a69ffed321a1e9b506b31224fcaf64b3b0 authored almost 13 years ago
Additional reduction per @Raynos suggestion. Thanks!

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

df254d47e43e6e1652b20a3b338b26f634cd2b2a authored almost 13 years ago
Further reduce historical cruft. Removes the untested and unnec. jQuery.nth()

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

2af3642cd5f968d64c40b83250e00e077b48c086 authored almost 13 years ago
Merge branch 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery into 1.8pre

* 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery:
Remove unnecessary argume...

fbee36be16e155cc1384f34a35b455c2413ea94d authored almost 13 years ago
Remove unnecessary arguments from .nth(). Fixes #11720

Also use postfix increment to make it a little clearer.

4de7b5412e33331ca6f9f8a2d6e5e00dec7299f2 authored almost 13 years ago
grunt.js testswarm task: shorten job name

0add0b30db54ecdc7f64c081d7abcb29ae5a8be4 authored almost 13 years ago
@mikesherov said: no need for an else if!

03e0029761b6fd5789ac5df13cd06fd219a505ab authored almost 13 years ago
Grunt: Fix testswarm username

169b4185bcd34803b4459cb564c04e72bd4ddf1e authored almost 13 years ago
Grunt: Add testswarm task

bd84aad6cdde8cf3ce7842df1febb82fe9816647 authored almost 13 years ago
Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761

- See also: https://github.com/jquery/qunit/blob/master/History.md

443ea98ba03056bc9c5f23c94b49ac5200888be8 authored almost 13 years ago
Simplify jQuery( html, props ), closes gh-765.

95a4a776cffe6dd56f5796e93c0cba0225ee49e4 authored almost 13 years ago
Fixes #11402. domManip now also removes the closing part of HTML comments or CDATA surrounding executed scripts. Unit tests added.

a743be19bd3622071c22e9874c92024bc3f5367a authored almost 13 years ago
Transform $.bindReady into $.ready.promise. It is now possible to use $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added.

e3cf0e220c6cfaac18642f3d4db96698ea601791 authored almost 13 years ago
reduce complexity of ready further, and try manipulating DOM to make sure we're really ready

714b8ffd2b28af446fea8f25e369597d7c509cb4 authored almost 13 years ago
remove jQuery.quickReady, save bytes, style nits in tests

f925c7a1c93afd7eae1edcf540e9d4374b2aa27b authored almost 13 years ago
-8 bytes

bab6f5355cf8a02e1789d27d62defd78a7cdb1f4 authored almost 13 years ago
Fixes the parameters given to load callback when the request errors.

9cb1ab436d0a791518ebe7b401fd169c39a356d9 authored almost 13 years ago
Adds unit test to show order of parameters in the load callback are off for errors since the rewrite (this test works in master).

d3e034f6c7b086ae772bf22d37f849a2d0ab5194 authored almost 13 years ago
Makes test message more meaningful.

ae6b14abaffd5f9f3560f5448fe0fcc20db26bb5 authored almost 13 years ago
jQuery.fn.load optimization

95291b44e64d86b05fceecb7e08b5d444cbbdb85 authored almost 13 years ago
jQuery.ajaxSetup() data is merged with params. Fixes #10524

6bed348a007f8467dfc09cf63a1783bce673c3f4 authored almost 13 years ago
Gandalf the Grey says you shall not leak globals, even in the depths of Unit Tests. So fly, you fools!

dc3c983be094ee5c90d992c89b3a805feb6c4e26 authored almost 13 years ago
Gains 1 more byte min/gz and reminds that isResolved and isRejected are deprecated in the comments.

a1e3122706de7c4a71cbeaff83e47c2e24f686d2 authored almost 13 years ago
Merge branch '1.8-deferred-optimize2' of git://github.com/gibson042/jquery into PR754

13f4f5adc25543b8c243555fa5a9eb9682088168 authored almost 13 years ago
Simplifies the way the internal memory storage is handled.

5fc8d9e454a7abdf77a7de14aac7a94af276709f authored almost 13 years ago
Opera announced they will start supporting the -webkit- prefix for a selected set of css properties. Let's put the inspection of -webkit- prefix properties as the last one in case this propagates to the style object and/or other browsers (the cssPrefixes array is inspected from right to left).

6ad53c33d8fb4fa2f8adeef3d756875e4832f8a4 authored almost 13 years ago
Update dimensions unit tests from changes in #11604

6fbb4b4339a6ae51423d9600ef3517b594bec523 authored almost 13 years ago
code compression

a25721a2cdf9e6cc105993ce70a0a2b8cef30dd8 authored almost 13 years ago
Trims down deferred.js. The gist of it is from the magnificent @gibson042, I just added some minor touches.

6e066a4db72ff6b0d12dd8a43faec0a80e4a1fed authored almost 13 years ago
Callbacks.add now accepts array-like objects (like Arguments). Now uses the slice method of the args array in fireWith rather than a quite slow jQuery.merge.

87c83b04589e91a96adcfce788c6207295f83a5b authored almost 13 years ago
Add resource by @mikesherov to gruntfile

8cc217eac3c49515b8aff591a9a5a7e304f6e597 authored almost 13 years ago
Use real declaration since that helps gzip: thanks @gibson042.

42dbc86573a1172157def6fc417f33b69d00c2a5 authored almost 13 years ago
Regression: makes sure that all instances of a callback are removed. Unit test added.

245f5a244e024cb99ac84be86f86b88654a909c9 authored almost 13 years ago
How about we save 62 bytes? Also ensure that the arguments array given to fireWith is copied internally.

97210d4e700aba1b67ac3652303bb685d129aced authored almost 13 years ago
Since we can pass an object to jQuery.Callbacks now, let's name it options to be consistent with the rest of the code.

f30744354f9dd0966b728ea48576612c4354a64b authored almost 13 years ago
Adds a unit test to control options are being copied by jQuery.Callbacks internally.

d17a7f04d45bc95e95eeeb97d87fb86aac5c2508 authored almost 13 years ago
Uses a copy of the flags when they are given as an object rather than the object itself. That way, we're sure flags are immutable for the entire lifetime of the Callbacks instance.

ad329384ff7ef449db12ca30650f6637a7fc17f7 authored almost 13 years ago
Fix #10067. Create jQuery.quickReady; closes gh-736.

Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes ba...

54fab3174c7844959b374e98b453c048b60de0d0 authored almost 13 years ago
Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042

58ed62ed12cb48d9224f699e86e197804ca5ece4 authored almost 13 years ago
Prevents tests for replaceInData to take place if replaceInUrl is already true.

8ad22a2b152f55b12385b126305383e2c5ba1994 authored almost 13 years ago
Merge branch '1.8-jsonp-optimize' of git://github.com/gibson042/jquery into pr749

8e7aaa7fd0784d1afab2e5fe7a8d347d5f3af4db authored almost 13 years ago
Fixes a minor spacing issue.

78583d0cd90bf1031c1846e5f728a2adb37949ff authored almost 13 years ago
remove redundant condition

180a997da5fffa619a468eec2f391cdd75aa06dc authored almost 13 years ago
style adherence

2d1247a413f889f711a77a12de63d79dfe14f069 authored almost 13 years ago
refactor jsonp.js for size and clarity

b0ea80e9fd35286c1cd68216c512712dff1f145d authored almost 13 years ago
define curCSS without temp vars to save 10 bytes

d3b61de52084353646e1abee7dc7a76c63237b9b authored almost 13 years ago
Enforce 20s timeout for all unit tests.

df2a22ee6149595b212ef7dca73535a853969f7b authored almost 13 years ago
Fixes #8205. Mitigates memory usage by recycling jsonp callback names the safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added.

8ebb2f4793d2c464888b5f0dba97fb5c9d0c9541 authored almost 13 years ago
Remove unnec. else condition

3e6f94c36046e927121e2b25174f1ecd2e45d65b authored almost 13 years ago
Update grunt version to >=0.3.9

6cf1542a8b823c6bdacf7e6e01dfcb58e9949ff4 authored almost 13 years ago
Initial grunt implementation

1434b5b56756d02190afe552b626823c97b11a49 authored almost 13 years ago
Revert "Closes #741: Remove $("body") case in favor of $(document.body)."

This reverts commit 532ba250a9f6c5b0f51ec53d68aef9fb148e8dd6.

247d824d35e81ec96e1a8913674c97fb45dd40ae authored almost 13 years ago
Remove $("body") case; $(document.body) is 2x faster.

9ebc27db54194c88fa7aed29a8c648c330300ac8 authored almost 13 years ago
Closes #741: Remove $("body") case in favor of $(document.body).

532ba250a9f6c5b0f51ec53d68aef9fb148e8dd6 authored almost 13 years ago
Fix #8894. Ensure `.appendTo` creates a new set in oldIE.

abd2a07498afa48a4ec3ce0471b9b0b4fc812b55 authored almost 13 years ago
Make test async to please Opera 11.1; supplements #11500

8fadc5ba01bc517ebb07736d5af9a965ed133a39 authored almost 13 years ago
Merge pull request #738 from rwldrn/fix-mangled-indents

Fix mangled indents

46d0a5cfabb674700ee146aeae5a8ff8cd5852c9 authored almost 13 years ago
More indent correction

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

6e0b3e8e73d1c3fe6ec52f492f95dd396ddf2d10 authored almost 13 years ago
Fixes mangled indents.

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

576607de0f00797f503473299d46155b06dba016 authored almost 13 years ago
Update sizzle rev

aabc0d85bb9417542cf04ca68452d751d2dcf515 authored almost 13 years ago
Fix some stragglers

16249f0acd36d44d15a2d676ce932b10a7be06f2 authored almost 13 years ago
Remove Ajax requirement for simple XML tests

Previously, all jQuery tests that wanted an XML
document would make an Ajax request to go throug...

6bc08c2b2f04629114ae7ca79c3c2c54320e4908 authored almost 13 years ago
Amends #10324. Remove object markup fixture; create programmatically

5181ce0f35cf941ae2d7f5da2cf98ebcc638daff authored almost 13 years ago
Followup on #10324. Eliminate duplicate name attribute.

0f827c800be0a386e9014f1c77d0a58102f23f67 authored almost 13 years ago
Fix #11500. Allow triggered, simulated change events.

2f1ddd450752b5ba2efadb3fdd7b9b13b67e851e authored almost 13 years ago
Fix #10324. IE9 fumbles the innerHTML on object elements.

62a4c8450367a8f1ef3a6ae3c5c08c7a025113c2 authored almost 13 years ago
Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().

See discussion on pull request: https://github.com/jquery/jquery/pull/724

0e2642d2165ab61f0b141c385cb6b7becdb35401 authored almost 13 years ago
Merge pull request #730 from datag/patch-1

Typo for header in function access()

376e0d9fa8ff4e9ca0b77a6f0d0b268ac7faa87e authored almost 13 years ago
Fix 11004. getWH() box-sizing:border-box includes padding and border.

d7217cc29c24f582198ce2df7db54a55625e8259 authored almost 13 years ago
Fixed/adjusted source comment of function access()

fccfeefb1036ac70f565c2f54b55a14fca528d57 authored almost 13 years ago
Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.

5376a809c0d2bee4b7872847c2821e458dfdcc3b authored almost 13 years ago
Fix #10996, simplify offset code by forsaking ancient browsers.

77536f5cb2ab042ac8be40ba59f36d8f3bd7e4d1 authored almost 13 years ago
Speed up .css() by eliminating the middleman.

91a6d9dafc402e78b76d1ea41d70480b42dfde60 authored almost 13 years ago
Fix #11543: .has should work on detached elements.

590bcab245d969dffc3c61b7679ab4d1a9a26ebd authored almost 13 years ago
Fixes #11338, .replaceWith should work on detached nodes.

c04bfce556616a60cecf0ecaf9cb1f9d048a4747 authored almost 13 years ago
Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE.

4cd57d727a075617c8db30dcf69542f66add63fe authored almost 13 years ago
Fix #8653, .param() undefined/null values become empty strings

36d2d9ae937f626d98319ed850905e8d1cbfd078 authored almost 13 years ago
Followup to #11469; add test case and clarify code.

fdf37de77882204cafeba2f10fb5b9915b6e4b93 authored almost 13 years ago
Remove moot second argument from `slice.call()`

The zeroes were added to fix http://bugs.jquery.com/ticket/4942 but those browsers are no longer...

d5ee856a44eff3f07162cf7eb1181b58d3a1c6ff authored almost 13 years ago
Fix #11325: smaller/stronger domManip/buildFragment/clean

22ad8723ce07569a9b039c7901f29e86ad14523c authored almost 13 years ago
Updating year to 2012.

7c814f4837d48e02684c6dfb2fa74cf2d0667ac2 authored almost 13 years ago
Use multiply rather than divide for speed.

da70ca6b9629b821d9b0a7e11dee61a5d972f06b authored almost 13 years ago
Fix #11439. Remove use of undefined jQuery.support.parentNode.

077fd7ed6f7c330a957b9c58b805e6cc3f48be82 authored almost 13 years ago
Fix #11435. Remove obsolete test code.

dc337f628c0d2a4f6d691851eb95a622599e38b2 authored almost 13 years ago
Fix #8545. Plug event handling memory leak in oldIE.

203a168980ece60213c87a10ac0ad294783d5563 authored almost 13 years ago
Merge branch '1.8/#11011/Callbacks' into 1.8pre

41056ab1957b44bf5be2184f5c566121a985b38a authored almost 13 years ago
Merge branch '1.8/#11010/Deferred' into 1.8pre

03c5836fa1832e55971dc1d66b461651952009dc authored almost 13 years ago
For much improved consistency, jqXHR.abort() sets a default statusText of 'canceled' right until after beforeSend has been called (in which case it reverts to the default of 'abort'): now all early aborts have a statusText of 'canceled'.

914df9cb42219200a0286d15e0f45a9994b8ab3d authored almost 13 years ago
$.ajax now always returns an object implementing the Promise interface. Fixes #10944. Unit tests amended.

For back-compat, in case of an early abort, callbacks passed in the options are not called (while...

395612bb152660226b93f7f096cd0146fc06991e authored almost 13 years ago
Makes Deferred implementation truly Promise/A compliant. Unit tests amended. Actually few changes required in jQuery's own source and we gained 8 bytes minified gzipped \o/.

a41f2406748e3113751ab1e5b5d990d9144123fc authored almost 13 years ago
Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit tests added.

7fa0da08b88534e486ddb7eb3752ef76467fb7dd authored almost 13 years ago
Update Sizzle and add test for sizzle getText fix. Removes usage of innerText. Fixes #11153.

a29d482894a844724f4386f2fed0edf9cf70c069 authored almost 13 years ago
Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324

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

2795a8390c1986200bf4e00158dbf3ad2da8d898 authored almost 13 years ago