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

No global vars allowed. Declare 'body' in support.

fb94277b6ee460c88df470f7bc9b64b4b3af2c9e authored about 13 years ago
Update version.

d459bd40d03892b32c3b58a6c3f0bd4f44a08763 authored about 13 years ago
Updating the source version to 1.7.1pre

60e247943649cf8f2bad537e49cb22a7badb31cf authored about 13 years ago
Tagging the 1.7.1rc1 release.

8485e420dfcb0bba67d3e437b3f3722a9c90165b authored about 13 years ago
Landing pull request 604. Updates bind to on in src/ajax.js. Fixes #10817.

More Details:
- https://github.com/jquery/jquery/pull/604
- http://bugs.jquery.com/ticket/10817

327bc07c54526979527f9622c99efdcc8c715f7a authored about 13 years ago
Remove the invisible body in support; Add temporary tests to verify correct support completions for upcoming support changes.

3d6237ef8aff8a31ace3e956e2700aa11e3da752 authored about 13 years ago
Use .wrapAll to wrap both text nodes in #10812 so IE9 likey.

0de484d48338eda67c4e70e41654eb6593705dfc authored about 13 years ago
Fix #10812, let .before() and .after() work on empty collections.

dd845a2c0f63f97e74e4d490ee66e12e0bf180c5 authored about 13 years ago
Fix error in test suite from testElementCrash.html; did not have callbacks.js

7c2d6c8cd87ce62210ca9f72bf132d4b1a797940 authored about 13 years ago
Fix #10791. SVG clamors for special treatment of its class names.

780c59b89d3b7fb9bcc480aa3173693a9d633853 authored about 13 years ago
Fix #10798. Don't re-bubble trigger()ed events in IE.

Since .trigger() already bubbles the event, we don't have to work around the non-bubbling IE eve...

80797f5805c335a818bda4237642fc4935bd77f6 authored about 13 years ago
Allow mapped types to be removed by a namespace-only type name.

ca8fc725ac8f590fff965e70c270c53ab0a6c0f3 authored over 13 years ago
Fix #10794. .triggerHandler() should not .preventDefault().

This also provides a resolution for #10699.

6736dd7168ccd1e6d72aca2e3c89d685c5d9c63a authored over 13 years ago
Microoptimization in jQuery.attr and remove the redundancy of return undefined

20cbf1b123c9d54029b7d5f6fef2343793f274c2 authored over 13 years ago
Landing pull request 600. Remove jQuery.trim() to restore perf. Supplements #10773.

More Details:
- https://github.com/jquery/jquery/pull/600
- http://bugs.jquery.com/ticket/10773

a8460d24e0fd9cae3c9091bd9adef645804dc935 authored over 13 years ago
Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687.

More Details:
- https://github.com/jquery/jquery/pull/586
- http://bugs.jquery.com/ticket/10687

8bc60bab5dd9747e7ae06c3fdb0c60782d346ff0 authored over 13 years ago
Ensuring that nulls in private data object won't cause errors on stop() - Fixes #10750

499d7e409c4f4d4ed255148e59552763cccf4260 authored over 13 years ago
Fix #10773. Improve parameter handling in removeAttr.

a467aa0a779b8741581cc2ab1fcd914f5718f5c8 authored over 13 years ago
Pre-focus the element so the browser won't fire focus while we're faking it.

At this point the unit test is only testing our ability to fake-fire focusin the right way. Thes...

fa96f4bdeedd5b134ea1923e1147b4282fa4d6fa authored over 13 years ago
Disable DOM focusin test since it can't really work in the swarm.

d2815ed750bc0dce51f065fde039312becfdb3ac authored over 13 years ago
Catch more cases where special events were incorrectly removed.

We can't take the blow-it-all-away shortcut because something in the middle of the list may be a...

683be093a675d2b8b65d5a33c3416cbe99a71967 authored over 13 years ago
use for loop instead of jQuery.each in getWH()

e0a4aa415d988b21c5b666a20ab00823673ffc3d authored over 13 years ago
Avoid collateral damage when removing bindType/delegateType special events.

774eba33881093efa592d350a831ca1a812428a8 authored over 13 years ago
Ensure the hover event doesn't match hovercraft. Witchcraft, maybe.

