| #9320 |
Load multiple scripts with $.getScript
|
|
enhancement
|
low
|
ajax
|
1.6.1
|
| #9323 |
"width" and "height" can not be set as attributes when creating an <img> with the props argument
|
|
bug
|
low
|
core
|
1.6.1
|
| #9335 |
Chrome triggers "change" on .blur()
|
|
bug
|
low
|
event
|
1.6.1
|
| #9358 |
.attr -> .prob in version 1.6.1
|
|
bug
|
low
|
attributes
|
1.6.1
|
| #9372 |
cssProps properties from object prototype chain causes errors
|
xelaris
|
bug
|
low
|
misc
|
1.6.1
|
| #9373 |
domManip (append/prepend/etc.) RE-evaluates contained scripts
|
|
bug
|
low
|
manipulation
|
1.6.1
|
| #9425 |
$.isWindow() is easily wrong.
|
rwaldron
|
bug
|
low
|
core
|
1.6.1
|
| #9448 |
.empty() on input field instead of .val('')
|
|
feature
|
low
|
manipulation
|
|
| #9463 |
attr() yields different results in 1.5.2 and 1.6.1
|
|
bug
|
low
|
attributes
|
1.6.1
|
| #9477 |
extend (deep) merges arrays fields instead of replacing them
|
tsvetomir
|
bug
|
low
|
core
|
1.6.1
|
| #9478 |
Access to the underlying XMLHttpRequest object from within $.ajax()
|
|
enhancement
|
low
|
ajax
|
1.6.1
|
| #9481 |
Performance optimization?
|
|
bug
|
low
|
core
|
1.6.1
|
| #9482 |
.css() and .animate() should accept "" values
|
lrbabe
|
enhancement
|
low
|
effects
|
1.6.1
|
| #9507 |
jQuery.isPlainObject( NodeList ) === true in IE 6, 7, 8
|
|
bug
|
low
|
core
|
1.6.1
|
| #9508 |
Allow RESTful requests with JSON-P by adding the request type as parameter
|
|
enhancement
|
low
|
ajax
|
1.6.1
|
| #9522 |
Cannot use .append() or .appendTo() with document fragments
|
|
bug
|
low
|
manipulation
|
1.6.1
|
| #9540 |
simplify form submissions
|
|
feature
|
low
|
ajax
|
1.6.1
|
| #9573 |
Animate YouTube container causes reload in Firefox
|
|
bug
|
low
|
effects
|
1.6.1
|
| #9578 |
[IE] is("[class]") is true on svg elements even when typeof(attr("class))=="undefined"
|
|
bug
|
low
|
selector
|
1.6.1
|
| #9585 |
[patch] jQuery silently eats ajax exception due to typo (regression)
|
|
bug
|
low
|
ajax
|
1.6.1
|
| #9590 |
IE7 / IE8 / IE9 bind() events order bug
|
|
bug
|
low
|
event
|
1.6
|
| #9607 |
Chrome 12.0.742.100 fails to return position and offset values for empty a and span elements.
|
|
bug
|
low
|
offset
|
1.6.1
|
| #9618 |
invalid attribute selector works in IE9 when it should fail
|
|
bug
|
low
|
selector
|
1.6.1
|
| #9621 |
animate of backgroundPositionX and backgroundPositionY fails in Firefox
|
|
bug
|
low
|
effects
|
1.6.1
|
| #9626 |
throws exception in ie 5.5
|
|
bug
|
low
|
support
|
1.6.1
|
| #9627 |
Adding Object.toString causes $(handler) not to run handler
|
|
bug
|
low
|
support
|
1.6.1
|
| #9657 |
Extend .hasClass to similar .hasClasses
|
waynepurtonsmith@…
|
feature
|
low
|
attributes
|
1.6.1
|
| #9667 |
jQuery .css can't read z-index value on Webkit browsers
|
|
bug
|
low
|
css
|
1.6.1
|
| #9672 |
Access to event.relatedTarget causes "Permission denied" exception in Firefox 3.5.x
|
|
bug
|
low
|
event
|
1.6.1
|
| #9681 |
jQuery freezes on chrome when calling $($)
|
|
bug
|
low
|
misc
|
1.6.1
|
| #9701 |
v1.6.1 google closure compile warnings
|
|
bug
|
low
|
misc
|
1.6.1
|
| #9704 |
trigger jquery submit handlers when vanilla javascript calls form.submit()
|
|
enhancement
|
low
|
event
|
1.6.1
|
| #9732 |
Add post example to serialize() docs
|
|
enhancement
|
low
|
ajax
|
1.6.2
|
| #9736 |
better load
|
|
bug
|
low
|
manipulation
|
1.6.2
|
| #9767 |
It would be nice to have Ruby-like shortcuts for map()
|
|
feature
|
low
|
core
|
1.6.2
|
| #9772 |
Preventing multiple jQuery instances on one page
|
|
enhancement
|
low
|
core
|
1.6.2
|
| #9774 |
.promise() after animation not returned properly (working in 1.6.1)
|
|
bug
|
low
|
effects
|
1.6.2
|
| #9777 |
.attr() changing wrong element on cloned elements (IE7 only)
|
timmywil
|
bug
|
low
|
manipulation
|
1.6.2
|
| #9789 |
If an animation 'complete' callback throws, it will keep getting invoked repeatedly
|
|
bug
|
low
|
effects
|
1.6.2
|
| #9842 |
.css(property, null) should work like .css(property, '')
|
rwaldron
|
enhancement
|
low
|
css
|
1.6.2
|
| #9889 |
Use Web Workers for AJAX requests
|
|
enhancement
|
low
|
ajax
|
1.6.2
|
| #10332 |
a lot of js error on this page
|
|
bug
|
low
|
web
|
1.6.4
|
| #10338 |
getResponseHeader() broken for CORS requests in Firefox 6
|
|
bug
|
low
|
ajax
|
1.6.4
|
| #10346 |
Customized Selector loop over uneccesarry elements in IE (browser can be frozen)
|
|
enhancement
|
low
|
selector
|
1.6.4
|
| #10485 |
use @hidden attribute to toggle visibility
|
rwaldron
|
feature
|
low
|
effects
|
git
|
| #10515 |
Meta: Investigate viability of insertAdjacentHTML use
|
rwaldron
|
feature
|
low
|
manipulation
|
1.7b2
|
| #10699 |
Calling stopPropagation() before trigger() doesn't call handlers on element
|
dmethvin
|
bug
|
low
|
event
|
git
|
| #10729 |
rmouseEvent & mouseHooks missing drag* events
|
|
bug
|
low
|
event
|
1.7
|
| #11059 |
hide(0) / show(0) extremely slow
|
rwaldron
|
enhancement
|
low
|
effects
|
1.6.4
|
| #11164 |
document all support tests
|
mikesherov
|
feature
|
low
|
support
|
1.7.1
|
| #11535 |
Inconsistent behavior between .val() and .prop("value") for <select>
|
timmywil
|
bug
|
low
|
attributes
|
1.7.2
|
| #11623 |
$(document).width() miscalculation in FF 10.0.1
|
cavo@…
|
bug
|
low
|
dimensions
|
1.7.2
|
| #12224 |
scrollbarDarkShadowColor inappropriately camelCased
|
mikesherov
|
bug
|
low
|
css
|
1.7.2
|
| #12310 |
$(window).height() and .width() do not work in IE6 and IE7
|
ebradsha
|
bug
|
low
|
dimensions
|
1.8.0
|
| #13417 |
domManip ignores empty strings
|
gibson042
|
bug
|
low
|
manipulation
|
1.9.1
|
| #13511 |
remove the .removeAttr("style") hack
|
|
bug
|
low
|
attributes
|
git
|
| #4028 |
".className:not(:first)." incorrect in IE
|
john
|
bug
|
major
|
selector
|
1.3.1
|
| #4208 |
Selector inconsistency with XML Namespaces
|
john
|
bug
|
minor
|
selector
|
1.3.2
|
| #5661 |
jQuery (or sizzle?) does not return children of HTML5 sections in IE7
|
john
|
bug
|
minor
|
selector
|
1.3.2
|