Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
jQuery
jQuery is a fast, small, and feature-rich JavaScript library.
Collective -
Host: opensource -
https://opencollective.com/jqueryorg
- Website: https://jquery.com/
- Code: https://github.com/jquery/jquery
Actually fix #11523 (in Opera, `.offset()` sometimes return all 0s), add `$.support.zeroOffset`
github.com/jquery/jquery - laughinghan opened this pull request almost 13 years ago
github.com/jquery/jquery - laughinghan opened this pull request almost 13 years ago
Fixes #11528 - IE <= 8 can't serialize html5 elements sometimes
github.com/jquery/jquery - cmcnulty opened this pull request almost 13 years ago
github.com/jquery/jquery - cmcnulty opened this pull request almost 13 years ago
Fix #11523 (in Opera, `.offset()` sometimes return all 0s), add `$.support.zeroOffset`
github.com/jquery/jquery - laughinghan opened this pull request almost 13 years ago
github.com/jquery/jquery - laughinghan opened this pull request almost 13 years ago
added Shiv check so show/hide work with Modernizr
github.com/jquery/jquery - BigBlueHat opened this pull request almost 13 years ago
github.com/jquery/jquery - BigBlueHat opened this pull request almost 13 years ago
Add EditorConfig file denoting indentation styles
github.com/jquery/jquery - treyhunner opened this pull request almost 13 years ago
github.com/jquery/jquery - treyhunner opened this pull request almost 13 years ago
Fixes #8653, handle undefined and null values in jQuery.param()
github.com/jquery/jquery - tks2103 opened this pull request almost 13 years ago
github.com/jquery/jquery - tks2103 opened this pull request almost 13 years ago
Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
Allow triggered, simulated change events. Fixes #11500
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
Add testcase to #11469 and make it more succinct
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
fix 11469: exclude margins from the properties that can't be negative.
github.com/jquery/jquery - louisremi opened this pull request almost 13 years ago
github.com/jquery/jquery - louisremi opened this pull request almost 13 years ago
Changed hover() (and it's unit test) to optionally accept an object with 'over' and 'out' properties
github.com/jquery/jquery - spartan-developer opened this pull request almost 13 years ago
github.com/jquery/jquery - spartan-developer opened this pull request almost 13 years ago
Fix #11473 - $.fn.html does not alter descendant elements.
github.com/jquery/jquery - braddunbar opened this pull request almost 13 years ago
github.com/jquery/jquery - braddunbar opened this pull request almost 13 years ago
Remove moot second argument from slice.call()
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
Update src/event.js - proposed fix for bug http://bugs.jquery.com/ticket/11464
github.com/jquery/jquery - stephband opened this pull request almost 13 years ago
github.com/jquery/jquery - stephband opened this pull request almost 13 years ago
avoid unnecessary delegation as an optimization
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
Fix #11325: improve domManip/buildFragment/clean
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
Updating year to 2012.
github.com/jquery/jquery - jbruni opened this pull request almost 13 years ago
github.com/jquery/jquery - jbruni opened this pull request almost 13 years ago
Guard against exceptions when clearing safeChildNodes. Supplements #11356
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
#11439 - Remove the usage of the undefined jQuery.support.parentNode.
github.com/jquery/jquery - rkatic opened this pull request almost 13 years ago
github.com/jquery/jquery - rkatic opened this pull request almost 13 years ago
Remove obsolete test code. Fixes #11435
github.com/jquery/jquery - amonat opened this pull request almost 13 years ago
github.com/jquery/jquery - amonat opened this pull request almost 13 years ago
fixes #7986 fix broken box model
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
Fixes #11409: jQuery.ajax() Object traversal flaws
github.com/jquery/jquery - avoidwork opened this pull request almost 13 years ago
github.com/jquery/jquery - avoidwork opened this pull request almost 13 years ago
Added functionality in the load system.
github.com/jquery/jquery - brunoais opened this pull request almost 13 years ago
github.com/jquery/jquery - brunoais opened this pull request almost 13 years ago
fixes #10828, ATTR("COORDS") RETURNS UNDEFINED IN IE7
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
fixes #3838, $(document).height() incorrect in IE6
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
fixes #10693, generalizes the "test something in an iframe" code
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
Fix #11370: .siblings() shouldn't throw exception on a detached element
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
github.com/jquery/jquery - 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
github.com/jquery/jquery - janis-grigaluns opened this pull request almost 13 years ago
github.com/jquery/jquery - janis-grigaluns opened this pull request almost 13 years ago
Fix #11359: preserve contents for cloned scripts
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
Avoid hoarding elements in DocumentFragments. Fixes #11356
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
fixes #10901, PHP required for unit tests, but still allow the tests to run
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
#11317: jQuery.number
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
Added the use of classList when it is available
github.com/jquery/jquery - brunoais opened this pull request almost 13 years ago
github.com/jquery/jquery - brunoais opened this pull request almost 13 years ago
#11317: jQuery.ifNumeric
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
Fix #11337. Properly calculate $.support.reliableMarginRight.
github.com/jquery/jquery - vlazar opened this pull request almost 13 years ago
github.com/jquery/jquery - vlazar opened this pull request almost 13 years ago
Rewrote the eq() method using a much faster implementation
github.com/jquery/jquery - caleb531 opened this pull request almost 13 years ago
github.com/jquery/jquery - caleb531 opened this pull request almost 13 years ago
Always use rscriptType in jQuery.clean(); Includes test. Fixes #11323
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
smaller/stronger domManip/buildFragment/clean
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
Fix whitespace mismatch introduced in bf7a4df22a
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
Fix for #11316
github.com/jquery/jquery - mathiasbynens opened this pull request almost 13 years ago
github.com/jquery/jquery - mathiasbynens opened this pull request almost 13 years ago
Fix for #11316
github.com/jquery/jquery - mathiasbynens opened this pull request almost 13 years ago
github.com/jquery/jquery - mathiasbynens opened this pull request almost 13 years ago
Coerce hexadecimal in data attributes to decimal
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
WebKit looses checked state of radio input after clone if name attribute is placed after checked attribute.
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
github.com/jquery/jquery - sindresorhus opened this pull request almost 13 years ago
addClass/removeClass can now be passed arrays, or N arguments
github.com/jquery/jquery - keithamus opened this pull request almost 13 years ago
github.com/jquery/jquery - keithamus opened this pull request almost 13 years ago
XMLDoc cloning always done using .cloneNode(), fixes #11291
github.com/jquery/jquery - adebree opened this pull request almost 13 years ago
github.com/jquery/jquery - adebree opened this pull request almost 13 years ago
Easing: Only use the state to calculate the value. Fixes #11284
github.com/jquery/jquery - scottgonzalez opened this pull request almost 13 years ago
github.com/jquery/jquery - scottgonzalez opened this pull request almost 13 years ago
fixes #10901, officially makes PHP a dependency for unit tests
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request almost 13 years ago
Correct path to source files. Fixes #11257
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request almost 13 years ago
no ticket: smarter build to avoid redefining common subcomponent-local variables
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request almost 13 years ago
Make ( append | prepend | before | after ) accept array of jQuery objects as an argument
github.com/jquery/jquery - sindresorhus opened this pull request about 13 years ago
github.com/jquery/jquery - sindresorhus opened this pull request about 13 years ago
#11219: Prevent jQuery.param infinite loops
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
fix prefilter comment typo
github.com/jquery/jquery - presbrey opened this pull request about 13 years ago
github.com/jquery/jquery - presbrey opened this pull request about 13 years ago
Optimization for compression
github.com/jquery/jquery - stereobooster opened this pull request about 13 years ago
github.com/jquery/jquery - stereobooster opened this pull request about 13 years ago
Adds test to support Sizzle getText patch. Addresses #10864
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
jQuery.fold() and jQuery.fn.fold feature
github.com/jquery/jquery - lrsjng opened this pull request about 13 years ago
github.com/jquery/jquery - lrsjng opened this pull request about 13 years ago
Add undef:true to JSHint now that it understands hoisting
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
Guarantee that JSON in data-* attributes will be loaded by `.data` (#7579)
github.com/jquery/jquery - wolever opened this pull request about 13 years ago
github.com/jquery/jquery - wolever opened this pull request about 13 years ago
Fix #10639 a more robust solution
github.com/jquery/jquery - heygrady opened this pull request about 13 years ago
github.com/jquery/jquery - heygrady opened this pull request about 13 years ago
Fix #10931: Make unit tests work without web access.
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
#11145: harden jquery.event.dispatch against form-aliasing of the disabled property
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
Check if selector is not typeof string _and_ not null before reassigning arg values when on(event-map [, selector][, data]). Fixes #11130
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
#11124: context parameter for .is
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
fixes #10902 DRY up the number of ways to include src files in tests down to 1!
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
Fixes #11119,The curCSS function need only 2 arguments
github.com/jquery/jquery - cmc3cn opened this pull request about 13 years ago
github.com/jquery/jquery - cmc3cn opened this pull request about 13 years ago
The curCSS function only need 2 arguments
github.com/jquery/jquery - cmc3cn opened this pull request about 13 years ago
github.com/jquery/jquery - cmc3cn opened this pull request about 13 years ago
Improves handling of EOL whitespace error reporting
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
Update src/ajax.js -- Stringify parameters to handle JavaScript Objects ...
github.com/jquery/jquery - jwchang0206 opened this pull request about 13 years ago
github.com/jquery/jquery - jwchang0206 opened this pull request about 13 years ago
Update src/ajax.js -- added JSON.stringify() on passing parameters in jQ...
github.com/jquery/jquery - jwchang0206 opened this pull request about 13 years ago
github.com/jquery/jquery - jwchang0206 opened this pull request about 13 years ago
fixes #11048: make sure support tests don't modify the layout of the body
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
fixes #10996 (simplify offset)
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
Enforcing no coercion even where linters may have missed
github.com/jquery/jquery - rchmura opened this pull request about 13 years ago
github.com/jquery/jquery - rchmura opened this pull request about 13 years ago
Adds 'bdi' and 'data' to list of html5 shim list. Fixes #11055
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
fixes #10413 and fixes #10679
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
fix: The "sys" module is now called "util". It should have a similar
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
add new methods nextAt prevAt.
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
Correctly detect width and height of box-sizing:border-box elements
github.com/jquery/jquery - jamie-pate opened this pull request about 13 years ago
github.com/jquery/jquery - jamie-pate opened this pull request about 13 years ago
correct sys/util lib name on build
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
Fix Contribution Guides list of links, hopefully easier to notice and read 0_o
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
add nextAt and prevAt method
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
github.com/jquery/jquery - tojocky opened this pull request about 13 years ago
Check for object element clone support. Fixes #10324
github.com/jquery/jquery - tobio opened this pull request about 13 years ago
github.com/jquery/jquery - tobio opened this pull request about 13 years ago
fixes #7986, Bug in $.support.boxModel if page has DIV-element CSS
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
Fix #10967: jQuery.fn.promise returns provided object
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
Optimizations in deferred.js
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
Reformat jshint errors to be readable
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
1.7 - adding a cssHooks[prop].expand for use by animate() - Fixes #8498
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
github.com/jquery/jquery - mikesherov opened this pull request about 13 years ago
jQuery.param() should allow non-native constructed objects as props. Fixes 10978
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
github.com/jquery/jquery - rwaldron opened this pull request about 13 years ago
Fix #10858: CSS regular expressions recognize non-integer and explicit positive numbers
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
Fix #10546 - "click" event not bubbling up to the document on iOS
github.com/jquery/jquery - sindresorhus opened this pull request about 13 years ago
github.com/jquery/jquery - sindresorhus opened this pull request about 13 years ago
Fix #10931: Allow unit tests to work without web access.
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
github.com/jquery/jquery - gibson042 opened this pull request about 13 years ago
Drag and drop events have dataTransfer and filtered as mouse events. Fixes #10729
github.com/jquery/jquery - tamirzb opened this pull request about 13 years ago
github.com/jquery/jquery - tamirzb opened this pull request about 13 years ago