Timeline
Nov 13, 2013:
- 11:51 PM Changeset [2035695]2.2-stablekillphp by
- build/release.js
- 10:54 PM Ticket #14036 (ajaxLocation Includes HTTP Basic Authentication Info) closed by
- fixed: Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. …
- 10:53 PM Changeset [0d68b78]2.2-stablekillphp by
- AUTHORS.txt
- src/ajax.js
- 9:47 PM Ticket #14541 (Active connections may not be closed in IE11) created by
- As of IE11,
window.ActiveXObject
returnsfalse
in a boolean … - 9:01 PM Ticket #14207 (Ajax error defaults to status 404) closed by
- fixed: ajax: Fix #14207. file protocol returns status 0, see #8605. …
- 8:53 PM Changeset [dce2edb]2.2-stablekillphp by
- src/ajax/xhr.js
- 5:11 PM Ticket #14539 (Cannot select radio button after unselecting) closed by
- duplicate: Duplicate of #13245.
- 5:08 PM Ticket #14539 (Cannot select radio button after unselecting) created by
- Using jQuery to control radio button groupings (cannot use "name" in …
- 5:04 PM Ticket #14538 (Document Ready doesn't fire ever, after an exception is thrown by a ...) created by
- See the following for an example http://codepen.io/anon/pen/hHEpn We …
- 3:35 PM Ticket #14537 (bug running jQuery on Yahoo Mail (Tampermonkey)) closed by
- notabug: Please report to Tampermonkey.
- 3:34 PM Ticket #14537 (bug running jQuery on Yahoo Mail (Tampermonkey)) created by
- Just referencing the jQuery lib causes an error on mail.yahoo.com …
- 2:12 PM Ticket #14536 (Dealing with flaky tests) created by
- For example, testing anything related to focus is difficult and …
- 12:50 PM Ticket #14535 (Selection fails in IE11 when the last context is a no-longer-present ...) created by
- Per #14386 comment 7 …
Nov 12, 2013:
- 9:22 PM Ticket #14180 (focusin/out special events don't work cross-window) closed by
- fixed: Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. …
- 9:15 PM Changeset [1cecf64e]2.2-stablekillphp by
- src/event.js
- test/data/event/focusinCrossFrame.html
- test/unit/event.js
- 6:01 PM Ticket #14533 (Content-Type of application/json with Content-Length: 0 causes jQuery ...) closed by
- duplicate: Duplicate of #13756. Certainly a remote server could "crash" …
- 5:52 PM Ticket #14533 (Content-Type of application/json with Content-Length: 0 causes jQuery ...) created by
- Content-Type of application/json with Content-Length: 0 causes jQuery …
- 1:31 PM Changeset [b7f62ab]2.2-stablekillphp by
- test/jquery.js
- 12:14 AM Ticket #14492 (parseJSON incorrectly accepts comma expressions) closed by
- fixed: Fix #14492: More correct jQuery.parseJSON. Close gh-1419. (cherry …
- 12:13 AM Changeset [71b2ac52]2.2-stablekillphp by
- src/ajax/parseJSON.js
- test/jquery.js
- test/unit/core.js
- 12:08 AM Changeset [e8e53a6]2.2-stablekillphp by
Nov 11, 2013:
- 6:19 PM Ticket #14532 (ID selector fail with ':' in the id) created by
- IDs with ':' aren't found by the ID selector. Using HTML5 so IDs …
- 12:20 PM Changeset [07c3747]2.2-stablekillphp by
- src/css/addGetHookIf.js
- 12:20 PM Ticket #14340 (Remove oldIE code from support tests on master) closed by
- fixed: Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. …
Nov 10, 2013:
- 8:38 PM Ticket #14530 (elem.text("text") does not work for textNodes) created by
- jQuery's mutator method for textNode.text() does not change the …
- 6:43 PM Changeset [4b39a82]2.2-stablekillphp by
- test/data/testsuite.css
- test/unit/attributes.js
- test/unit/core.js
- test/unit/css.js
- test/unit/effects.js
- test/unit/event.js
- test/unit/manipulation.js
- test/unit/offset.js
- test/unit/selector.js
- test/unit/wrap.js
- 6:42 PM Changeset [2ace149]2.2-stablekillphp by
- test/unit/support.js
- 5:47 PM Changeset [7d5a1237]2.2-stablekillphp by
- build/tasks/build.js
- 5:25 PM Ticket #14415 (Remove sourcemap comment) closed by
- fixed: Fix #14415. Remove the source map comment in the release script. Close …
- 5:24 PM Changeset [562145e]2.2-stablekillphp by
- build/release.js
- 3:05 PM Changeset [650f325]2.2-stablekillphp by
- test/unit/core.js
- 2:34 PM Ticket #14423 (Internet Explorer leaks click event on body after adding an ...) closed by
- notabug: Determine which behavior is incorrect according to the standard and …
- 2:21 PM Ticket #14498 (Version 1.9.1 messes with some CSS animations) closed by
- notabug
- 2:16 PM Ticket #14505 (JQuery fadeTo() function not working) closed by
- notabug: Please ask for help on a forum.
- 2:09 PM Ticket #14501 (在实现表格变色上迟钝,slow,and error in selector) closed by
- duplicate: Duplicate of #13245.
- 1:53 PM Ticket #14516 (Error after DND Drop event) closed by
- notabug: That's not an error, that's a warning. Complain to Firefox. We can't …
- 1:52 PM Ticket #14525 (removeAttr() causes to send an unexpected request on Firefox) closed by
- notabug: Why are you trying to remove the
src
attribute? It's mirrored in the … - 1:48 PM Ticket #14526 (JQuery .load() - Script Tag Error) closed by
- notabug: Please ask for help on a forum. You can't
document.write()
something …
Nov 9, 2013:
- 6:04 PM Ticket #14395 (Put absolute URLs to source maps in release scripts) closed by
- wontfix: We've decided to remove the source map comment for now, so I'm closing …
- 5:12 PM Changeset [d0fadbba]2.2-stablekillphp by
- Gruntfile.js
- build/tasks/uglify.js
- package.json
Nov 8, 2013:
- 12:54 PM Ticket #14526 (JQuery .load() - Script Tag Error) created by
- I have two pages, (1) home.html (2) includes/footer.html I am trying …
- 10:03 AM Changeset [85d4c01]2.2-stablekillphp by
- Gruntfile.js
- 10:00 AM Changeset [45be91e]2.2-stablekillphp by
- test/unit/event.js
- 10:00 AM Ticket #14422 (CSP violation including jquery in a blank page) closed by
- fixed: Thank you for submitting this bug! Fixed via …
- 9:00 AM Ticket #14519 (jQuery Ajax converters behavior change) closed by
- notabug: The fact it used to call the XML to JSON converter was a bug. Since …
- 5:19 AM Ticket #14525 (removeAttr() causes to send an unexpected request on Firefox) created by
- When a page has a base tag, $('img').removeAttr('src') sends an …
Nov 7, 2013:
- 8:50 PM Ticket #14524 (jQuery's Ajax interferes after adding jQuery script to an inner iframe) created by
- In this example, attempting to jQuery.ajax or jQuery.get causes the …
- 7:04 PM Changeset [626cbde]2.2-stablekillphp by
- .jshintignore
- test/data/jquery-1.9.1.ajax_xhr.min.js
- test/data/jquery-1.9.1.js
- test/index.html
- test/unit/support.js
- 6:56 PM Ticket #14523 (Accessor signatures of $.fn.data() have a side effect) closed by
- notabug: jQuery.fn.data only _reads_ from data-* attributes one time and never …
- 6:28 PM Ticket #14523 (Accessor signatures of $.fn.data() have a side effect) created by
- When used as a getter,
$.fn.data
will "fall back" to the DOMdata-
… - 4:17 PM Ticket #12757 (Enforce style guide via build process) closed by
- fixed: Fix #12757 - use jscs to check the style guide Close gh-1396 …
- 3:45 PM Changeset [0bb4090c]2.2-stablekillphp by
- bower.json
- 3:38 PM Changeset [abfa210]2.2-stablekillphp by
- Gruntfile.js
- package.json
- 2:58 PM Changeset [5ce0b34]2.2-stablekillphp by
- .jscs.json
- Gruntfile.js
- package.json
- 2:16 PM Changeset [ee0d0e6]2.2-stablekillphp by
- test/data/support/csp-clean.php
- test/data/support/csp-log.php
- test/data/support/csp.log
- test/data/support/csp.php
- test/unit/support.js
- 12:00 PM Ticket #14074 (jQuery 1 throws an error on window ready when there is an element in ...) closed by
- fixed: Fix #14074: element id="nodeName". Close gh-1389. (cherry picked from …
- 11:57 AM Changeset [c66a5e70]2.2-stablekillphp by
- src/data/accepts.js
- test/data/core/aliased.html
- test/unit/core.js
- test/unit/data.js
- 2:36 AM Ticket #14522 (.width() and .height() return incorrect and inconsistent values when ...) created by
- When there's a document that has -ms-writing-mode: tb-lr; …
Nov 6, 2013:
- 8:03 PM Ticket #14502 (Long id Names With Periods Don't Get Selected) closed by
- notabug: Right. For pathological ID names, the first choice would be to use …
- 12:54 PM Ticket #14376 (`.data()` doesn't handle the attributes with digits in the name well) reopened by
- This is one of those weird situations where we "cantfix" but we …
- 12:19 PM Ticket #14520 (Using Jpaginate plugin with jquery-1.10.2.min.js) closed by
- notabug: Please ask for help on stackoverflow, …
- 10:49 AM Ticket #14376 (`.data()` doesn't handle the attributes with digits in the name well) closed by
- cantfix: > …
- 10:37 AM Changeset [ff365d30]2.2-stablekillphp by
- src/traversing.js
- 10:27 AM Ticket #14101 (Version 1.10 .data() differs from 1.8 when getting data from ...) closed by
- fixed: https://github.com/jquery/jquery/commit/30eee925dbc9f8d465ccf064f48c240 …
- 10:25 AM Changeset [30eee925]2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 9:16 AM Ticket #14518 (bug?) closed by
- duplicate: Duplicate of #13245. Use
.prop
instead of.attr
to get or set … - 8:57 AM Ticket #14520 (Using Jpaginate plugin with jquery-1.10.2.min.js) created by
- Error: Syntax error, unrecognized expression: [object …
- 8:48 AM Ticket #14519 (jQuery Ajax converters behavior change) created by
- I have an Ajax request with dataType specified as json. When I get a …
- 4:40 AM Ticket #14518 (bug?) created by
- http://jsfiddle.net/star4899/amw6E/2/ Event does not repeat bug
Note: See TracTimeline
for information about the timeline view.