Timeline
Nov 19, 2013:
- 11:57 PM Ticket #14556 (outerWidth(true) off by one pixel in IE 11 and FF 25 but not Chrome 31) created by
- http://jsfiddle.net/aC5M6/ In the above Fiddle, the existence of …
- 9:26 PM Ticket #14555 (use jQuery1.10.2 in IE11,Tip:Object does not support the "attachEvent") created by
- when i use jQuery1.10.2 in IE11 ,have a bug,tip:Object does not …
Nov 18, 2013:
- 1:01 PM Ticket #14554 (Ticket 14424 Is Closed(Fixed) But It Is Still A Bug!) created by
- The ticket http://bugs.jquery.com/ticket/14424 is currently marked as …
- 7:49 AM Ticket #14553 (Ajax + Live (.on event)) closed by
- notabug: It's working just fine. That's not actually an equivalent for what you …
- 7:45 AM Ticket #14553 (Ajax + Live (.on event)) created by
- […] Not working.
Nov 16, 2013:
- 7:06 PM Changeset [dc649a3]2.2-stablekillphp by
- src/intro.js
- 1:00 PM Ticket #14552 (Store the context of a proxy as an attribute on the proxy object.) closed by
- notabug: Well in this case, the patch is only saving the
.context
as a …
Nov 15, 2013:
- 9:33 PM Ticket #14524 (jQuery's Ajax interferes after adding jQuery script to an inner iframe) closed by
- notabug: Notice that the first thing the
jQuery.get)()
docs do is tell you … - 7:25 PM Ticket #14552 (Store the context of a proxy as an attribute on the proxy object.) created by
- PR 1438 (https://github.com/jquery/jquery/pull/1438) stores the …
- 6:46 PM Ticket #14551 ($.extend does not work with 'set' propery) closed by
- notabug: This can't be supported in all browsers that jQuery 1.x supports, as …
- 6:43 PM Ticket #14551 ($.extend does not work with 'set' propery) created by
- In attempting to $.extend a jQuery object that utilizes 'set …
- 5:21 PM Ticket #14451 (Add bower and npm registrations to release script) closed by
- fixed: This issue was fixed starting with this commit: …
- 5:18 PM Ticket #14549 (npm jQuery does not expose the jQuery function, but instead a wierd factory) closed by
- fixed: Fixes #14549. Execute the factory immediately when CommonJS is used in …
- 5:18 PM Changeset [8f7db68]2.2-stablekillphp by
- src/intro.js
- 5:07 PM Ticket #14548 (npm jQuery does not have a main module) closed by
- fixed: Fixes #14548. Add main property to package.json Changeset: …
- 5:07 PM Changeset [6fde975]2.2-stablekillphp by
- package.json
- 4:04 PM Ticket #14550 (:visible not working on option elements in IE) created by
- IE behaves as though options are not :visible when they are. …
- 12:19 PM Changeset [8d09ee0]2.2-stablekillphp by
- test/data/headers.php
- test/unit/ajax.js
- 11:53 AM Ticket #14549 (npm jQuery does not expose the jQuery function, but instead a wierd factory) created by
- Even after fixing ticket #14548 myself, I was unable to use jQuery to …
- 11:50 AM Ticket #14548 (npm jQuery does not have a main module) created by
- Because jquery's package.json does not have a "main" field, it's not …
- 10:48 AM Changeset [14c19cf]2.2-stablekillphp by
- build/release.js
- 10:32 AM Changeset [b04b386]2.2-stablekillphp by
- .npmignore
- build/release.js
- 9:55 AM Changeset [6f74abb]2.2-stablekillphp by
- bower.json
- package.json
- 9:54 AM Changeset [1f7661f5]2.2-stablekillphp by
- bower.json
- package.json
- 9:50 AM Changeset [21c218e]2.2-stablekillphp by
- .gitignore
- 9:32 AM Changeset [9aacb89]2.2-stablekillphp by
- build/release.js
- 7:06 AM Ticket #14547 (.find method has different response in different jQuery) closed by
- notabug:
[value!=""]
is an attribute selector, which jQuery versions … - 2:28 AM Ticket #14547 (.find method has different response in different jQuery) created by
- I have a DOM on the page: […] . I use […] to try select the …
- 1:47 AM Ticket #14546 (Depricated function Call) created by
- The getPreventDefault function called in a line on the script seems to …
Nov 14, 2013:
- 4:33 PM Changeset [c2aca17]2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 4:16 PM Ticket #14475 (Local Ajax requests don't work in IE 11 (ActiveXObject checking in ...) closed by
- fixed: https://github.com/jquery/jquery/commit/9ca87af44c7c606e124ee4d2110cecf …
- 3:29 PM Ticket #14424 (ajax with isLocal=true flag in IE) closed by
- fixed: Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434. …
- 3:27 PM Changeset [498e0e6]2.2-stablekillphp by
- src/.jshintrc
- src/ajax/xhr.js
- 3:05 PM Ticket #14544 (Remove elem reference from event handler) closed by
- fixed: Event: Fix #14544. Remove elem from event handle, close gh-1400. This …
- 2:46 PM Changeset [d0782ed]2.2-stablekillphp by
- src/event.js
- 2:36 PM Ticket #14535 (Selection fails in IE11 when the last context is a no-longer-present ...) closed by
- fixed: Fixes #14535: update Sizzle to 1.10.13 Changeset: …
- 2:36 PM Changeset [c389c2e]2.2-stablekillphp by
- bower.json
- 1:05 PM Ticket #14545 (In-body style element returns nonzero dimensions) created by
- In HTML5, it is now valid to have style tags outside the head tag. …
- 12:26 PM Ticket #14544 (Remove elem reference from event handler) created by
- The reference to the element being handled at …
- 10:21 AM Changeset [7f0b28e]2.2-stablekillphp by
- build/release.js
- 10:17 AM Changeset [ac7ff97]2.2-stablekillphp by
- .gitignore
- .jshintignore
- .travis.yml
- Gruntfile.js
- README.md
- bower.json
- build/bower-install.js
- build/tasks/build.js
- package.json
- test/data/testinit.js
- …
- 10:10 AM Changeset [1a13e0b]2.2-stablekillphp by
- bower.json
- 9:11 AM Ticket #14543 (Move more types constants to separate variables like strundefined) created by
- As
typeof undefined
is stored instrundefined
why not also … - 4:26 AM Ticket #14542 (Add jQuery.Callbacks.forget) created by
- This patch adds a new method to jQuery.Callbacks named forget which …
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
Note: See TracTimeline
for information about the timeline view.