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

Make sure that the teardown is called after all the handlers of a type are removed. Fixes #6065.

021b809acecc4e94613375b3182c86722470fe9b authored almost 15 years ago by John Resig <[email protected]>
No reason to expose the temporary _load method.

639f4931b0409a8eb83aaf89a03b6b52f674663e authored almost 15 years ago by John Resig <[email protected]>
Ignore potential error codes from Github in doing a clone. Fixes #6049.

d3d497f900a559ca254d09470db532064eeacc1e authored almost 15 years ago by Iraê Carvalho <[email protected]>
Simplify the special change/submit event removal logic, per Scott's suggestion in 5267824aa36f0fcecb944a4daf0b99d6e01460fd.

35c379075c9feaa7cf82b4cf4c50a790e35b4d5f authored almost 15 years ago by jeresig <[email protected]>
Updated formatting for the change/submit special event logic. Also switched the function declarations to statements. Thanks to Garrett for the recommendation.

5267824aa36f0fcecb944a4daf0b99d6e01460fd authored almost 15 years ago by jeresig <[email protected]>
Merge branch 'master' of github.com:jquery/jquery

fec02aa5cb01fc865c69120d88a2eed541a21f0e authored almost 15 years ago by jeresig <[email protected]>
Fix in logic for handling exclusive namespace testing. Fixes #6048.

75bb2d6e510a3c048a42ce673e9655fa779eacd5 authored almost 15 years ago by jeresig <[email protected]>
Ok, this should actually fix #6041 :)

3c5b1ca03ba6ca8504e7ba1c61c4d639814f4233 authored almost 15 years ago by Ben Alman <[email protected]>
spelling mistake (insead)

8a66a30fece5db98a5f606b11c15fef1016d045a authored almost 15 years ago by tomviner <[email protected]>
Make sure that &#...; entities are encoded properly. Fixes #6042.

d74389997106b02cf513f573a0d7197ecc511514 authored almost 15 years ago by jeresig <[email protected]>
Make sure that we don't try to double-encode params using the traditional style. Fixes #6041.

54bd004e53b4d89e9e7e7533f11c23ff99f70d73 authored almost 15 years ago by jeresig <[email protected]>
Update special events to work with the internal event system changes. Also fixes #5967.

43b3ed086dd850388c72ea1cabb557125dfe095a authored almost 15 years ago by jeresig <[email protected]>
Add in a test for testing the performance of event handling.

6f7adb95c1f87869e071541c7e5c92a6189db713 authored almost 15 years ago by jeresig <[email protected]>
Update benchmark basis file to jQuery 1.3.2.

9118828a590b844a93c5465ccbee129c30f5a569 authored almost 15 years ago by jeresig <[email protected]>
Reformat benchamrk function.

5d2e0efd7c23132a7f3a3b34ae3b8058413c1b61 authored almost 15 years ago by jeresig <[email protected]>
Rewrote the live event handling to use the new event logic. Also added in support for live namespaced events. Fixes #5945.

be2407e233f1731e3f0ec79bdc8efaadd1f32f9f authored almost 15 years ago by jeresig <[email protected]>
Added some more tests for checking the execution order of events (from last night's changes - routes around Chrome's busted object looping abilities).

104757705a19df3b6b9750aaef30aa451082f825 authored almost 15 years ago by jeresig <[email protected]>
Forgot to land Justin's tests for the event fixes.

e177465a6b65aecbb87486f6243410ffabfe14b7 authored almost 15 years ago by Justin Meyer <[email protected]>
A large refactor of the event handling logic. Data and namespace information is maintained in a separate object now, no longer on the event handler. Proxy functions are no longer needed, as a result. Additionally execution order of the handlers is maintained, fixing #4261, and the execution of handlers is maintained even while they're being removed. Live events will be refactored separately.

e7912805d6ee290071fb15fbca752e9f47fcd032 authored almost 15 years ago by jeresig <[email protected]>
Removed extraneous nodeName check from f95147f465932cb91e1a6aace50c556820ca4074 commit.

