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

Added a test for bug 1095 for animations (animations don't clear check boxes)

c7d640f000c6945a238aa99952b4b1b378775d7e authored about 15 years ago by Yehuda Katz <[email protected]>
Updating the source version to 1.4a2pre.

74f457d88093e4eca46bfd84374ec2b8dfb6f3b2 authored about 15 years ago by jeresig <[email protected]>
Tagging the 1.4a1 release.

c90a1cb61b41a5686bc3764f144a156e734ed459 authored about 15 years ago by jeresig <[email protected]>
Switched to using slice instead of join to get the correct results.

39a77c2d02d379d15bfe9c2e7b90c92d9cb3a34e authored about 15 years ago by jeresig <[email protected]>
Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also adds some tests for prevAll and nextAll, and fixes an test edge case in parents.

2b481b93cfca62f95aa7005e7db651456fa08e65 authored about 15 years ago by Ben Alman <[email protected]>
Added in the .delay() method for delaying the execution of queued functions and animations.

bbd933cbfe6d31a749cb336d7a84155ccfab247f authored about 15 years ago by jeresig <[email protected]>
Adding in support for bubbling submit and change events, thanks to the patch by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended.

d42afd0f657d12d6daba6894d40226bea83fe1b6 authored about 15 years ago by Justin Meyer <[email protected]>
Minor syntax changes to the winnow function.

c6a0211e57cfc8da15f7993e71e27256aefc7f65 authored about 15 years ago by jeresig <[email protected]>
Use now() in support.js instead of getTime.

c2ebd0982609b98d6a389eea792d7a465dccc47a authored about 15 years ago by jeresig <[email protected]>
Tweaked a CSS test to handle differences in font-size % support in browsers.

8a33a855b588bc398f31f971eb4b3c2f4cac84f7 authored about 15 years ago by jeresig <[email protected]>
Removed broken hidden/visible test.

9d6c4d8413e678203a905ab3bc3a87415a6a70ce authored about 15 years ago by jeresig <[email protected]>
Removing unnecessary parens from :hidden.

47293ebe15d7c475d432b843fa9a37800701055f authored about 15 years ago by jeresig <[email protected]>
Re-arranged many of the selector tests, breaking them into smaller test groups and into more-appropriate sections.

0f0fd1aee34b81411419ae3b152e03dfdf58b4f4 authored about 15 years ago by jeresig <[email protected]>
Just restore window.JSON in the getJSON test, don't try to delete the value.

f0c32278b41c91f4ad29ca8371c5935c959802f1 authored about 15 years ago by jeresig <[email protected]>
Landed the rest of the liveHandler rewrite that takes advantage of the new closest multi-selector signature (sorry, accidentally committed some of it in the wrong commit: 4daae7a79f43815935a2890d16904c5a052717f3).

c3b2aa99288a7f7c4920c4add8c1aab272bbff4b authored about 15 years ago by jeresig <[email protected]>
Re-worked the closest no-duplicate-selector code again to be more efficient.

24e96ba22ca86e54f2442b88ffd2b7ea3f60f0bf authored about 15 years ago by jeresig <[email protected]>
Prevent duplicate selectors from having to match in closest.

525bb27bc0ccfcf384a209773eb93dc1b5a8cc09 authored about 15 years ago by jeresig <[email protected]>
No need to do the closest match if no selectors are passed in.

4daae7a79f43815935a2890d16904c5a052717f3 authored about 15 years ago by jeresig <[email protected]>
Added in the new .closest(Array) method, will be used to improve the performance of live filtering.

e534a310c7e99c44d93855ad5865ad5e985039ba authored about 15 years ago by jeresig <[email protected]>
Extracted the logic for copying events from one jQuery set to another, makes it easier to work with disconnected DOM nodes.

62436f4b292aadfe5419f897d7b8504054ab1c8c authored about 15 years ago by jeresig <[email protected]>
Fixed logic error in html method - support.leadingWhitespace shouldn't have been negated.

391f83b2a251abd5ab27aeb52a647a853906ce66 authored about 15 years ago by jeresig <[email protected]>
Removed debug statements from manipulation tests, was causing errors in IE.

bfc15b57efb36ea4cedad3fe2c3645e7b6ad84de authored about 15 years ago by jeresig <[email protected]>
Make sure that a DOM node isn't getting passed through (as is the case in IE, it has a toString of [object Object].

ad4f28631ac888e7ac8384b4b713012fd1ca2dca authored about 15 years ago by jeresig <[email protected]>
Added some isObjectLiteral tests.

b8d0c0711f8a9ecd455d4c3cf13394e55c4bf151 authored about 15 years ago by jeresig <[email protected]>
Adding a test that a new option can be selected with val(N)

e277e6ed2120e9930193582307b8296ed37bd663 authored about 15 years ago by Yehuda Katz <[email protected]>
Fix css("opacity") to not clobber other filters in IE. Closes #4707.

64e4a879f9f92053ac4d58a3fffc0bbff6900b6e authored about 15 years ago by Yehuda Katz <[email protected]>
Updated the Rakefile to use the correct init code.

839e97199c66894e0d2cadbd6a9f09e6d5198656 authored about 15 years ago by jeresig <[email protected]>
Shortened the build messages in the Makefile and added test/qunit and src/sizzle to the cleanup.

5480cd3fa181a2e105bba3c641ef58723fbd3521 authored about 15 years ago by jeresig <[email protected]>
Don't try to run the clone code if the directory already exists.

d605b8ee5667e4c26cf9c89f743e681938139162 authored about 15 years ago by jeresig <[email protected]>
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.

6798df54f40b316ce65c4e44e3c0370356956dd7 authored about 15 years ago by jeresig <[email protected]>
Bringing Sizzle and QUnit up to date.

e514e67cd24db3daf7658d53138a4fbef5fdc0c2 authored about 15 years ago by jeresig <[email protected]>
Don't do the update after the pull - forces the submodules up to date.

918cf68dfdaf057d6aa336be306b73eaede47a44 authored about 15 years ago by jeresig <[email protected]>
Use .add() to merge two test groups together for .unwrap().

1a26e41917300708d817e96ca2141a01c982c096 authored about 15 years ago by jeresig <[email protected]>
Changed the style attribute test to handle hex colors (as that's what Opera returns, in this case.

122e5dcf14291bfbaec23505c68e28b7f82aef85 authored about 15 years ago by jeresig <[email protected]>
Made .show(null/undefined) and .hide(null/undefined) work the same as .show() and .hide().

3ec9f4990c13f7e44365c9216be5c81b2827385b authored about 15 years ago by jeresig <[email protected]>
Fixed a problem with animations with a duration of 0 not working properly for hide and show.

25c188b6d2b8a8758c2bd97ca45e0fb14b869431 authored about 15 years ago by jeresig <[email protected]>
Simplified a selector in the .live() tests.

21dead4691dc5d6507e3651f00f9843b1314fb2b authored about 15 years ago by jeresig <[email protected]>
Tweaked the live test to be a bit simpler.

6e5a6a26a7d802b3abdc32d3b49f4936d1f63cd7 authored about 15 years ago by jeresig <[email protected]>
Fixed wrap test that was looking for comment values from .text().

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

df6e02a4a7d8da037ebdb812e6b92a067223a6ea authored about 15 years ago by jeresig <[email protected]>
Fixed bug with singleTag matching in core.js.

90ba57ce6d84653b4533569d88d4af6b9a50426b authored about 15 years ago by jeresig <[email protected]>
Fixes $.trim for &nbsp; closes #4980

17955cacf4e8c618ca5c2b09b0d2f43df353f683 authored about 15 years ago by Yehuda Katz <[email protected]>
Ignore diff and patch files.

84857abefce7b5ec4f4018caf98d7d61e952789f authored about 15 years ago by jeresig <[email protected]>
Merge branch 'master' of github.com:jquery/jquery

2b7c38f80cf171ce830cd198ed2916a2c258a3cb authored about 15 years ago by jeresig <[email protected]>
Adding a Rakefile to build jQuery core, for those that need it.

e00be67f32f0f82421cefd9c7a715360f9db1f8b authored about 15 years ago by jeresig <[email protected]>
added missing radix parameter for parseInt()

a5efe9d3a6074ea39f677fdf21132badb0644bd3 authored about 15 years ago by Karl Swedberg <[email protected]>
added missing semicolons

255068da33e3d131b3a641c041fb8cecb1543fa4 authored about 15 years ago by Karl Swedberg <[email protected]>
added curly braces around all if/else statements

ddb86f8d5bd1bd21b2beeeea55baf505b47dfed5 authored about 15 years ago by Karl Swedberg <[email protected]>
Force endlines to be just LF (any CRLF is auto-converted to LF by Git).

1879e8cbeef6984495ee84f482900defda0dc3f4 authored about 15 years ago by jeresig <[email protected]>
Disable the X-Requested-With header to avoid preflighting remote POST requests. Fixes #4601.

a7678267d848fcef8775c8b9f4fa3e507b8cc5f4 authored about 15 years ago by John Resig <[email protected]>
Fixed spacing on the modified Ajax code.

0f6e9a8c69007ce7ebbb7c46637115a207d1a594 authored about 15 years ago by John Resig <[email protected]>
Fixing endlines.

ef819c91b999523ed6cd0c7029e0cee8997ef01a authored about 15 years ago by Mark Gibson <[email protected]>
Re-adding zeros removed from slice calls in last commit.

0bb3998a6a7a82b4c4269f3c57a9fcbe7229b162 authored about 15 years ago by Robert Katic <[email protected]>
Corrected RegExp to match event namespaces. Fixes #5303.

04dbdb7525eab7e845100fd17c48889bdb91dc92 authored about 15 years ago by Robert Katic <[email protected]>
Generic jQuery.merge and safer jQuery.makeArray(nodeList).

* Made jQuery.marge more generic supporting null and undefined values, and supporting array like...

ac00fe5bbb2a95fdb747f76fd9dd7c58ba6a531c authored about 15 years ago by Robert Katic <[email protected]>
Added support for .text() on text nodes. Fixes #5525.

b30af34f28074b491929445f5aad3d62c63e772f authored about 15 years ago by John Resig <[email protected]>
Re-wrote context Ajax test to use an element instead of an object (a more realistic test and works with the new jQuery.extend logic for cloning object literals).

c08474580caa44d2b5f32be54c0d884832bbd1c3 authored about 15 years ago by John Resig <[email protected]>
Re-adding the QUnit submodule file.

b33f37c22c1d6e83855ca7c43e8c365a767372db authored about 15 years ago by John Resig <[email protected]>
Changed the === undefined ready event check to == null since frameElement is usually null and was skipping the normal line of checks.

3a23a5c17dd0522da06db8f36890f134f9004de6 authored about 15 years ago by Andrea Giammarchi <[email protected]>
Hide the .settings file in the gitignore.

0a7232cc39912064de62ee06fd14221b36c93fd8 authored about 15 years ago by John Resig <[email protected]>
Ignoring src/selector.js (build) and Emacs backup files

d338b1a1e7e2c43977bd65ca9502301c705c989b authored about 15 years ago by Kim Dalsgaard <[email protected]>
Added test for passing null to .show()

8cb8ae27d8e0c732b711d73d2ef71125b0a7769b authored about 15 years ago by Scott Gonzalez <[email protected]>
Allowing falsy values to be passed as a speed for hide().

9cd5866a292b1d653651237802d80393a9081528 authored about 15 years ago by Scott Gonzalez <[email protected]>
Allowing falsy values to be passed as a speed for show().

231c8756788f085d04c6120c12eaa66766abfa3f authored about 15 years ago by Scott Gonzalez <[email protected]>
Corrected some minor errors made by me (rkatic) in last commits.

ee9192d103b3e3b5479a824caa9f6938598ebd30 authored about 15 years ago by Robert Katic <[email protected]>
Forgotten to update the number of jQuery.extend related tests.

7b26e3bcc8fab748cf99f4bf8d7e25599f8cd1f3 authored about 15 years ago by Robert Katic <[email protected]>
Made isObjectLiteral to work correctly with custom objects with empty prototypes.

990d9ca1b05a587cce7599a1a40aa2558117db41 authored about 15 years ago by Robert Katic <[email protected]>
Made jQuery.extend(true, ...) to extend recursively only 'object literal' values.

93be758de94b2d4a76fca217465c9e09b613cedd authored about 15 years ago by Robert Katic <[email protected]>
Make sure that the submodules are pulling from the right location.

1ce92e022ddd6f547515e855544ba3c2fb1416e0 authored about 15 years ago by John Resig <[email protected]>
Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe and Andrea for the patch. Fixes #5160.

c07d15d5a26c5b5dc2af7b396a704784d5bede34 authored about 15 years ago by lrbabe <[email protected]>
Added useMap and frameBorder IE support to attr. Fixes #4561.

5ac2e0837cd5c86acc526c5bc5c3abbe91303116 authored about 15 years ago by John Resig <[email protected]>
Added a check to make sure that a load request isn't done if the element doesn't exist. Fixes #4235.

357e2ae98908478bcb624b5db68098772a0548c2 authored about 15 years ago by John Resig <[email protected]>
Pass in the XHR object as the third argument to the success callback (which helps $.get, $.post, and load). Fixes #3363.

c2101245c07afdb831b0c79869c7263420407b67 authored about 15 years ago by John Resig <[email protected]>
Fixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes #5483.

7c4144fab314d98b85303d01ab904bb711bc2ecc authored about 15 years ago by John Resig <[email protected]>
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.

449e099b97d823ed0252d8821880bc0e471701ea authored about 15 years ago by John Resig <[email protected]>
Land Rich's fix for not using window.top to do frame detection. Fixes #4787.

bf71575bb4f37321b71ef8ce21c8208ad2b192da authored about 15 years ago by Rich Dougherty <[email protected]>
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the second one faster). Fixes #5293.

c4c820efff4fa7bcce0d5bf0a448625278ea6379 authored about 15 years ago by John Resig <[email protected]>
Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the same in all browsers: 0.55. Fixes #5344.

d933e9c26d9c883af6de6a48c456294748582d3c authored about 15 years ago by John Resig <[email protected]>
Removed the use of this.length++ as it makes it hard to use the init method directly. Fixes #4955.

dee8e45ef35b4e97693a03c8199e7556823cf5c3 authored about 15 years ago by John Resig <[email protected]>
Remove symlink to John Resig's filesystem.

6035913e254fa46a8e41fc821ee130d6f84f22cc authored about 15 years ago by Damian Janowski <[email protected]>
Add QUnit as a submodule.

ca8a9e8c30c0c2a555c5aee2b76934d9c846cf0e authored about 15 years ago by Damian Janowski <[email protected]>
Making sure that you can bind multiple toggles to a single element without problems. Thanks to 'Mr Speaker' for the original patch. Fixes #5274.

5cb1163469fb2c9cd80712cd5481b29055821022 authored about 15 years ago by Mr Speaker <[email protected]>
Renamed isObject to isObjectLiteral to be more specific.

4b55e94d0849568a2fd121952f13a9d6571c731f authored about 15 years ago by John Resig <[email protected]>
Force the submodules to keep up to date.

a8b089a02089d3d7b7e0744e59618ff9800e760a authored about 15 years ago by John Resig <[email protected]>
Require that, at least, document.body exists before firing the ready event. This may stop jQuery from working on pages that don't create a document.body (such as Safari, when no body exists) but considering that we've required a document.body since 1.3 and haven't broken any pages, this doesn't appear to be a pressing issue. Used the test case written by dmethvin to verify the bug and the fix. Fixes #4320.

262fcf7b7b919da1564509f621cf7480a5d5572b authored about 15 years ago by John Resig <[email protected]>
Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket incorrectly - and seeing some of the other earlier tickets it's obvious that a more generic solution is needed. Thanks jdalton for the catch.

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

4fd730dca797f495e7473cbfc97a7decf40ff24a authored about 15 years ago by John Resig <[email protected]>
Making mouseenter and mouseleave work with .live().

d251809912c06478fd0c7711736ef6ea3572723e authored about 15 years ago by lrbabe <[email protected]>
Cleanup bubbling focus and blur events

- Use cached event instead of jQuery.event
- Do not cache event.special if you use it only once

9a69b2cf08f11d58ba5e53e540b96b8f4ce5072d authored about 15 years ago by lrbabe <lrbabe@lrbabe-laptop>
Made the closest method evaluate the selector with appropriate context.

e03aee1aa6d26107328052998bdf9f54fa08d9ef authored about 15 years ago by Robert Katić <[email protected]>
Added comments to isObject.

c2bbcd88335cf6f8df4ac9389ecbae90291377fb authored about 15 years ago by rkatic <[email protected]>
Added a method to myKlass.

If an object's prototype is "empty", then isObject returns true!

b256a3a266721f04d38dca59e56b37b9a682b2f2 authored about 15 years ago by rkatic <[email protected]>
Fixing spacing problems from rkatic's patches.

76f6f0d39dc16e6c081823938ec46f6627a05d31 authored about 15 years ago by John Resig <[email protected]>
Make liveHandler to use jQuery.lastCloser and speed up internal sorting.

3dc5bc5a8b61eafba7a299f8cd772779a5bc8957 authored about 15 years ago by rkatic <[email protected]>
Store last closer value to jQuery.lastCloser instead of using data API.

0f03c7489fc2a8a3d806e13276cf61ae51ef641f authored about 15 years ago by rkatic <[email protected]>
Made sure that animate callbacks get executed even when no properties are passed in. Fixes #5459.

3106039aa89410c9abae9947b2520d9c8e62f8f0 authored about 15 years ago by John Resig <[email protected]>
Make .add() take an optional context and - if a context is specified in the root selector - use that as the base context.

b0fe380cf89564305646bbd55d1fd7bd210fd591 authored about 15 years ago by John Resig <[email protected]>
Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438.

ef05f44cce870a8b78637b0a88b27087f7f13b37 authored about 15 years ago by John Resig <[email protected]>
jQuery.ajax modified the passed-in object only to help test the code - this shouldn't occur. Fixes #5439.

6a722e251dedd5f01ac0c46e330a368be7bb760b authored about 15 years ago by John Resig <[email protected]>
A typechange for test/qunit.

1a94a46826188fc3ba63680ca62db164589c70c9 authored about 15 years ago by John Resig <[email protected]>