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

Sizzle: removes qunit and adds .gitignore

1e027610d6000494558da753ce5601a05319408b authored over 12 years ago
Update Sizzle: adjusted POS handling; attribute names should be case-insensitive; dir cache performance tweak

43f24d50ec1f9de0cc7ebdd5340e07f9057a5a19 authored over 12 years ago
Make unit tests friendly to Closure Compiler. Closes gh-845.

Conflicts:
test/unit/effects.js
test/unit/offset.js

de9bed319e44cb01986fb1751ceb64266bba3f95 authored over 12 years ago
Update Sizzle: pseudo-classes should be case-insensitive

3dc77c4bfa08aba020cac17e87bca04fb217cedf authored over 12 years ago
Sizzle docs and README updates

9a40b1848a77e106d8ff96d40ca01d9b325f63bc authored over 12 years ago
Update Sizzle: better compression

7f8178033f758bd941dfb2d320d86e4af114c945 authored over 12 years ago
Update copyright to jQuery Foundation.

f661b9ea5e3750681e2f08e7bade045c5bc934ca authored over 12 years ago
Ever notice that static and problematic rhyme?

703f274ad4a4a00024e0bdfbcdf10c3c97488df1 authored over 12 years ago
Avoid running problematic static offset tests in IE8 on the swarm.

5c60e334d35df7065b7c09073f5aeaed58fd427d authored over 12 years ago
Update Sizzle: small regex fix

cef416116d9c954cf3fe0778d407578996a07b8a authored over 12 years ago
Update Sizzle: removes makeArray and uses native push/slice where available

9feb945e9d5b155ea2691301edd1cb98ecc492aa authored over 12 years ago
Sizzle: maxCacheLength -> cacheLength

d7372b180cebd5346b0f3fc404e047cc6327874c authored over 12 years ago
Sizzle: detects a buggy getElementsByName. Fixes #10799.

b325f7161c32a9dc8dfb49e5009af1b7f04ae276 authored over 12 years ago
Update Sizzle: Caching system respects DOM changes between uses of the same selector

461256a7114752824b15ef302c8b2481deee90b4 authored over 12 years ago
Update Sizzle: exposed compile function for external use. maxCacheLength can be adjusted.

330eb3bb79708761c897d66cf961c3eb5450c53c authored over 12 years ago
Update Sizzle: fixes a small bug in class matching

d8db54a056289cce647a5ba98be7453f000ef0ed authored over 12 years ago
Update Sizzle: adds caching to combinators

cdae7479a81d801a073423f560e96d519a2b301b authored over 12 years ago
Sizzle: space combinator update

5c200cf036c98e298345307db3354131921dae63 authored over 12 years ago
Update sizzle: fixes fail in traversing with :has selector

26f88d3de41ffeb006d7e235b3eb353023a5156f authored over 12 years ago
Sizzle: fix multiple nested pseudos. Fixes #7010.

