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

Updating year to 2012.

jbruni opened this pull request almost 13 years ago
tiny optimization

Oskariok opened this pull request almost 13 years ago
Guard against exceptions when clearing safeChildNodes. Supplements #11356

rwaldron opened this pull request almost 13 years ago
#11439 - Remove the usage of the undefined jQuery.support.parentNode.

rkatic opened this pull request almost 13 years ago
Remove obsolete test code. Fixes #11435

amonat opened this pull request almost 13 years ago
fixes #7986 fix broken box model

mikesherov opened this pull request almost 13 years ago
Fixes #11409: jQuery.ajax() Object traversal flaws

avoidwork opened this pull request almost 13 years ago
Added functionality in the load system.

brunoais opened this pull request almost 13 years ago
fixes #10828, ATTR("COORDS") RETURNS UNDEFINED IN IE7

mikesherov opened this pull request almost 13 years ago
fixes #3838, $(document).height() incorrect in IE6

mikesherov opened this pull request almost 13 years ago
fixes #10693, generalizes the "test something in an iframe" code

mikesherov opened this pull request almost 13 years ago
Fix #11370: .siblings() shouldn't throw exception on a detached element

gibson042 opened this pull request almost 13 years ago
Fix #11367: Custom events on form fail if it has an input with the same name

janis-grigaluns opened this pull request almost 13 years ago
Fix #11359: preserve contents for cloned scripts

gibson042 opened this pull request almost 13 years ago
Avoid hoarding elements in DocumentFragments. Fixes #11356

rwaldron opened this pull request almost 13 years ago
fixes #10901, PHP required for unit tests, but still allow the tests to run

mikesherov opened this pull request almost 13 years ago
Fixes #8545

markelog opened this pull request almost 13 years ago
#11317: jQuery.number

gibson042 opened this pull request almost 13 years ago
Added the use of classList when it is available

brunoais opened this pull request almost 13 years ago
#11317: jQuery.ifNumeric

gibson042 opened this pull request almost 13 years ago
Fix #11337. Properly calculate $.support.reliableMarginRight.

vlazar opened this pull request almost 13 years ago
Rewrote the eq() method using a much faster implementation

caleb531 opened this pull request almost 13 years ago
Always use rscriptType in jQuery.clean(); Includes test. Fixes #11323

rwaldron opened this pull request almost 13 years ago
smaller/stronger domManip/buildFragment/clean

gibson042 opened this pull request almost 13 years ago
Fix whitespace mismatch introduced in bf7a4df22a

rwaldron opened this pull request almost 13 years ago
Fix for #11316

mathiasbynens opened this pull request almost 13 years ago
Fix for #11316

mathiasbynens opened this pull request almost 13 years ago
Coerce hexadecimal in data attributes to decimal

sindresorhus opened this pull request almost 13 years ago
addClass/removeClass can now be passed arrays, or N arguments

keithamus opened this pull request almost 13 years ago
XMLDoc cloning always done using .cloneNode(), fixes #11291

adebree opened this pull request almost 13 years ago
Easing: Only use the state to calculate the value. Fixes #11284

scottgonzalez opened this pull request almost 13 years ago
fixes #10901, officially makes PHP a dependency for unit tests

mikesherov opened this pull request almost 13 years ago
Fixes #4624

cagataygurturk opened this pull request almost 13 years ago
Correct path to source files. Fixes #11257

rwaldron opened this pull request almost 13 years ago
no ticket: smarter build to avoid redefining common subcomponent-local variables

gibson042 opened this pull request almost 13 years ago
Fixes #8744

markelog opened this pull request almost 13 years ago
Make ( append | prepend | before | after ) accept array of jQuery objects as an argument

sindresorhus opened this pull request almost 13 years ago
#11219: Prevent jQuery.param infinite loops

gibson042 opened this pull request almost 13 years ago
too many undefs.

mikesherov opened this pull request almost 13 years ago
fix prefilter comment typo

presbrey opened this pull request almost 13 years ago
Optimization for compression

stereobooster opened this pull request almost 13 years ago
Adds test to support Sizzle getText patch. Addresses #10864

rwaldron opened this pull request almost 13 years ago
jQuery.fold() and jQuery.fn.fold feature

lrsjng opened this pull request almost 13 years ago
Add undef:true to JSHint now that it understands hoisting