5ba7f60822f05d1b5681c938e7ba3479c0f31142 authored over 13 years ago
Move clearing the support vars to before the offset doc ready call in case the offset tests are run synchronously. Fixes #10737.

- Adding a test for this would probably slow the manipulation tests significantly, but it's simp...

d5897098510faba7f1c14fdd0ad961add42fb5c1 authored over 13 years ago
The special.handle hook is for origType, not the mapped type.

e977a85b87a7712215209e8481e51eda98058ab9 authored over 13 years ago
Fix #10705. Don't bail too soon in `.off()` event string processing.

dd363d2c0f8d5eb03fe7beccff44a4a35887caa0 authored over 13 years ago
Removing .unbind in favor of .off in jQuery.ready

654930de210a3d6730fcb10ca0e0423b7d0a133b authored over 13 years ago
Fix #10712. Deal with focus/blur morphing to focusin/focusout.

39f9b846e722600aece0a5428e38e9b12217395e authored over 13 years ago
Fix #10717, .trigger("load") on images can't bubble to window.

This means no manually triggered event named "load" can bubble, so avoid that name for delegated...

45101de6962186a21bc557d1c55ec4844dfb241e authored over 13 years ago
Have Deferred.always return the object onto which it is currently attached to enable true chainability. Fixes #10723. Unit tests added.

2a9f0681dee3a6421bafd2fbc4451c9fe364b6ca authored over 13 years ago
Take 2 on "Fix ajax to always expect an Error object, per #10646."

We can't use jQuery.error to rethrow anymore since it constructs a new Error from its supposedly...

c3600e261ba8d9394fe505ef5a0611b6d6b18a8d authored over 13 years ago
Revert "Catch one more place where a plain-text error was thrown."

This reverts commit cc4a999648d2623972e6dabad0e6c4b1bb60458a.

d8e2b4b6e43cb2de9cd1d21bc6aa1174393535ba authored over 13 years ago
Update Sizzle. Adds document to acceptable nodeTypes for .text(). Fixes #10724.

0cc806fd88c4dadb0904c7d0b68014520ff668b9 authored over 13 years ago
Catch one more place where a plain-text error was thrown.

cc4a999648d2623972e6dabad0e6c4b1bb60458a authored over 13 years ago
Refactor clone a bit to only create one clone on any given codepath

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

95cd2009f69b666efbf42f99ee0e586503575739 authored over 13 years ago
Fix ajax to always expect an Error object, per #10646.

586fb059190ecacd89e3cd211c78e776792d2f2b authored over 13 years ago
Update Sizzle

0ce2d5e1cb4c2484154a916f3d1876759a59c032 authored over 13 years ago
Remove test of the invalid object for IE9's sake; Rewrite the appropriate support test for html5 clone caching. Fixes #10682

41b31d7386cf00e714d703db773ffa73b6bd8b24 authored over 13 years ago
Comment out an ajax test that exposed a bug in Opera, to appease testswarm.

f8eba6ee2530e540cb30512bb724ac6bfe6c8142 authored over 13 years ago
Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes #10667, #10670.

- \s => |, Removes 4 bytes from gzipped build

- Adds tests for clone attributes, children and e...

66e65c81684e314448620822c0ba93d9d8c523cd authored over 13 years ago
Merge pull request #585 from dcherman/master

Replace .bind with .on when building event aliases

68ca9d47a049052bb3a00dbc3d0f9e08c1a3c5ea authored over 13 years ago
Replace .bind with .on when building event aliases

5ba98fe32445dd58707949f64a599f6d4b0ee49b authored over 13 years ago
Update Sizzle

9189d7b6a3a7522327c27db5777c712034e0183d authored over 13 years ago
Fix #10646. Throw an Error object from `.error()` for IE's sake.

8d2655d20c46e7356d832e855c76b813679ccecf authored over 13 years ago
Fix #10690. Make sure `.isNumeric()` can't get a `Date`.

Also add tests for custom objects with a `.toString()` method.

795583d2936a48c6f0048e28f74c5fc71e3a60b0 authored over 13 years ago
Fix #10676. Remove `wheelDelta` from the event props list.

A cross-browser solution is best handled in a plugin such as jquery-mousewheel.js .