8a4b2102ff57fb113267cd2824fa4f3a907ae9ed authored almost 15 years ago by jeresig <[email protected]>
Adding in some more replaceWith tests for #5917.

532bec4c694532acbe2e14ad3b6ff72a4da90be0 authored almost 15 years ago by Neeraj Singh <[email protected]>
Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes #5986.

8660ea1ab61dd16aec1ed24ec549c6258292b96a authored almost 15 years ago by Noah Sloan <[email protected]>
Make sure the resulting className from removeClass is nicely trimmed. Fixes #5988.

e76ba32cebc26108e15b2e0e03c5152624c1bad9 authored almost 15 years ago by jeresig <[email protected]>
Fix for problem in IE 8 where deserialized (then reserialized) form markup was getting malformed. Thanks IE. Fixes #5998.

f95147f465932cb91e1a6aace50c556820ca4074 authored almost 15 years ago by jeresig <[email protected]>
Same problem happens with plain embed elements as well. Follow-up fix to #5904.

f9417b9da980f4fa79d03ba691d9f3442c5ab2f2 authored almost 15 years ago by jeresig <[email protected]>
Make sure that injection of object elements continues to work in IE 6. Really hard to unit test this in a meanigful manner (the result is a visually broken plugin). Will need to be diligent about watching for this in the future. Fixes #5094.

1b28bba4d2ba692047813cf5185a7d55e2362472 authored almost 15 years ago by jeresig <[email protected]>
Add .delegate() and .undelegate(). An alternative to using .live() which goes from a single root and filters by the specified selectors. Should be used like do: .delegate(td, hover, someFn);. Fixes #6005.

31432e048f879b93ffa44c39d6f5989ab2620bd8 authored almost 15 years ago by jeresig <[email protected]>
The context for 'body' should still be document, in this case.

cb65daa399630de0cdcd81af55ff76f6cd93da62 authored almost 15 years ago by jeresig <[email protected]>
Make sure fragment caching is only happening on nodes in the main document. Fixes #5978.

4f2e209b85b56351ed17ac0b5de60db85666209f authored almost 15 years ago by jeresig <[email protected]>
Skip around inserting a fragment when possible (insert the node directly).

388a00fe918c2ec759bd33c34bfc13aabfe413d0 authored almost 15 years ago by jeresig <[email protected]>
Landing some minor perf optimization to jQuery().

b8076a914ba9d400dc9c48d866b145df6fabafcf authored almost 15 years ago by jeresig <[email protected]>
Optimize for the case where a fragment-bound element is being injected into one other element.

0db207da238e879dad20f68178e6248750d3b984 authored almost 15 years ago by jeresig <[email protected]>
Further optimize the empty/remove/cleanData logic.

98c7248518f9a2082ccf50240b5ab44bf98d7b5e authored almost 15 years ago by jeresig <[email protected]>
Provide a way to simulate default browser actions. Fixes #5973.

0252b78201f817f87d10f14c85d0f37e4c50ce22 authored almost 15 years ago by jeresig <[email protected]>
Add a new build mode to the Makefile that doesn't try to pull from external sources (assumes that they're already built and not changing frequently).

31f1e99500af6e57cfdd571272be193b4646fc09 authored almost 15 years ago by jeresig <[email protected]>
Make sure namespaces is always an array, when passed to the remove special. Follow-up to eed69eccc54d010889b5d8495320538d7ceb4e51.

e9092e995424828c455952e09b9ec83577009796 authored almost 15 years ago by jeresig <[email protected]>
Make sure that jQuery.data( elem ) always returns a data object, fixes #5971. Improve the performance of .bind() and .unbind(), fixes #5972.

eed69eccc54d010889b5d8495320538d7ceb4e51 authored almost 15 years ago by jeresig <[email protected]>
No reason to limit the initial change data store to just radio elements. Fixes #5851.

942f8f7f75a55a36e6b9745030d3b3c983518aa8 authored almost 15 years ago by jeresig <[email protected]>
Updating the source version to 1.4.2pre.

