Timeline
Sep 26, 2013:
- 6:44 AM Ticket #14392 (toggle() on version 1.10.2) created by
- hi, the toggle action don't work very well when i have tried this: …
- 6:44 AM Ticket #14391 (toggle() on version 1.10.2) created by
- hi, the toggle action don't work very well when i have tried this: …
- 6:42 AM Ticket #14390 (toggle() on version 1.10.2) created by
- hi, the toggle action don't work very well when i have tried this: …
Sep 25, 2013:
- 12:20 PM Ticket #14386 (Sizzle calling into attachEvent breaks IE11) closed by
- duplicate: Duplicate of #13980. It looks like IE11 will continue to throw …
- 11:19 AM Ticket #14389 ($(selector).every(fn) and $(selector).any(fn) methods would be a nice ...) created by
- It will be very convenient if jQuery has .every() and .any() methods. …
- 11:19 AM Ticket #14388 ($(selector).every(fn) and $(selector).any(fn) methods would be a nice ...) created by
- It will be very convenient if jQuery has .every() and .any() methods. …
- 4:27 AM Ticket #14302 (offset().left shows wrong value in webkit(chrome) brower's) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Sep 24, 2013:
- 9:12 PM Ticket #14387 (option considered as a hidden element on Chrome) created by
- # TEST DESCRIPTION # myForm => element containing 9 visible inputs …
- 4:20 PM Ticket #14386 (Sizzle calling into attachEvent breaks IE11) created by
- This bug affects IE11 and the following code within jQuery: […] …
- 12:06 PM Ticket #14385 (The data() method returns String values for custom data-* attributes ...) closed by
- notabug: This is by design: > A value is only …
- 11:46 AM Ticket #14385 (The data() method returns String values for custom data-* attributes ...) created by
- The data() method of jQuery returns String values for custom …
- 9:25 AM Ticket #14384 (JQuery 1.10.2 is not working with IE10) closed by
- duplicate: Duplicate of #13169.
undefined
is not valid JSON and is … - 9:20 AM Ticket #13412 (parseJSON does not handle undefined in 1.9.1) closed by
- duplicate: Duplicate of #13169.
- 9:19 AM Ticket #13430 (Error in parseJSON:) closed by
- duplicate: Duplicate of #13169.
- 9:18 AM Ticket #13412 (parseJSON does not handle undefined in 1.9.1) reopened by
- 9:18 AM Ticket #13430 (Error in parseJSON:) reopened by
- 9:02 AM Ticket #14384 (JQuery 1.10.2 is not working with IE10) created by
- We are facing issue when we are parsing a json data. Below is the …
- 8:09 AM Ticket #14382 (pls check the themeroller) closed by
- notabug: This is the bug tracker for jQuery core. If you continue to have …
- 5:37 AM Ticket #14383 (The same code works differently with different browsers) created by
- Hello the same code works differently with Internet Explorer 9 and …
Sep 23, 2013:
- 10:18 PM Ticket #14382 (pls check the themeroller) created by
- hello, I try to use a themeroller, but is not walk in anywhere. it is …
- 6:11 PM Ticket #14381 (.add() throws "no such interface" in IE when adding nodes from another ...) created by
- 1. Open a new window, either with
target="_blank"
orwindow.open
… - 4:02 PM Ticket #14380 (Edge self-replacement cases of replaceWith) created by
- I created this ticket as per gibson042 request in …
- 1:10 PM Changeset [33c80f3]2.2-stablekillphp by
- test/unit/event.js
- 12:01 PM Changeset [9dadd68]2.2-stablekillphp by
- test/unit/event.js
- 10:13 AM Changeset [2d4c0d5]2.2-stablekillphp by
- src/manipulation/support.js
- 10:10 AM Changeset [2aa2957]2.2-stablekillphp by
- src/core.js
Sep 20, 2013:
- 2:55 PM Ticket #14379 (Issue with xhr.js) created by
- I’m trying to use the latest version of jQuery and the latest version …
- 9:42 AM Ticket #14378 (Have $.noop return a resolved promise) closed by
- notabug: You should simply use
$.when()
to get a promise resolved with no … - 9:14 AM Ticket #14377 (We don't want to write rgb in if statements, make this function in ...) closed by
- plugin: https://github.com/jquery/jquery-color
- 8:55 AM Ticket #14378 (Have $.noop return a resolved promise) created by
- $.noop = function () { var dfd = $.Deferred(); dfd.resolve(); …
- 8:42 AM Ticket #14377 (We don't want to write rgb in if statements, make this function in ...) created by
- Hello, I realized the code below doesn't work and it's needed to write …
- 4:44 AM Ticket #14335 (Uncaught TypeError: Object #<HTMLDocument> has no method 'getAttribute') closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 12:54 AM Ticket #14376 (`.data()` doesn't handle the attributes with digits in the name well) created by
- version affected: any (1.10.1) browser: any (chrome) OS: any (windows …
Sep 19, 2013:
- 8:17 PM Ticket #14375 (append() leaking objects into the global namespace) closed by
- notabug: Note that
item
,refundAmount
, andrefundCurrency
also "leak", … - 7:02 PM Ticket #14375 (append() leaking objects into the global namespace) created by
- On webkit browsers (i tested current chrome and safari on os x …
- 4:15 PM Changeset [210cbcf]2.2-stablekillphp by
- package.json
- 4:15 PM Changeset [1185427]2.2-stablekillphp2.1.0-beta1 by
- package.json
- 12:43 PM Ticket #14374 ($.param without serializing function results) created by
- Is it possible to add an option in $.param so that functions are …
- 10:27 AM Ticket #14290 (regression $('<table></table>').append("text content") fails in 1.10) closed by
- fixed: Fix #14290. Don't throw if text node is appended to table. Close …
- 10:24 AM Changeset [ec3ac9a]2.2-stablekillphp by
- src/manipulation.js
- 10:06 AM Ticket #14282 (Don't call getPreventDefault() if there is a defaultPrevented property) closed by
- fixed: Fix #14282. Don't fondle getPreventDefault if preventDefault exists. …
- 9:55 AM Changeset [4671ef1]2.2-stablekillphp by
- src/event.js
- 9:18 AM Ticket #14370 (.html(data) incorrectly modifies some regular expressions resulting in ...) closed by
- patchwelcome: As suspected, my implementation was just too big. …
- 9:06 AM Changeset [d79c036]2.2-stablekillphp by
- build/release.js
- 5:04 AM Ticket #14372 (Jquery Table rows become borderless) created by
- Hi , I am using the Jquery attr inside each function for toggle the …
Note: See TracTimeline
for information about the timeline view.