13aa84580a837b811dbe2f5d1bc34cf9ca9a6d8d authored over 13 years ago
Fix #10701, .preventDefault if an inline handler returns false.

Baby unicorns are slapped each time you use inline handlers, so do it sparingly.

90c907e8b65bc9d323863fc57389f2dca611292d authored over 13 years ago
Add back unit in the width/height step function. Fixes #10669.

1e677f30f68d8ea41261aa666a9ba0720383e9d0 authored over 13 years ago
Since we fixed .is(POS) let's use it and save bytes.

Also, creates a single jQuery object and reuses it in the delegation-test loop to make it more p...

a7e911b7fe84a35234d4be18102e168c6644e40d authored over 13 years ago
Merge pull request #583 from JustinDrake/patch-2

`self` instead of `$this`

f5250e15946b111de2bdc5ff5d321f3601db3e0a authored over 13 years ago
It seems the convention is to use `self` for caching `jQuery ( this )` instead of using `$this`.

abcdaf904303b4e30ed44313e6703d4387e9f1f1 authored over 13 years ago
Removed irrelevant comment.

a211ea27d29d8f0f25a6b16572bde76cea2c6a62 authored over 13 years ago
Removing a stale line of code in `.data()`

471290deb6fd97c6a16cb4d969f277572db7f558 authored over 13 years ago
Fix #10177. Pass correct index to function-parameter of `.wrap`

47c605f693457412a53c9145cafe55420ab8f236 authored over 13 years ago
Chrome 10 slice bug has been fixed; remove workaround.

See: http://code.google.com/p/v8/issues/detail?id=1050
Discussion: jquery/jquery@52a0238.

90c019de5efb63b13c4ac9b29de06bac7eb9ffdc authored over 13 years ago
Coerce eq() argument all the time. Fixes #10616

7cbd7a640fb6590b0eb7cbedd83a8d46eb553c5a authored over 13 years ago
User internalKey instead of jQuery.expando. Fixes #10675

e086c22826e681bb8afcff93c16c8ad41389a096 authored over 13 years ago
Streamline getComputedStyle per @JustinDrake's observation.

262c32a70e1f14e5addd263af2f868525aab03c8 authored over 13 years ago
Fix #10691. Remove all instances of equals() and same(), as these are deprecated in QUnit.

f35ba5e699c15a1987baa389dbd4fc99f7a7eb03 authored over 13 years ago
Remove forever-alone regexps in event.js

These should have been removed during the event refactor.

83c72eaa9cea9fec3b38535378334b27ff6bcfb2 authored over 13 years ago
Eliminate spurious error message from `which`.