7a3afc31943865b3536a1596d431278b99ff824d authored almost 15 years ago by jeresig <[email protected]>
Tagging the 1.4.1 release.

a08ee9a9afd47a81a242180a5c636f2e1645be25 authored almost 15 years ago by jeresig <[email protected]>
Make sure that the correct context is being passed in for replaceWith(fn). Fixes #5798.

0b3165fd23ba4d240dd72f93d315bb5f7bf970e8 authored almost 15 years ago by jeresig <[email protected]>
Make work wrapInner(fn) work consistently. Fixes #5799.

9f17e70ae95cc2d4b945bc94283b87cc5b8b23db authored almost 15 years ago by jeresig <[email protected]>
Filtering elements only. Fixed #5920

55a64cf095b295d334010c6e0a00863f307caffa authored almost 15 years ago by Robert Katic <[email protected]>
Provided detailed message for JSON parse errors. Fixes #4435.

ca90ffb332eafc93b8107aeb2afa7473132392fd authored almost 15 years ago by Mike Alup <[email protected]>
Make sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.

bed759c95ca6d796125653b540e8611dc63b38bb authored almost 15 years ago by Michael Monteleone <[email protected]>
Make sure that special.add actually copies over event namespaces and data. Fixes #5779 and #5834.

390186b902c4c1ac13e23754d33ed4d8b3d5fa38 authored almost 15 years ago by jeresig <[email protected]>
Make sure multiple bound events have their namespaces and data maintained. Fixes #3549.

0474917c9d82fa13d865282d2da2d3cb6e5b89ec authored almost 15 years ago by jeresig <[email protected]>
Cleaned up divs that should've been removed after a test run.

e01ff6cda1be44900b9829c718733923b71db11f authored almost 15 years ago by jeresig <[email protected]>
Make sure that it's possible to preventDefault natively-triggered (submit, focus, blur, click) events. Fixes #5695.

d24443fb55ddc6a309c08a9a248128fef269d2a3 authored almost 15 years ago by jeresig <[email protected]>
Update the license URL in the header.

323270f6dcc4fdbef0e6d81f5e37b315fbffc599 authored almost 15 years ago by jeresig <[email protected]>
Make sure original context is maintained and not the deep extended one. Fixes #5924.

1a14a38ff77839b2a71fbc3f3c0890ebe62438c7 authored almost 15 years ago by John Resig <[email protected]>
Objects with length properties weren't getting serialized properly by jQuery.param(). Fixes #5862.

f91b944cabf7be9aadb40ffe35fce76b50f5f25f authored almost 15 years ago by John Resig <[email protected]>
Use alternative technique for triggering an abort, preventing an exception from being thrown in Firefox. Fixes #5923.

76236a15062aa82a4841748e9071eb3c9535ef62 authored almost 15 years ago by John Resig <[email protected]>
Don't set the context in .load() as it stops the global ajax events from firing. Fixes #5922.

c639405c4d1ec462b032ccfb571a6c73212ba101 authored almost 15 years ago by John Resig <[email protected]>
Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.

6a3d0996edf2f8ba69f62c8c7c3eda07b674d81f authored almost 15 years ago by John Resig <[email protected]>
Expose cleanData, make sure that all bound event handlers are properly cleaned up after html/empty/remove. Fixes #5856 and #5906.

f06e0e5575bc8f82d0fcbd5880bb9d8ccf361bfa authored almost 15 years ago by jeresig <[email protected]>
Added in .height(fn) and .width(fn) support. Fixes #5915.

4f9aa62a858f28b8ed310ac73f9d2cd788bf1eed authored almost 15 years ago by jeresig <[email protected]>
Make empty strings (and other non-string values) simply return null from parseJSON. Also added some parseJSON tests. Fixes #5859.

781fe8b80d08b287e4c6e4ca408f773c6a1f3b2d authored almost 15 years ago by jeresig <[email protected]>
Moved add() tests from core to traversing.