mikesherov opened this pull request almost 13 years ago
Guarantee that JSON in data-* attributes will be loaded by `.data` (#7579)

wolever opened this pull request almost 13 years ago
Ticket #5087

nmjesus opened this pull request almost 13 years ago
Fix #10639 a more robust solution

heygrady opened this pull request almost 13 years ago
Fix #10931: Make unit tests work without web access.

gibson042 opened this pull request almost 13 years ago
Fixes #11163

markelog opened this pull request almost 13 years ago
#11145: harden jquery.event.dispatch against form-aliasing of the disabled property

gibson042 opened this pull request almost 13 years ago
#11124: context parameter for .is

gibson042 opened this pull request almost 13 years ago
Fixes #11123

markelog opened this pull request almost 13 years ago
fixes #10902 DRY up the number of ways to include src files in tests down to 1!

mikesherov opened this pull request almost 13 years ago
Fixes #11119,The curCSS function need only 2 arguments

cmc3cn opened this pull request almost 13 years ago
The curCSS function only need 2 arguments

cmc3cn opened this pull request almost 13 years ago
Improves handling of EOL whitespace error reporting

rwaldron opened this pull request almost 13 years ago
Update src/ajax.js -- Stringify parameters to handle JavaScript Objects ...

jwchang0206 opened this pull request almost 13 years ago
Update src/ajax.js -- added JSON.stringify() on passing parameters in jQ...

jwchang0206 opened this pull request almost 13 years ago
fixes #11048: make sure support tests don't modify the layout of the body

mikesherov opened this pull request almost 13 years ago
fixes #10996 (simplify offset)

mikesherov opened this pull request almost 13 years ago
Enforcing no coercion even where linters may have missed

rchmura opened this pull request almost 13 years ago
Adds 'bdi' and 'data' to list of html5 shim list. Fixes #11055

rwaldron opened this pull request about 13 years ago
fixes #10413 and fixes #10679

mikesherov opened this pull request about 13 years ago
fix: The "sys" module is now called "util". It should have a similar

tojocky opened this pull request about 13 years ago
add new methods nextAt prevAt.

tojocky opened this pull request about 13 years ago
Correctly detect width and height of box-sizing:border-box elements

jamie-pate opened this pull request about 13 years ago
correct sys/util lib name on build

tojocky opened this pull request about 13 years ago
mashal pull request

mashal opened this pull request about 13 years ago
Fix Contribution Guides list of links, hopefully easier to notice and read 0_o

rwaldron opened this pull request about 13 years ago
add nextAt and prevAt method

tojocky opened this pull request about 13 years ago
Check for object element clone support. Fixes #10324

tobio opened this pull request about 13 years ago
fixes #7986, Bug in $.support.boxModel if page has DIV-element CSS

mikesherov opened this pull request about 13 years ago
Fix #10967: jQuery.fn.promise returns provided object

gibson042 opened this pull request about 13 years ago
Optimizations in deferred.js

gibson042 opened this pull request about 13 years ago
Reformat jshint errors to be readable

rwaldron opened this pull request about 13 years ago
1.7 - adding a cssHooks[prop].expand for use by animate() - Fixes #8498

mikesherov opened this pull request about 13 years ago
jQuery.param() should allow non-native constructed objects as props. Fixes 10978

rwaldron opened this pull request about 13 years ago
Fix #10546 - "click" event not bubbling up to the document on iOS

sindresorhus opened this pull request about 13 years ago
Fix #10931: Allow unit tests to work without web access.

gibson042 opened this pull request about 13 years ago
node 0.6.5 support

cederigo opened this pull request about 13 years ago
Drag and drop events have dataTransfer and filtered as mouse events. Fixes #10729

tamirzb opened this pull request about 13 years ago
Add similar to $.fn.eq behavior for $.fn.end method.

markelog opened this pull request about 13 years ago
IE8 bug: property or method not found

poopsnagle opened this pull request about 13 years ago
CSS fixes rollup: fixes #10796 and fixes #10639

mikesherov opened this pull request about 13 years ago
jQuery.extend preserves and extends target when deep === false. Fixes 10867.

gibson042 opened this pull request about 13 years ago
Remove memory leak for 10006

markelog opened this pull request about 13 years ago
Ensure all elements are removed from 10006 test block

rwaldron opened this pull request about 13 years ago
Refactoring for better compress

markelog opened this pull request about 13 years ago
Adds Contributing to jQuery Guidelines section to readme. Fixes #10611

rwaldron opened this pull request about 13 years ago
ability to retrieve uncomputed styles in IE<9, fixes #10796

mikesherov opened this pull request about 13 years ago
A small optimization and fix

pimvdb opened this pull request about 13 years ago
Setter methods chainable with value=undefined. Fixes #5571.

gibson042 opened this pull request about 13 years ago
don't leak "body" to global, fixes #10826

mikesherov opened this pull request about 13 years ago
.attr('attribute', undefined) preserves the chain. Fixes #5571.

gibson042 opened this pull request about 13 years ago
Remove unnec .call( this... from one: function() {}. Fixes #10819

rwaldron opened this pull request about 13 years ago
Updates bind to on in src/ajax.js. Fixes #10817

rwaldron opened this pull request about 13 years ago