Some versions of `which` (Cygwin's among them) spit out an error to stderr when not all their ar...

02629f10479cba9b44d0f62acc2915261609afeb authored over 13 years ago
Fixes jQuery.fragments cache and adds tests. Fixes #10682

92c840401271ba42543845a836f17c63aa28ef34 authored over 13 years ago
Updating the source version to 1.7.1pre

8380e12ab4aa3241a1b365f86c121d27a5ea65a5 authored over 13 years ago
Tagging the 1.7 release.

47d66eaebd6d4a2ee3e037445bfac65d82fc6780 authored over 13 years ago
Update the version for building release notes.

3cd651669cc1668720465231fcafd848784d6640 authored over 13 years ago
Correct typo in support.js assigning margin-top with cssText. Fixes #10638.

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

902668825ffa359e5396f0097917d2271021ece1 authored over 13 years ago
Tagging the 1.7rc2 release.

fd15cfdc18061cec3b2ed799a140e3449458ffd9 authored over 13 years ago
Add return in the offset support tests if the body is not present in frameset docs

969fcc16bc5ab77352407f77cd48860ca4d95434 authored over 13 years ago
Fix a failing effects test in IE; minor style changes in effects

52afe20860c4082165b7a9f2184fa1851f7e3fb0 authored over 13 years ago
Pass iframe support tests at doc ready. Fixes support fail in FF7

006fde228da59ae71c11a67ef65dbfc09e788773 authored over 13 years ago
Revert "Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls. Fixes #10416." Fixes #10622.

This reverts commit 22f2e8b3dc18dede5f1ccb28cbdf8cb5bcde115f.

0752687612d190f608e64181148ced1a4adfa5d6 authored over 13 years ago
Merge branch 'bug_10613_2'

f8a1f7b670df212b2f63064e914952732ac9cf9c authored over 13 years ago
jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove jQuery.offset.supportProps and reference support in offset

83a355a9a06c03eeb4e601dbe204909d273c91b5 authored over 13 years ago
Reduce bytes and minor adjustments

cec4018d0e5249203aaba203cd67147a1162b435 authored over 13 years ago
Construct a new container so that styles on the body are not affected

299cccded9a01eb8b6a61e888f2499cac185b356 authored over 13 years ago
Run offset support tests at doc ready. Fixes #10613.

93750cee36f0b2edc1afd2dad64d9306865a39b9 authored over 13 years ago
Renaming 'runner' to 'hooks' - makes it a little more obvious whats happening

0191e98934b40be5699a85087b5342a149c978ce authored over 13 years ago
Add a way to fire native events using dispatchEvent/fireEvent in testinit.js; fixes failing click test in FF3.6

38f087b5ae86faba941426437c3fd1d746de9be1 authored over 13 years ago
Landing pull request 562. Make sure runtimeStyle isn't affected by dimensions. Fixes #9233.

More Details:
- https://github.com/jquery/jquery/pull/562
- http://bugs.jquery.com/ticket/9233

fa0e801f52cdc97832ef0b696caa1eda33fc6b36 authored over 13 years ago
DRY the hover pseudo-event, get the type right, allow override.

Now with working unit test for extra correctness! If external code defines a special.hover event...

5c0c86378a602fbc06535617fc5d712fa6d6e024 authored over 13 years ago
Pass correct arg list to special._default. Thanks @mikaelkaron!

df4a160be7fcc234a8e17eccb1c3fd02f231bcfc authored over 13 years ago
Merge pull request #565 from rwldrn/10601

Cleanup spacing. Fixes #10601

736d4d770633720493afe1fefd6f135095c5b5f7 authored over 13 years ago
Cleanup spacing in traversing.js. Fixes #10601

27d099d47168d823430a1709946263f849639d4c authored over 13 years ago
Cleanup spacing in support.js. Fixes #10601

b723d49d0d465410128f22bd27f4fc9a35023be0 authored over 13 years ago
Cleanup spacing in queue.js. Fixes #10601

79875457c08451033d1a618cb7d3984c8055fc3a authored over 13 years ago
Cleanup spacing in outro.js. Fixes #10601

d00e29a65eb299ded5896bd84f413b2215548bd5 authored over 13 years ago
Cleanup spacing in offset.js. Fixes #10601

33e98834fe209ab615379b0dc3e50976ebda283a authored over 13 years ago
Cleanup spacing in manipulation.js. Fixes #10601

0804cdfe9a6e89cf8277971feac1f4322346a750 authored over 13 years ago
Cleanup spacing in events.js. Fixes #10601

f0cf49fee2201718a56fe09d7a8be641f7775dc3 authored over 13 years ago
Cleanup spacing in effects.js. Fixes #10601

0b4ac1d2be17a35edaba2609ae61469714f922e3 authored over 13 years ago
Cleanup spacing in css.js. Fixes #10601

4fb7202e0a96c03d3571ffddc3c57481226b0ae0 authored over 13 years ago
Cleanup spacing in attributes.js. Fixes #10601

9ea21faf8feaae78fa6391bb9fb777fd8c4b0d26 authored over 13 years ago
Cleanup spacing in ajax.js. Fixes #10601

bad83b39cea9317b1c12673b1b5707a84c3feb9f authored over 13 years ago
Cleanup spacing in core.js. Fixes #10601

da062c54f40bdeaf0dbd726a7930d191ac893079 authored over 13 years ago
Cleanup spacing. Fixes #10601

9ff4f26cf9165378347455f92ffaec3c3d6d460b authored over 13 years ago
Make sure `.data("events")` still works, for now.

c82dbf1928f54385e83df9ec6de47616f83fe682 authored over 13 years ago
Merge pull request #564 from rwldrn/10586

Core styleguide cleanup. Fixes #10586

c2da514bce84fcd452d5aefa38876a9c8675d8c1 authored over 13 years ago