ea9e0ed841f0f2851162e01d5199052872ba7483 authored almost 15 years ago by jeresig <[email protected]>
Expose the JSON parsing logic. Fixes #5914.

0912109ffc86610161c769534df84400ccd1aa65 authored almost 15 years ago by jeresig <[email protected]>
Centralize the logic for throwing exceptions. Fixes #5913.

a6ef036bb6a3610431471eebc2623bf8ad06bdd6 authored almost 15 years ago by jeresig <[email protected]>
Make sure that .die() with no args works. Fixes #5789.

3e286440d55749382a644ea97b4f0b2587779d65 authored almost 15 years ago by jeresig <[email protected]>
Merge branch 'master' of github.com:jquery/jquery

8ea634fd07afb58c6eac3ef994adf562292fafe7 authored almost 15 years ago by jeresig <[email protected]>
Select (with a selected) fired change on first focus in IE. Fixes #5869.

f6ec9d54d11432b91577addab6e613fb1f7a5203 authored almost 15 years ago by Matt Curry <[email protected]>
fixed offset(coordinates) returns null when no matching elements in jQuery object (fixes ticket #5888)

2c28f229e5eb49f1469fd36ee979529a492f0f42 authored almost 15 years ago by Karl Swedberg <[email protected]>
added tests for show/hide with falsy, non-zero values

a63754aa4e4e430007208d6b5cb76f9ca8c279f5 authored almost 15 years ago by Karl Swedberg <[email protected]>
Made .show() and .hide() use .animate() only if speed argument is truthy or 0.

21441b1cbc7a205e621b8c94a21eff102380ca03 authored almost 15 years ago by Karl Swedberg <[email protected]>
fixed jQuery.dir regression introduced with 1.4 *untils patch that errored when traversing XHTML text nodes with an until test

28ce15979f69903f2fe1187705b190968757ddf7 authored almost 15 years ago by Ben Alman <[email protected]>
Simplification of uaMatch, based upon the patch by Ben Alman.

09ef5b7598bcdd9e6c254b24b55a54e6bfb2b4ca authored almost 15 years ago by Ben Alman <[email protected]>
Added support for multiple live event handlers, live hover, and live focus/blur (mapped to focusin/focusout). Fixes #5804, #5801, #5852.

01f72026ec939e87da85a7afc1a5262872ea3ce5 authored almost 15 years ago by Irae Brasil <[email protected]>
Make sure that live handlers don't stop inline scripts from executing. Fixes #5835.

b9ca1579987ab08a7db21a8a0b64f65727f54011 authored almost 15 years ago by Irae Brasil <[email protected]>
Make sure non-left-click events don't bubble. Fixes #3861.

150e44cddaa606f9299d4e44ea8a0c01ad8f7166 authored almost 15 years ago by Irae Brasil <[email protected]>
Updating the date in MIT-LICENSE.txt. Thanks @mathias for the heads-up.

8eef3a4f2ce7226cf27423903505e4ac80dff718 authored almost 15 years ago by jeresig <[email protected]>
Adding in the change recommended by Alexander Farkas to fix some bugs in the change delegation logic. Fixes #5851.

435772e29b4ac4ccfdefbc4045d43f714e153381 authored almost 15 years ago by jeresig <[email protected]>
Fix missing var declaration for the length iterator.

257a4693f4870489e779ae75e5c8ce5374b080a0 authored almost 15 years ago by jeresig <[email protected]>
Make sure regular settings object is set as context for all Ajax requests, if none is specified. Fixes #5838.

155ecf42a0033785160e071507f0795b3c86a32b authored almost 15 years ago by John Resig <[email protected]>
Removed some dead code from buildFragment. Thanks to Sean Catchpole for the suggestion.

6618ff0b0abe38a0914d8afe0a2b271c977adf6b authored almost 15 years ago by John Resig <[email protected]>
Expose the proxy object on the object, for the benefit of plugin authors (Thanks to Justin Meyer for the suggestion).

199a721103b17c18dea7a9abaeb79866ef4a7f51 authored almost 15 years ago by John Resig <[email protected]>
The inArray declaration was accidentally duplicated.

eb496f757a1eebef14eb5a1fdd971cc553f3540b authored almost 15 years ago by John Resig <[email protected]>
Merge branch 'master' of [email protected]:jquery/jquery

201816d8c541e3b93d9a955af680999b6f690a38 authored almost 15 years ago by John Resig <[email protected]>
Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads-up.

4397f0fd41064346bce16772eec78cd5d2a1682e authored almost 15 years ago by John Resig <[email protected]>
wrapAll(Function) doesn't actually make sense. That's why I couldn't figure out how to test it!

37b909de6948ebb704375626831bfc80bd31290c authored almost 15 years ago by Yehuda Katz <[email protected]>
Updating the source version to 1.4.1pre.

812a247dc997fa09583c0557c6173f9ec58e7d60 authored almost 15 years ago by jeresig <[email protected]>
We only care that some of the html return value is escaped, not necessarily all of it (as is the case in Safari 3.x).

d431519d61f55af8bd1714d00126c948d888f3a9 authored almost 15 years ago by jeresig <[email protected]>
Make sure no exception is thrown if no event handler is found (which is the case for applets, objects, and embeds).

1960f28c0bf75b16e88460d6135058fd93202322 authored almost 15 years ago by jeresig <[email protected]>
Make sure that null params aren't traversed. Fixes #5794.

05aaa3395723bbb48906ee8a99464a2c4e1e4193 authored almost 15 years ago by jeresig <[email protected]>
Send data if a DELETE Ajax request is done. Fixes #5752.

23492fdf9fa6f2c3b8ee85d062fed74297f3c438 authored almost 15 years ago by jeresig <[email protected]>
Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.

5d49335eace4311de890b871e057d8b6e9122eb6 authored almost 15 years ago by jeresig <[email protected]>
Fixed typo in logic, also disabled function setters in this case to allow the functions to passthrough and bind.

8e53f7b5d6716e60d8c8ea7e167f2b187aae9d89 authored almost 15 years ago by jeresig <[email protected]>
Make sure that the xhr object still exists after the abort is called.

b5f077ae6af6d644c5ae58ba9fd79a08dc58ba1e authored almost 15 years ago by jeresig <[email protected]>
Make sure that the focusin and focusout easy-bind methods are exposed.

1d8b3a9af22c6c34383b6653ecc1e44c48325b94 authored almost 15 years ago by jeresig <[email protected]>
Make sure oldAbort is only called if the xhr object still exists.

61983cbf176c599687c36ffbf4b64ae8697486a3 authored almost 15 years ago by jeresig <[email protected]>
Updating the source version to 1.4.

6776920301308e1c7f251a67bbecbb6761a1f7b7 authored almost 15 years ago by jeresig <[email protected]>
Tagging the 1.4rc1 release.

857d8afd6917775b7cef6fd22e57dd9acec77f01 authored almost 15 years ago by jeresig <[email protected]>
Simplified some of the logic for handling the ajax aborts, making sure that ajaxStop isn't called twice.

dd45c324ecf12732185656de89b40d47e3b9d3ad authored almost 15 years ago by jeresig <[email protected]>
ajaxStop was getting called too many times, separated some of the logic into the abort method itself.

d60b19781095f508e32a590c7ee112817b0794ee authored almost 15 years ago by jeresig <[email protected]>
Accidentally removed the init from the Makefile selector build.

c320e4f3c2174148e5c13276237abb01547d52f5 authored almost 15 years ago by jeresig <[email protected]>
Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.

7afe6dcc0837ac00cea7fbb7de6fb95b745148c2 authored almost 15 years ago by jeresig <[email protected]>
Bringing some selector tests back from Sizzle.

4151ddef9d912ea48a404cfe4a0cf439a1f46815 authored almost 15 years ago by jeresig <[email protected]>
Merge branch 'master' of github.com:jquery/jquery

6114565ab54f507476ba093496bb917beca65c54 authored almost 15 years ago by jeresig <[email protected]>