accb3c4932055692221ba7d21e207680df8017b3 authored over 12 years ago
Use value rather than nodeValue in attributes (it's the string version). Update sizzle: default attribute handling.

b414fe1b0150db68e44f2be3c0b2b265b5dd0bf5 authored over 12 years ago
Sizzle: add cross-browser w3c whitespace rules; pseudo generation adjustment

6e36cbf90e0067dfc638ac8700f6fcbc7927e17f authored over 12 years ago
Sizzle: minor adjustments and a small fix in the child selector regex

800f47a5476a64501d7bbaaf43e498963cf804d8 authored over 12 years ago
UPDATE SIZZLE: completed rewrite for better things!

Remove reverse in traversing for comma selectors. Sizzle's handling of commas is now more consis...

b418fa1f0937b5c92085778b0e935f94dcf46dbd authored over 12 years ago
Add back ID shortcut. It's about 3 times faster than going through jQuery.fn.find and merging.

f71a6ec6cfe3f748a939eaa109e92b8a9bdac6cc authored over 12 years ago
Use ~ to hold grunt at 0.3.9

f18b75940e61a52ef9c0cf41a4bda3bcdae5c46c authored over 12 years ago
Fix typo in grunt lint:tests

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

3d822afbe8929b04d4ca17c6abb7afb7eeccbceb authored over 12 years ago
Move jQuery.sub to deprecated.js, because it is.

672701add1ddaf3988d84beaee6508f1e738def1 authored over 12 years ago
stop using reserved words as argument names

a69fbbaa8bbb2f17d798bb05cca24b01fddcd2a2 authored over 12 years ago
Update Sizzle: typo

7cf927cb08a3b6a82f24b32dd14f84a5273daa30 authored over 12 years ago
Update Sizzle: Size optimizations from gibson

304eebb260fe37d4105d78be8c5c90d1ccce2e39 authored over 12 years ago
Fix #11382. #11764. Only prevent click events on disabled elements.

We don't want a disabled link/button to register delegated clicks, but we do want events like mo...

8a01c9201abb3a5311d5b0019b0322de89df6374 authored over 12 years ago
Fix #11315. Selector for .on() is relative to delegateTarget.

This fixes a regresssion from 1.6.4. Be aware that nearly every place that this bug comes into p...

94e744aec9d25bb64a3cb72c3b81dd95e94d3955 authored over 12 years ago
Update Sizzle: reduced size. Add Sizzle's utilities.js to unit tests

ad2221853f839c15305f539b7b373241dfb6d628 authored over 12 years ago
As it turns out, we won't need the 'main' entry in package.json

3c86547a3b841807c4744af0fa4ee3894cc17a33 authored over 12 years ago
Fix #11969. Never a null moment when checking siblings.

cde4c326b82af4679026a202f02799e9fbd18cb4 authored over 12 years ago
Update copyright years for jQuery and Sizzle

53eb2305fb4e46f9ba08c1a41cdbb78b53787db9 authored over 12 years ago
Allow document to be passed to Sizzle.contains. Fixes #11539.

eecd8aef671d6a8720b4f66ee22b3d01ef1b951b authored over 12 years ago
Clear elements to avoid leaking memory. Close gh-837. Fixes #11809

b6d02735e955523adcf88ff92b3bc7ecb144c624 authored over 12 years ago
Fixes broken grunt watch task. Part 2

7a9b57aa691411e4d0eab56e4132673a4c7f4b00 authored over 12 years ago
Fixes broken grunt watch task.

babf81570c0d7f1de4f16d4f2927058de1799e45 authored over 12 years ago
Fix #10895. Reduce IE poll interval to save CPU time.

9cbe375a55dde24f98cd56c4f541473c01de1ff9 authored over 12 years ago
Update Sizzle: Removes directory caching in dirCheck. Fixes #11966.

375c44d9c715051940a1b9fa5fbafb5c021b6a96 authored over 12 years ago
Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI loading method

96246332f723b0f83e465d0f9f580741c8272f80 authored over 12 years ago
Completes #11799: Maybe .progress() was cooler than I thought.

Generate a .progress() for each step of an animation, once all properties are changed. Closes gh...

c436ae04de80f8d232b5456f605331ecfaba4f49 authored over 12 years ago
Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965

a2758377df7eef02d155a30f869bdc3d8b7c02b9 authored over 12 years ago
Add grunt with lint to Sizzle

b47147118c8f291e7db34b377706b6f48ac45b3e authored over 12 years ago
Make @VERSION replace regex global. Fixes #11960

d4b5a1974d2b60989e9fe1158ce0b8c1f577c2d1 authored over 12 years ago
Make removeClass smart enough to remove duplicates. Fixes #11923

3206be877250f5fe958a0519ef19d52e277687ca authored over 12 years ago
Add a semicolon in unit test; this pull predated lint mandate.

4df3aaeab3f5c1f54d7564fe9973f6bf35664265 authored over 12 years ago
Fix #11797. Use Deferred for better animation callbacks. Closes gh-830.

In particular, an animation stopped with `gotoEnd` will be rejected.

36369ce50ff276dcf2959add7dc949af83b221c2 authored over 12 years ago
Fix #11925, Pass eventHandle to special.teardown. Closes gh-831.

* Added unit test to confirm.
The third assertion fails without the fix in ./src/event.js

9bb3494ce99889e05a7333e38e4da9579ce6af8e authored over 12 years ago
Updating the source version to 1.8pre.

d2b0c60840b09a66c9d72bba635d0c29d3e7565e authored over 12 years ago
Tagging the 1.8b1 release.

2236c55b9135dc9867218cc35b713bacdd0a8350 authored over 12 years ago
Fix #11757. IE 6/7 can't clean up circular DOM-JS refs.

Why? Because it's dumb. Verified with the case in the ticket.

ad8dc12ac28915891127666d5b6c2d3200d1e79c authored over 12 years ago
Removes scripts:postinstall from package.json, see: 286c4d91dde12ba32f4a56273d05374b1cbb79e7

d5658e978d9a7234e537d57c45069ce223cb3853 authored over 12 years ago
Do jQuery.trim in less bytes (-5).

26bdbb806eeb1d8e1881b3fc11ff298eb4d1dca0 authored over 12 years ago
Add parseHTML for explicitly parsing strings into html. Fixes #11617.

e2497c682f26b7916d76cb2896c6fe621b376d82 authored over 12 years ago
Unit tests are linted and passing.

7ff3da186cf9bb5ea23f5a0b9543302ef0f861f7 authored over 12 years ago
Close GH-829: no ticket: smaller jQuery.ready.

66501469c0c21107837375538a13273e32fdc7cf authored over 12 years ago
Revert "Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290"

This reverts commit 239fc86b01d52fd9df6d1963027ed37b4f6251fc.

The consensus is that this would ...

c20e031058c6210a1ed753f75af80588f076d60d authored over 12 years ago
Restore rhtmlString to its original form. 1.9 will come with starts-with html matching. For now, we are warning against broad use of jQuery() to parse html.

6cdca88eee674e48f9bf0e41fca18f75f32426b7 authored over 12 years ago
Actually omit files that are specified. Fixes #11943

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

bc9945a6a466e3431260615c2e663ca8848095e7 authored over 12 years ago
Update Sizzle: fixes test fails in selector module in IE9/Opera

f3515b735e4ee00bb686922b2e1565934da845f8 authored over 12 years ago
Update Sizzle: minor fix for matchesSelector usage in FF<12

c8d5734e5bfafe7a5c7ede8ca87b412e79f3c22b authored over 12 years ago
Update Sizzle: performance testing and changes for optimization. Adds back matchesSelector.

cc9bc0bb6b4ea729c427223c7296c2395423b081 authored over 12 years ago
Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290

239fc86b01d52fd9df6d1963027ed37b4f6251fc authored over 12 years ago
Adds post-install grunt hook

286c4d91dde12ba32f4a56273d05374b1cbb79e7 authored over 12 years ago
When detecting html in init, ignore html characters within quotes, brackets, and parens as well as escaped characters which are valid in selectors. Fixes #11290.

7692ae419d4c19bd06a0ba01fc2af8d21035873c authored over 12 years ago
Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270.

868a9cea08579ae635ce258aed3062705a8d2379 authored over 12 years ago
Fixes test fails in traversing and event

fcd6ea84653d0bfb0d0444bf7508878c39c8b6d2 authored over 12 years ago
Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont strategy. Fixes #11814.

ccffddd89b5fd6ce9388d1db52361c59649b132a authored over 12 years ago
Update Sizzle

2e5d6452876caca921054108180a70a168a77c0d authored over 12 years ago
Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector caching to Sizzle. Fixes #11826.

713cc8609637a943f77039726d96f5e9f7a36f2b authored over 12 years ago
Detect IE collapsing body margin directly rather than inferring it.

c18f1f119e07b08793ffb1e98621170f5f2eaba4 authored over 12 years ago
Update Sizzle

5c37506540550bfc596489d2bef93ac53adbe6e3 authored over 12 years ago
Fixes typo in comment

c31a5ee9aaf80a2f36a30cbede9b30de56a05d44 authored over 12 years ago
Browser sniffing is *bad*, folks, even in unit tests.

90a6a493e4aed3e2eb67c233a0374260487cf0a4 authored over 12 years ago
Fix comment block indents

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

bab641a113dce7638bd17ea2eb0675abf0daa6ba authored over 12 years ago
Update document.defaultView.getComputedStyle. Fixes #10373

f7ee1f6e59f0b465f5f64bf6ac52108e445efaac authored over 12 years ago
Grunt: Include commit in header if passed as ENV arg, mostly for Jenkins

ab542c11cafd494e15bd84df3958a5e8876f02fe authored over 12 years ago
Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling.

80295ed0e54f30ce91d652920454c61c9dd06a09 authored over 12 years ago
Ensure that IE stays in Big Boy mode.

Although we use a lot of iframes in the test, the IE document mode is set by the parent document...

a416e2ba0d10bf1e1e94b5d023543d38ad08fcfb authored over 12 years ago
Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.

Closes gh-666, thanks to @rkatic!

ea9ec9527647f0cea396ca536e6f34b4a4491d11 authored over 12 years ago
Fix #11566, allow appending to DocumentFragment, closes gh-814.

9c28a320c3fa6dcc06de4919d24da41451843570 authored over 12 years ago
Fix #9505, percentage position values in Webkit, closes gh-825.

0b352f6cb58a1ece3f5d1fb978cdb40bd5b0e854 authored over 12 years ago
Interim take on cross-module variables, closes gh-817.

a101e81bde71e94170f1fa899432cbe8150910f9 authored over 12 years ago
Fix #11905, correct package.json license URLs, closes gh-826.

46d680458b74fcf956f6161a2b73b6b00fc2541d authored over 12 years ago
Update Sizzle: Removes an unnecessary link in the test suite

75bed122e134d36bf28bacd475fb4bfa9659eb39 authored over 12 years ago
Update Sizzle. Fixes #11109.

8763bec032bc2dc10bf0d6686b820b731b525091 authored over 12 years ago
Update version in package.json to reflect current version and make -git builds slighlty more useful

e64f89d9aaf26c2dae6c7f1ef29a2d3cadd0b4b2 authored over 12 years ago
Use QUnit's URL configs to simplify custom configuration. Closes gh-827

a7430dfb12f2bcf10bd51ec0bab4832791c0aa9f authored over 12 years ago
Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in tests

8f944a1b5c0abce054cf9e6ac4010c782557ce26 authored over 12 years ago
Grunt: Update testswarm task to use new module filter, reduces duplication when running, should speed things up

1ea4fe705207476698e7768036343b2ebe3bb31f authored over 12 years ago
Update QUnit to v1.8.0

7c16273b1c5d7dd4377adf9d82063edb5c61429c authored over 12 years ago
Fix args translation example in gruntfile comments

9c9bc5aa3bfa8dafc208862f26afbdc3f518b187 authored over 12 years ago
Simplify the terminal command args syntax for custom builds. Update README

f13de6b3d6256f457da0a3c8274ba33656f8df4f authored over 12 years ago
Fix typo in README

47298a7d1686096ddb12199de33deaf404b1a482 authored over 12 years ago
Adds ajax to the list of optional modules.

501927719cd5b486fae8e2e710cc8e60dbe550ae authored over 12 years ago
Tweak test for #11743 in an attempt to placate Jenkins.

I can't get the current test to fail locally or in Browserstack, but suspect it may have somethi...

83dfb99ea96b7c528667d38bb5e0bcff3dd0f309 authored over 12 years ago