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
1.7 data: set a flag in the private data cache to avoid having to scan attributes multiple times - Fixes #8909
gnarf opened this pull request over 13 years ago
gnarf opened this pull request over 13 years ago
1.7 Implements event property hooks. Fixes #8789
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Fixed issue for undefined data values that breaks chaining
jsoverson opened this pull request over 13 years ago
jsoverson opened this pull request over 13 years ago
1.7 - "public data" stored as a key on "internal data" - Fixes #8921
gnarf opened this pull request over 13 years ago
gnarf opened this pull request over 13 years ago
data: Storing internal cache in a separate place
gnarf opened this pull request over 13 years ago
gnarf opened this pull request over 13 years ago
Using classList if it is possible
silentroach opened this pull request over 13 years ago
silentroach opened this pull request over 13 years ago
Add shorthand functions for more HTTP methods
alexturpin opened this pull request over 13 years ago
alexturpin opened this pull request over 13 years ago
1.7 animate: allow named queues to be used by animate - fixes #9280
gnarf opened this pull request over 13 years ago
gnarf opened this pull request over 13 years ago
Fix timers deletion race condition. Fixes #10235
aitorciki opened this pull request over 13 years ago
aitorciki opened this pull request over 13 years ago
Adds support for multiplication and division to jQuery's relative-value syntax
jtaby opened this pull request over 13 years ago
jtaby opened this pull request over 13 years ago
Misleadingly variable name name "isObj" in each function
joelbirchler opened this pull request over 13 years ago
joelbirchler opened this pull request over 13 years ago
1.7 Remove multiple attributes (Symmetry with removeClass) Combines patches submitted by leeoniya, zertosh and my own tests. Fixes#5479
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Fix #7322. Make `.is()` with a positional selector work like delegated event logic
dmethvin opened this pull request over 13 years ago
dmethvin opened this pull request over 13 years ago
1.7 HTML5 Support for innerHTML, clone & style. Fixes #6485
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Fix #10208. Check for `button` as well as `input`
dmethvin opened this pull request over 13 years ago
dmethvin opened this pull request over 13 years ago
Added support to check/uncheck a checkbox via .val(Boolean)
scriptmaster opened this pull request over 13 years ago
scriptmaster opened this pull request over 13 years ago
Reverts broken support string. Fixes #10197
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Bug in rmultidash. Fixes #10194
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Correct a typo: “it’s value” → “its value”.
mathiasbynens opened this pull request over 13 years ago
mathiasbynens opened this pull request over 13 years ago
Use `-999em` instead of `-1000px`. Even smaller + saves a byte
mathiasbynens opened this pull request over 13 years ago
mathiasbynens opened this pull request over 13 years ago
Save some bytes by using unquoted attribute values in the innerHTML
mathiasbynens opened this pull request over 13 years ago
mathiasbynens opened this pull request over 13 years ago
Use `document.body` instead of the needlessly verbose `document.getElementsByTagName( "body" )[ 0 ]`
mathiasbynens opened this pull request over 13 years ago
mathiasbynens opened this pull request over 13 years ago
Typo
mathiasbynens opened this pull request over 13 years ago
mathiasbynens opened this pull request over 13 years ago
Save some bytes by using unquoted attribute values for the innerHTML string
mathiasbynens opened this pull request over 13 years ago
mathiasbynens opened this pull request over 13 years ago
return String possible number in data is too big
jigfox opened this pull request over 13 years ago
jigfox opened this pull request over 13 years ago
Apply fixes as noted by Diego Perini, David Murdoch & Mathias Bynens. Supplements #9634
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
1.7 jQuery.offset.supportsFixedPosition. Ticket #6809
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Fix lint complaints about unescaped -. Follow up to #10021
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Bugfix in Webkit browsers
yeikos opened this pull request over 13 years ago
yeikos opened this pull request over 13 years ago
Fixes #9521. Prioritize #id over <tag> to avoid XSS via location.hash.
dmethvin opened this pull request over 13 years ago
dmethvin opened this pull request over 13 years ago
Fixes #10098. Avoid a slashy-starry char sequence.
dmethvin opened this pull request over 13 years ago
dmethvin opened this pull request over 13 years ago
Ticket #5479. Enhancement of removeAttr()
zertosh opened this pull request over 13 years ago
zertosh opened this pull request over 13 years ago
Fixes #5479.
zertosh opened this pull request over 13 years ago
zertosh opened this pull request over 13 years ago
Fix removeData for case when cache is a frame's window
moschel opened this pull request over 13 years ago
moschel opened this pull request over 13 years ago
Added isString to jQuery object.
rotorz opened this pull request over 13 years ago
rotorz opened this pull request over 13 years ago
Test cache for window inference. Fixes #10080
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Adds comments regarding opacity test adjustments
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Test if opacity is not expected val
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
$.inArray crushes IE6 and Chrome if second argument is `null` or `undefined`
anton-ryzhov opened this pull request over 13 years ago
anton-ryzhov opened this pull request over 13 years ago
Fixes #10021. Allow negative relative values for `.css()`
dmethvin opened this pull request over 13 years ago
dmethvin opened this pull request over 13 years ago
Fixes #9572. Don't camelize the `-ms-` prefix because Microsoft didn't. A
dmethvin opened this pull request over 13 years ago
dmethvin opened this pull request over 13 years ago
Prevent IE from crashing when clicking VML nodes
zacstewart opened this pull request over 13 years ago
zacstewart opened this pull request over 13 years ago
Adds a due diligence check for pre-defined data-* attrs during removal. Fixes #10026
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Adds a due diligence check for pre-defined data-* attrs during removal. Fixes #10027
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Do not allow assumed cache[id] in jQuery.data. Fixes #8235
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Fix for ticket #10006 - setting display on a disconnected node for .show()
markelog opened this pull request over 13 years ago
markelog opened this pull request over 13 years ago
Change unnec. typeof check to explicit === true. Fixes #9994
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Improves support for arbitrary numbers in data keys. Fixes #9318
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Fixes assertion counts and dom element fixture issue
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Typo correction strictEquals=>strictEqual. Fixes #9964
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Fix #6942 by checking for mouse events before calculating pageX/pageY values
ghost opened this pull request over 13 years ago
ghost opened this pull request over 13 years ago
Check body existence before referencing its properties (fixes Nokia error)
scottjehl opened this pull request over 13 years ago
scottjehl opened this pull request over 13 years ago
Only unbind all matching handlers if passed handler is undefined. Fixes #9959
kpozin opened this pull request over 13 years ago
kpozin opened this pull request over 13 years ago
Removes duplicate test block. Fixes #9913
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Renames duplicate named test block. Fixes #9912
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Removes empty, duplicate named test block. Fixes #9914
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Pause animation when tab loses focus. Fixes bug #9381
louisremi opened this pull request over 13 years ago
louisremi opened this pull request over 13 years ago
Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Non-breaking-space should achieve the same effect as a visible character. Fixes #9634
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Builds minimal license header block for jquery.min.js
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Updates license block to reflect new minimal format
rwaldron opened this pull request over 13 years ago
rwaldron opened this pull request over 13 years ago
Support data attributes with single letters and numbers in the name
olivernn opened this pull request over 13 years ago
olivernn opened this pull request over 13 years ago
Calling $.get() / $.post() without a callback argument
shesek opened this pull request over 13 years ago
shesek opened this pull request over 13 years ago
Global Ajax beforeSend event
josh opened this pull request over 13 years ago
josh opened this pull request over 13 years ago
Allow users to respond to other ajax event states
plukevdh opened this pull request over 13 years ago
plukevdh opened this pull request over 13 years ago
Normalize event.layerX and event.layerY
caleb531 opened this pull request over 13 years ago
caleb531 opened this pull request over 13 years ago
New Flag: jQuery.support.raf - Allow disabling requestAnimationFrame for people having issues with #9381
gnarf opened this pull request over 13 years ago
gnarf opened this pull request over 13 years ago
Fixes #9381.
stephenjudkins opened this pull request over 13 years ago
stephenjudkins opened this pull request over 13 years ago