Timeline
05/09/11:
- 22:09 Ticket #9154 (:reset pseudo-selector broken) closed by
- fixed: Fixed. …
- 20:44 Ticket #9203 (beforeSend doesnt take into account promises) closed by
- wontfix: Returning false in beforeSend will cancel the request at all times so …
- 20:28 Ticket #9203 (beforeSend doesnt take into account promises) created by
- var request = $.ajax({ beforeSend: function() { return false } }); …
- 16:06 Ticket #9196 (parseJSON) closed by
- invalid: your example isn't valid json and at the end of the day, json2 doesn't …
- 16:02 Ticket #9197 (Documentation web site not working correctly) created by
- Unable to access http://api.jquery.com/*/ site works to the …
- 16:00 Ticket #9194 (Bug in Animate background position) closed by
- duplicate
- 15:38 Ticket #9196 (parseJSON) created by
- If you have a jsonString like that {0 : "zero", 1 : "one"} the native …
- 15:16 Ticket #9191 (attr checked difference) closed by
- fixed: This has been changed for 1.6.1, but I recommend using prop for …
- 15:14 Ticket #9195 (Calling on $('#<domID>') within an iFrame fails) created by
- I'm developing a Facebook app at the moment using jQuery 1.6. The facebook …
- 15:10 Ticket #9194 (Bug in Animate background position) created by
- Problem is in Animate background position. First of all when using two …
- 14:47 Ticket #9193 (Firefox 4 and jquery update problem) created by
- elem.nodeName is undefined [Break On This Error] hooks = jQuery.valHooks[ …
- 14:43 Ticket #9131 (the :eq selector (and others) doesnt return the same thing depending of ...) closed by
- invalid: Thanks for looking into it.
- 14:21 Ticket #9185 (attr gives an unhandled error when run on a document selection) closed by
- invalid: As the docs now state ( http://api.jquery.com/attr), attr should not be …
- 14:09 Ticket #8474 ([ firefox] jquery >= 1.5 won't work with flowplayer tooltip) closed by
- patchwelcome: Comment 9, we only support the last two versions of Opera (10.63 and the …
- 13:47 Ticket #9188 (Let .html() take multiple arguments like append()) closed by
- wontfix: Since .html() is intended for string html arguments it seems strange to …
- 13:38 Ticket #9186 (No way to set property by .prop() method with value which is a function) closed by
- wontfix: This is pretty rare. You can either assign the property to the DOM element …
- 13:31 Ticket #3838 ($(document).height() incorrect in IE6) reopened by
- The document has no content, so the document height should match the …
- 13:01 Ticket #9192 (internet explorer :checked value problem) created by
- dil=$("#elementh_id:checked").val(); i take this error: "object does not …
- 12:08 Ticket #9191 (attr checked difference) created by
- the bug affect jquery 1.6 (no bug on jquery 1.5) : HTML : <form> <input …
- 10:35 Ticket #9189 (Add helper functions .checked() and .disabled()) created by
- Per what Dave Methvin wrote in I am posting this as a reminder. Add …
- 10:25 Ticket #9188 (Let .html() take multiple arguments like append()) created by
- Let .html() take multiple arguments like append() does. Obviously I can …
- 09:12 Ticket #9186 (No way to set property by .prop() method with value which is a function) created by
- Sometime you need to define object where it's property names comes only in …
- 08:21 Ticket #9185 (attr gives an unhandled error when run on a document selection) created by
- Before jQuery 1.6, it was possible (if silly) to get the properties of the …
- 08:19 Changeset [d65b27810bb8052fb8db705dcd88769a64512ab1] by
-
- Makefile
- src/ajax.js
- src/callbacks.js
- src/core.js
- src/deferred.js
- src/queue.js
- src/support.js
- test/boxModelIE.html
- test/data/offset/absolute.html
- test/data/offset/body.html
- …
- 08:02 Ticket #9104 (Returning null or undefined in a pipe filter function causes an exception) closed by
- fixed: Fixes #9104. Returning null or undefined in a pipe callback shouldn't end …
- 08:01 Changeset [8c13cfa805c0576a2f02f33beb9d15d73afd2d41] by
-
- src/deferred.js
- test/unit/deferred.js
- 07:49 Ticket #9109 (support.boxModel now false in IE6 even when not in quirks mode) closed by
- fixed: Fixes #9109. When jQuery is loaded in the body, then the fake body element …
- 07:48 Changeset [efd0fce7a1ae9bc62ef2b1aa51d7adc224da1ec0] by
-
- src/support.js
- test/boxModelIE.html
- 07:44 Ticket #8961 ("GET" ajax calls cannot send a message body. This is against the HTTP ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:44 Ticket #8953 (html() remove <script> tags from HTML string) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:47 Ticket #9181 ($.each() fails to iterate properly over custom HTML elements when using ...) closed by
- invalid: Because getElementsByTagName returns a live nodelist, as you are replacing …
- 03:33 Ticket #9181 ($.each() fails to iterate properly over custom HTML elements when using ...) created by
- When using $.each() to iterate over an array of custom HTML elements, …
05/08/11:
- 23:31 Changeset [5f9dff65871596dbf208ff90887466dd2fdf9c5e] by
-
- src/deferred.js
- test/unit/deferred.js
- 22:53 Changeset [bf04081b6c45f8644fac8914a91c6f3395dd8ad3] by
-
- src/callbacks.js
- 22:40 Changeset [d54ae84f805e4d8057d3b7c9f28ea362553a4f01] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 18:02 Changeset [38aea727ece1220388a917bd350f8f17246a80b4] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 16:53 Ticket #9173 (Version 1.6 is incompatible with Wonderwall Gallery based on JQTouch) closed by
- invalid: Unfortunately, we cannot assist with third party plugins. Please contact …
- 16:50 Ticket #9151 (Simple toggleClass() is not working correctly) closed by
- invalid: Thank you for looking into it.
- 16:49 Ticket #9177 (attr('checked') dont return true) closed by
- invalid: That is correct. The ambiguity between properties and attributes has been …
- 16:39 Ticket #9177 (attr('checked') dont return true) created by
- Hey, in v1.5.1 ('#checkbox').attr('checked') returned true when the …
- 16:38 Changeset [f392f8fcbcdbf1e7233048b698ccf5e28942ca1f] by
-
- src/callbacks.js
- 16:26 Ticket #9175 (Bug version for function animate) closed by
- duplicate: This has been fixed in jQuery Edge
- 16:24 Ticket #9176 (Fly out menus: hover() won't work correctly with versions above 1.4.2) closed by
- invalid: Please file jQuery UI bugs with the jQuery UI tracker …
- 16:09 Ticket #9174 (creating video element causes video to play in background, even before ...) closed by
- invalid: Try removing the "autoplay" attribute.
- 15:23 Ticket #9176 (Fly out menus: hover() won't work correctly with versions above 1.4.2) created by
- Fly out menus won't work with newer versions of jQuery. Could be related …
- 14:16 Changeset [0de05611bbfb8307fd1c6f3399f6ac7129442b7a] by
-
- Makefile
- src/ajax.js
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/data.js
- src/deferred.js
- src/effects.js
- src/queue.js
- test/data/offset/absolute.html
- …
- 14:12 Changeset [f8d08561f1749f54d2d183d0b3794d5eb7d09a99] by
-
- test/unit/callbacks.js
- 14:11 Ticket #9175 (Bug version for function animate) created by
- Here is an example: If I used jquery 1.4 version the code work great.Don't …
- 14:11 Changeset [b3d176d2cfddb544d4920d940cd1858251de671c] by
-
- src/callbacks.js
- 13:52 Ticket #9174 (creating video element causes video to play in background, even before ...) created by
- This happens sometimes, but not all of the time, in Firefox, Safari, and …
- 12:15 Ticket #9173 (Version 1.6 is incompatible with Wonderwall Gallery based on JQTouch) created by
- Wonderwall gallery links break down with version 1.6. The Album container …
- 07:50 Ticket #8947 (jquery serialize post twice, three time, and etc) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 05:04 Ticket #9170 (Use new version of jQuery in the website) closed by
- wontfix: Thanks for submitting a ticket to the jQuery Project! The official website …
- 02:22 Ticket #9172 (Setting the value attribute for the first time in IE6/7 sets the value ...) created by
- For .attr("value", "something"). This is an edge case, but I'm not sure …
- 02:01 Changeset [18b1cf2942cc082c1c97a2ac9bc33ad77f42d775] by
-
- src/attributes.js
- test/unit/attributes.js
- 01:26 Changeset [90f37aaf7aa7c6da96ab15488b63b2eb45a2e799] by
-
- src/effects.js
- test/unit/effects.js
- 00:47 Ticket #9067 (.animate() array easing issue.) closed by
- fixed: Fix per-property easing. Fixes #9067 Changeset: …
- 00:46 Changeset [8bb6e95b66413c484006288691a82c44ba50554e] by
-
- src/effects.js
- test/unit/attributes.js
- test/unit/effects.js
- 00:01 Ticket #9171 (1.6 attribute and selector Inconsistant in IE7,8) created by
- Try this example http://jsfiddle.net/timmywil/5DTfu/2/ in IE7 or 8 and …
05/07/11:
- 23:28 Changeset [3d1c27d52ec667cea5735366a41f65344ab17a5e] by
-
- src/effects.js
- test/unit/effects.js
- 23:20 Ticket #9074 (Cannot animate position and opacity at same time) closed by
- fixed: Landing pull request 372. Test for numeric properties was using wrong …
- 23:18 Changeset [31268449b9255b21fad4bafd7da13c910a00af37] by
-
- src/effects.js
- test/unit/effects.js
- 22:05 Ticket #9170 (Use new version of jQuery in the website) created by
- The official website should not use outdated versions of jQuery. It …
- 21:04 Ticket #9169 (.live fails to call handler for DOMNodeInserted) created by
- When an event handler for the DOMNodeInserted event is attached to …
- 20:07 Ticket #9105 (VML attribute issue in IE7 & IE8) closed by
- duplicate: Nono, attr is right, but this has been fixed for 1.6.1.
- 19:11 Ticket #9166 (Prop not setting property if it had previously been removed, and Chrome ...) closed by
- duplicate
- 19:08 Ticket #9168 (:submit selector should match inputs with type="image") closed by
- wontfix: It may have the same functional behaviour but they are two different …
- 18:49 Changeset [c08556327032daa21493f2b3a77f2138352fadf8] by
-
- src/attributes.js
- test/unit/attributes.js
- 18:20 Ticket #9168 (:submit selector should match inputs with type="image") created by
- Inputs with type "image" submits form also.
- 16:28 Ticket #9165 (attribute selector with accesskey fails) closed by
- invalid: attribute selectors require quotes around the attribute value
- 15:48 Changeset [09c0cf995b84e0cff6d86c9f63bdad2b0440466a] by
-
- src/attributes.js
- 15:31 Ticket #9167 (jq1.6 in ie6 memory leak bug) created by
- test file: jq1.52 and jq1.6 browser: ie6(win) ie6 default memory state …
- 13:56 Ticket #9166 (Prop not setting property if it had previously been removed, and Chrome ...) created by
- http://jsfiddle.net/22ERz/8/ After this script runs the test field is not …
- 13:56 Ticket #9165 (attribute selector with accesskey fails) created by
- the selector $("input[accesskey=a]") leads to "uncaught exception: …
- 09:08 Ticket #9163 (Enable/disable menu bar) closed by
- invalid: Not a jQuery Core issue.
- 04:22 Ticket #9146 (jQuery( jsObject ).trigger() executes object methods) closed by
- duplicate
- 04:12 Ticket #9163 (Enable/disable menu bar) created by
- Sir my jquery menu bar is not disable in firefox, actually i am using C# …
- 02:24 Ticket #9159 (Attribute selectors not working in IE6-7 (really)) closed by
- duplicate: I see. Well, this is actually two different issues. It's strange that I …
- 02:21 Ticket #9155 (AJAX Headers not persisting in Firefox when Redirected (301 / 303). ...) closed by
- cantfix: I'm afraid we'll have to wait for firefox to get a fix. We have no control …
- 01:55 Ticket #9160 (CSS background position animations with multiple values.) closed by
- duplicate
- 01:39 Changeset [13734b729f2dd1130a6ac812b57338837987be48] by
-
- src/callbacks.js
- 01:38 Changeset [593fee1841fe5c9592c98167a6917d61e113357e] by
-
- test/unit/callbacks.js
- 01:22 Ticket #9160 (CSS background position animations with multiple values.) created by
- http://jsfiddle.net/CjUau/ Have a look at the source. This was working …
- 00:05 Ticket #9159 (Attribute selectors not working in IE6-7 (really)) created by
- This is reopening Ticket #9156. Sorry about the confusion - it has been …
- 00:03 Ticket #9158 (animate change ?) closed by
- wontfix: It hasn't since 1.4.2. I don't think we'll want to change that back.
05/06/11:
- 22:40 Ticket #9158 (animate change ?) created by
- .animate({ 'height' : 'some_value_bigger_then_0' }) does not set display …
- 22:38 Ticket #9157 (.getScript does not work on IE 7, IE8) created by
- .getScript() does not work on IE 7, IE8
- 22:23 Changeset [e79fdebcee78096c5bb51e9b9d2841d548f22066] by
-
- src/callbacks.js
- 22:12 Ticket #9156 (Has attribute selector not working in IE6-9) closed by
- invalid: Thanks for looking into it.
- 21:52 Ticket #9156 (Has attribute selector not working in IE6-9) created by
- Test: http://www.outsharked.com/ie_attr.html The "has attribute" …
- 21:02 Ticket #9155 (AJAX Headers not persisting in Firefox when Redirected (301 / 303). ...) created by
- When you issue a AJAX Request of any kind using JQuery (tested with 1.5.2 …
- 20:25 Ticket #9154 (:reset pseudo-selector broken) created by
- Trying to select elements with the :reset pseudo returns 0 elements as of …
- 19:57 Ticket #9136 (animation bug on non static elements when using same css map but with ...) closed by
- duplicate
- 18:57 Ticket #9126 (jquery breaks on use strict) closed by
- fixed
- 18:54 Changeset [c864455ccfad13895d2af6ba287f265ee64bd348] by
-
- src/data.js
- 18:06 Ticket #9153 (size() method) closed by
- wontfix: $.size does not exist. $.fn.size() has been deprecated for a long while. …
- 17:50 Ticket #9153 (size() method) created by
- Hi, I'd like to use the size() method like var obj = {hi: 123, hello: …
- 17:50 Ticket #9148 (Name attribute not set when using $(html, props) in IE7) closed by
- fixed: Check empty string instead of specified as specified is inconsistent on …
- 17:49 Changeset [c72b0f3256672424a193040509ed63c755c805a2] by
-
- src/attributes.js
- test/unit/attributes.js
- 17:24 Ticket #9151 (Simple toggleClass() is not working correctly) created by
- Please see isolated bug http://jsfiddle.net/adardesign/KMZbS/ Click …
- 16:35 Changeset [114846d38dc05afec18158e2365d6a449851819b] by
-
- Makefile
- src/ajax.js
- src/callbacks.js
- src/core.js
- src/deferred.js
- src/queue.js
- test/data/offset/absolute.html
- test/data/offset/body.html
- test/data/offset/fixed.html
- test/data/offset/relative.html
- …
- 16:20 Ticket #9150 (Setting className property on new elements does not assign to class ...) closed by
- invalid: That was never supported and was coincidental that it worked. The …
- 16:10 Ticket #9147 (Variable tmp in promise implicitly declared?) closed by
- fixed: tmp was global in the new fn.promise. Fixes #9147. Changeset: …
- 16:10 Changeset [f7f8450041df7c250f04b03cbbcbd2d01025f379] by
-
- src/queue.js
- 15:55 Ticket #9150 (Setting className property on new elements does not assign to class ...) created by
- In v. 1.6: Input: $('<div/>', { className: 'foo' }) Output: [<div …
- 15:52 Ticket #9145 (1.6 attribute selector) closed by
- invalid: You had a colon just before the opening bracket, which is not valid: …
- 15:50 Ticket #9134 (wrapInner causes scripts in body to be run twice) closed by
- duplicate
- 15:46 Ticket #9143 (Wrong behavior for "mouseenter" and "mouseleave" with "live") closed by
- duplicate
- 15:44 Ticket #9120 (internet explorer 7 bug at Line 16 Sign 12789) closed by
- invalid: Thank you for looking into it.
- 15:43 Ticket #9149 (delegate) created by
- Hello, my name is Jonathan Fontes, and i used jquery since version 1.4.2. …
- 15:41 Ticket #9140 (.prop and .removeProp fails in Chrome) closed by
- invalid: The checked property should be set to a boolean (true or false) and you …
- 15:38 Ticket #8988 (function is not supported) closed by
- invalid: As the docs for jQuery 1.6 state, do not use attr on the window or …
- 15:35 Ticket #9046 ($(document).ready happens too soon in IE and causes Bing Map undefined ...) closed by
- invalid: Thanks for looking into it.
- 14:53 Changeset [a257e07ae48d6af98fda02669e15d96bf0b21bd3] by
-
- src/attributes.js
- 14:52 Ticket #9148 (Name attribute not set when using $(html, props) in IE7) created by
- When using the $(html, props) syntax to create a named form element, the …
- 14:03 Ticket #9141 (Error in changing boolean value of attribute) closed by
- worksforme: As of 1.6 you'll now have to pass […]
- 13:44 Ticket #9147 (Variable tmp in promise implicitly declared?) created by
- It seems the variable tmp in promise is implicitly declared (jquery-1.6.js …
- 13:21 Ticket #9146 (jQuery( jsObject ).trigger() executes object methods) created by
- Egz: var myobject = { someStuff : function(){ console.log('method …
- 12:55 Ticket #9145 (1.6 attribute selector) created by
- http://jsfiddle.net/5DTfu/ Based on this example, it seems the attribute …
- 12:12 Ticket #9144 (Autocomplete) closed by
- plugin: Thanks for your time and interest in helping the jQuery Project but this …
- 11:15 Ticket #9144 (Autocomplete) created by
- I have been using the autocomplete plugin now for over a year and has been …
- 10:20 Ticket #9143 (Wrong behavior for "mouseenter" and "mouseleave" with "live") created by
- e.type returns "mouseover" when "mouseenter" fires and "mouseout" when …
- 09:47 Ticket #9142 (animate loose fluidity/performance after version 1.4.4 in FF) created by
- I've seen that since jQuery 1.5 the animate() performance decrease. A …
- 07:47 Ticket #8934 (contains utf8 problem) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:47 Ticket #8933 (width of first element, grows after postback in IE9. I have no problem in ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:32 Ticket #9141 (Error in changing boolean value of attribute) created by
- I upgraded form jQuery 1.5.2 to 1.6 and statements like this …
- 07:00 Ticket #9140 (.prop and .removeProp fails in Chrome) created by
- if you set and unset checked property twice don't work in Chrome. test …
- 05:04 Ticket #9130 (In the 1.6 release, checkbox operation error) closed by
- worksforme: I've put together a test-case here http://jsfiddle.net/9Wyy8/1/ that's …
- 04:29 Ticket #9135 (latest jquery date-input plugin not work with jquery 1.5.1) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project! Unfortunately, we …
- 01:16 Ticket #9136 (animation bug on non static elements when using same css map but with ...) created by
- Hi, I found a bug that did not exist on 1.5.x. But exist on 1.6 Lets say …
05/05/11:
- 23:28 Ticket #9135 (latest jquery date-input plugin not work with jquery 1.5.1) created by
- I have tried to use date-input with jQuery 1.4.4, its working fine. But …
- 23:26 Ticket #9134 (wrapInner causes scripts in body to be run twice) created by
- If wrapInner is called from within the body of a page, it runs itself …
- 23:11 Ticket #9095 (jQuery 1.5 and above doesn't respect the dataFilter return type (it ...) closed by
- wontfix: 1.5+ is less lenient when it comes to data format but the fact is …
- 22:24 Ticket #9133 (Including opacity breaks an animation containing margin properties) closed by
- duplicate
- 22:08 Ticket #9133 (Including opacity breaks an animation containing margin properties) created by
- Using opacity in an animation containing a margin property (top, right, …
- 20:18 Ticket #9132 (Add pseudo selectors for new HTML5 input types e.g. :email, :search, etc.) created by
- We already have :text. For consistency we should add :email, …
- 18:37 Changeset [f30cd4155effded691e62d9700912b2a2771ac63] by
-
- src/attributes.js
- 18:16 Ticket #9131 (the :eq selector (and others) doesnt return the same thing depending of ...) created by
- On a simple html table, these 2 selectors doesnt return the same column …
- 17:14 Ticket #9130 (In the 1.6 release, checkbox operation error) created by
- In IE9, $ ("#checkBox1"). Attr ('checked') is the value of, other …
- 16:57 Ticket #9127 (uncheck radio dont work) closed by
- duplicate
- 16:52 Ticket #9123 (Strange behavior of attr method when generate input element.) closed by
- fixed: Construct boolHook and rboolean regex to deal with boolean attributes. …
- 16:52 Ticket #9129 (jQuery does not support enumerated attributes such as contenteditable) closed by
- fixed: Construct boolHook and rboolean regex to deal with boolean attributes. …
- 16:52 Changeset [cccf9ad91d8b6626e1e20bd267c9cd0b6223f15c] by
-
- src/attributes.js
- test/unit/attributes.js
- 16:17 Changeset [5097e6d1c672ef5fd3fcc0022ce84519233189cc] by
-
- src/attributes.js
- 16:07 Ticket #9129 (jQuery does not support enumerated attributes such as contenteditable) created by
- http://www.w3.org/TR/2008/WD-html5-20080610/semantics.html#enumerated I …
- 15:57 Ticket #9127 (uncheck radio dont work) created by
- The problem is only in 1.6 version of jQuery, when you try to uncheck a …
- 15:55 Ticket #9126 (jquery breaks on use strict) created by
- in strict it throws an error on line 1948 "name is not defined" And it …
- 15:31 Ticket #9125 (Parse arguments to callbacks) created by
- Callback functions e.g. for "fadeIn" often point at functions in objects. …
- 14:18 Ticket #9122 (attr() returns "undefined" for rowspan and colspan for cells where they ...) closed by
- invalid: This is the expected behavior as of jQuery 1.6, which removes the …
- 14:15 Ticket #9124 (Changes to $.data illogical in certain case) created by
- This applies to all browsers and version 1.6 only. I have a …
- 14:05 Ticket #9035 (Enhancement for remove and append) closed by
- invalid: Closing, please add to the 1.7 proposal list if you would like to have it …
- 14:02 Ticket #8763 (Unhandled exception: document.defaultView.getComputedStyle(div, null) is ...) reopened by
- 14:01 Ticket #9118 (jQuery 1.6 : Animations now broken in new version!) closed by
- duplicate
- 14:01 Ticket #9054 (jQuery failed to trigger the ready callback function on BlackBerry 4.6 web ...) closed by
- duplicate
- 14:00 Ticket #9123 (Strange behavior of attr method when generate input element.) created by
- I try to set attr of input element by using boolean type. But the result …
- 13:59 Ticket #9077 (Live matches every object if given a context that matches the body.) closed by
- invalid: It's not valid to use a context with the selector passed to .live, per …
- 13:57 Ticket #9122 (attr() returns "undefined" for rowspan and colspan for cells where they ...) created by
- For all browsers besides Internet Explorer I tested, jQuery 1.6 will …
- 13:53 Ticket #9087 (Add jQuery.support variable for XHR2 - File upload support) closed by
- wontfix: As the docs say, we only add .support variables for things we need in …
- 13:46 Ticket #9064 (IE9 Bug - getElementsByTagName) closed by
- invalid
- 13:45 Ticket #9102 (attr() doesn't always return a string in jQuery 1.6 and lower) closed by
- wontfix: Andy, I think your suggestion for users to use getAttribute for these …
- 13:38 Ticket #9117 ($.props is undefined) closed by
- invalid: If you're talking about this plugin, please contact the author for …
- 13:31 Ticket #9121 (Add support for the HTML5 `oninput` event) closed by
- wontfix: This is quite a bit of code so I don't think we're in a hurry to include …
- 13:20 Ticket #9121 (Add support for the HTML5 `oninput` event) created by
- All the edge major browsers appear to support the oninput event, which …
- 10:38 Ticket #9120 (internet explorer 7 bug at Line 16 Sign 12789) created by
- Hi, i got a bug in the IE7(its tells me that JS takes to long to repeat) …
- 10:11 Ticket #9119 (wrap & unwrap bug) created by
- wrap & unwrap function have some bugs when wrap html is more complex than …
- 08:42 Ticket #9118 (jQuery 1.6 : Animations now broken in new version!) created by
- I upgraded to jQuery 1.6 this morning and now a lot of the animations I …
- 07:52 Ticket #8927 (.load() causes security warning in IE7/8 when loading only a fragment from ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:52 Ticket #8925 (Some fix in method call in Null object) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:52 Ticket #8924 (.val(value) fails intermittently on .each loop) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:37 Ticket #9117 ($.props is undefined) created by
- Not sure if right place for this. using latest FF and jquery 1.6 get error …
- 05:12 Ticket #9113 (nivo jquery and galleria) closed by
- invalid: As rwaldron points out above, the best way to get fixes in place for these …
- 03:17 Ticket #9113 (nivo jquery and galleria) created by
- First off, I may be posting this for the wrong reasons. But I'll try …
- 01:27 Ticket #9110 (jQuery.support.appendCheck causes infinite loop in Windows Gadgets) closed by
- duplicate
- 01:22 Ticket #9111 (removeProp("checked") on a radio button or checkbox only works one time) closed by
- invalid: That is expected and removeProp should only be used in rare cases, or …
- 01:20 Ticket #9108 (Animate Vertical backgroundPosition) closed by
- duplicate: The cssHooks API is available to extend animate for multi-value …
- 01:09 Ticket #9111 (removeProp("checked") on a radio button or checkbox only works one time) created by
- If a radio button/checkbox is checked and removeProp("checked") is called …
- 01:03 Ticket #9110 (jQuery.support.appendCheck causes infinite loop in Windows Gadgets) created by
- I know you guys don't support Windows 7 Gadgets but I thought I would give …
- 00:57 Ticket #9109 (support.boxModel now false in IE6 even when not in quirks mode) created by
- In version 1.5.2, jQuery.support.boxModel returned true in IE6 when …
05/04/11:
- 23:19 Ticket #9108 (Animate Vertical backgroundPosition) created by
- .animate({backgroundPosition:'0 10px'}); doesn't seem to work Also 1.6 …
- 23:11 Ticket #9098 (jqXHR.pipe should retain success and errror) closed by
- wontfix: The way success and error made it onto the jqXHR is a weird story. Fact is …
- 22:42 Ticket #9107 (.append() with multiple elements on IE7+ causes endless loop in jquery) closed by
- duplicate
- 22:40 Ticket #9107 (.append() with multiple elements on IE7+ causes endless loop in jquery) created by
- When appending more then 2 elements on quirks mode, it makes IE7+ go in …
- 21:40 Ticket #9106 ($('html').show(); does not work in firefox 3.6) created by
- With jquery 1.6 on firefox 3.6.17, .show(); does not seem to work on the …
- 20:06 Ticket #9105 (VML attribute issue in IE7 & IE8) created by
- Modifiying certain attributes on VML elements is now throwing a "Type …
- 19:54 Ticket #9103 (.attr('foo', true) not setting related DOM property) closed by
- fixed: Set the property corresponding to a boolean attribute when setting to …
- 19:53 Changeset [5195335cf4df62c06488807ae857f64c2d549253] by
-
- src/attributes.js
- test/unit/attributes.js
- 18:40 Ticket #9104 (Returning null or undefined in a pipe filter function causes an exception) created by
- When null or undefined is returned inside a pipe filter function, an …
- 18:19 Ticket #9103 (.attr('foo', true) not setting related DOM property) created by
- (Note: this is the inverse of #9094) In light of the 1.6 reversions to …
- 16:04 Ticket #9102 (attr() doesn't always return a string in jQuery 1.6 and lower) created by
- For Internet Explorer 7 and older, attr() may return a boolean or function …
- 16:00 Ticket #9101 (An Event object created with $.Event() constructor doesn't match the ...) created by
- Creating an event with $.Event() constructor for keyboard events doesn't …
- 15:58 Ticket #9100 (Order of hide() callbacks has changed) created by
- The order in which callbacks for hide() are processed has reversed in 1.6 …
- 15:40 Changeset [3ed4b22073767c17c099351637514f5928c0fd68] by
-
- src/attributes.js
- 15:35 Ticket #9096 (Selector or find bug in jQuery 1.6) closed by
- fixed: Oh, I see the different behavior. I saw it was getting selected on blur, …
- 15:30 Ticket #9094 (Issue with jQuery 1.6: Can't uncheck checkboxes) closed by
- fixed: Set corresponding property to false when removing boolean attributes. …
- 15:29 Changeset [480b88ca37fb3aff4ba043298a8fb419905d3f21] by
-
- src/attributes.js
- test/unit/attributes.js
- 15:26 Ticket #9050 ($('#text').val() doesn't work) closed by
- worksforme: As the test case is working fine for the original submitter as well as …
- 14:54 Ticket #9099 (Upgrade causes plugin error) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. Unfortunately we are …
- 14:49 Ticket #9099 (Upgrade causes plugin error) created by
- After upgrade from 1.5.2 to 1.6 I recieve error from plugin …
- 14:27 Ticket #8999 (ajax bug in Opera 11) closed by
- wontfix: > To be honest, it's not my first brush with debugging issues with …
- 14:18 Ticket #9089 (1.6 atrr() Inconsistant in IE7,8) closed by
- fixed: elem.checked, .prop('checked'), or .is(':checked') should be used to check …
- 14:15 Ticket #9088 (selectedIndex bug v1.6) closed by
- invalid: As of jQuery 1.6, properties such as selectedIndex should no longer be …
- 14:11 Ticket #6867 (jQuery.fn.add adds incorrect elements when given select or form DOM nodes) closed by
- duplicate: Thank you scott_h! You're right.
- 14:09 Ticket #9084 (attr('tagName') doesn't return tagName) closed by
- duplicate
- 14:08 Ticket #9083 (Uncaught TypeError: Object #<HTMLDocument> has no method 'getAttribute') closed by
- invalid: This is expected behavior as of jQuery 1.6. tagName is a property that …
- 13:46 Ticket #9098 (jqXHR.pipe should retain success and errror) created by
- Try the following code snippet: var jqXHR = …
- 13:34 Ticket #9096 (Selector or find bug in jQuery 1.6) created by
- I used next code with jQuery 1.5 - 1.5.2, but after updating to jQuery 1.6 …
- 12:28 Ticket #9093 (Css Body Background will disappear in old Opera) closed by
- worksforme: I've tested http://jsfiddle.net/df9nM/1/show/ (a working reproduction of …
- 12:15 Ticket #9095 (jQuery 1.5 and above doesn't respect the dataFilter return type (it ...) created by
- in jQuery 1.4.*, (more precisely, 1.4.4) this is the part of the httpData …
- 12:08 Ticket #9094 (Issue with jQuery 1.6: Can't uncheck checkboxes) created by
- Removing the checked attribute, or setting it to false, used to …
- 10:51 Ticket #9093 (Css Body Background will disappear in old Opera) created by
- I realise that there's no support for Opera < 10.6, but jquery makes any …
- 10:24 Ticket #9092 (: in checkbox id) created by
- I have two checkboxes it's ids are: "x" and "x:y". I'd like to check …
- 09:54 Ticket #9091 (isPlainObject and Firefox 4: can't convert undefined to object) created by
- I have discovered a problem in the isPlainObject of jQuery. If I use as an …
- 09:15 Ticket #9090 (IE9 - Date is undefined in ready()) created by
- Please note that this is the same bug as reported in ticket 8779, which as …
- 09:07 Ticket #9089 (1.6 atrr() Inconsistant in IE7,8) created by
- http://jsfiddle.net/67ced/ Check the exmaple ablove The checkbox behaves …
- 08:30 Ticket #9088 (selectedIndex bug v1.6) created by
- […] Using this script returns "0" instead of the proper numeric index …
- 08:07 Ticket #8918 ($.each() doesn't work in IE 7 when there are dots in index names) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:49 Ticket #9087 (Add jQuery.support variable for XHR2 - File upload support) created by
- Add jQuery.support variable for XHR2 - File upload support Would be good …
- 05:29 Ticket #9084 (attr('tagName') doesn't return tagName) created by
- $(document.body).attr('tagName') return 'BODY' in jquery 1.5 and return …
- 05:04 Ticket #9083 (Uncaught TypeError: Object #<HTMLDocument> has no method 'getAttribute') created by
- var tagName = $(container).attr('tagName'); throws exception when …
- 04:31 Changeset [97144424ccb79e251d6df354384fa3e4d5362949] by
-
- src/attributes.js
- test/unit/attributes.js
- 01:45 Ticket #9079 (.attr("selected") returns non-useful value in 1.6) closed by
- fixed: If no hook is provided, and a boolean property exists, use that to return …
- 01:44 Changeset [a9d9f8c5422f171d9c451385fcfd7ed1661ec514] by
-
- src/attributes.js
- test/unit/attributes.js
- 01:44 Ticket #9079 (.attr("selected") returns non-useful value in 1.6) created by
- See this discussion: http://news.ycombinator.com/item?id=2510202
- 01:39 Changeset [1c049e9c8af38208b4400bdcf7c1359cd9d82c26] by
-
- src/attributes.js
- test/unit/attributes.js
- 01:37 Changeset [55e97b394eb7535ec0308a56f7297df231ebc66f] by
-
- test/unit/attributes.js
- 01:33 Changeset [5ae1d7953bcb1426c9313e98da35b249c913ebf4] by
-
- src/attributes.js
- test/unit/attributes.js
- 01:12 Changeset [1dbed1fe82407bd206e63133c10f250a6b5eb6ad] by
-
- src/attributes.js
- 00:45 Changeset [589de86fc366429200da32f205f733da52110646] by
-
- test/unit/attributes.js
05/03/11:
- 22:08 Ticket #9077 (Live matches every object if given a context that matches the body.) created by
- I did a reduction here: http://jsbin.com/emiyu4/2/edit As far as I can …
- 21:19 Ticket #9076 (select drop down hover highlight resets on focus query in chrome) created by
- 1. jQuery: I've seen the bug in jQuery 1.6, 1.5.2 and 1.4.4. 2. Browser: …
- 20:05 Ticket #9074 (Cannot animate position and opacity at same time) created by
- Including both a position (left or top) and opacity properties in an …
- 19:27 Ticket #9073 (innerHTML failing on new elements) closed by
- invalid: jQuery doesn't have an innerHTML method but it does have an html method …
- 19:08 Ticket #9073 (innerHTML failing on new elements) created by
- The following fiddle works fine in 1.5.2 but fails in 1.6 …
- 19:03 Ticket #9072 (jQuery 1.6 Crashes IE 6) closed by
- fixed: Fix problem with appending multiple string arguments in IE 6. Fixes #9072. …
- 19:02 Changeset [bfad45fe4510db78a38170752ccc9c9efe5f38b6] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 19:01 Changeset [3cdffce19f8ce7a52b91f387872e3de804044f02] by
-
- build/release-notes.js
- 19:01 Ticket #8075 (nextUntil, prevUntil and parentsUntil should accept more then just ...) closed by
- fixed: Good point! Thanks JRSchild
- 18:49 Ticket #9071 ($('<option></option>').val('myValue') no longer sets value) closed by
- fixed: Fix setting value attributes on option elements. Fixes #9071. Changeset: …
- 18:48 Changeset [4ac2fdda2c26e9b64502b9ef50748427bed2f3c6] by
-
- src/attributes.js
- test/unit/attributes.js
- 18:46 Ticket #9068 (Bug with version 1.6 and jQuery UI Slider) closed by
- invalid: jQuery UI tickets belong in [ http://bugs.jqueryui.com the jQuery UI bug …
- 18:30 Ticket #9072 (jQuery 1.6 Crashes IE 6) created by
- Simple reproduce case: […] The bug is in this block: …
- 18:04 Ticket #9071 ($('<option></option>').val('myValue') no longer sets value) created by
- jQuery 1.6 is not setting the 'value' attribute of an <option> element …
- 17:48 Ticket #9069 (when hover over a child of an element, mouseleave fires when using live or ...) created by
- This works as expected in 1.5 and also in 1.6 if using bind instead. …
- 17:17 Ticket #9066 ($(element).data() breaks with camel case "data-" attributes) closed by
- invalid: According to the latest Element data-* attributes spec, all html …
- 17:15 Ticket #9068 (Bug with version 1.6 and jQuery UI Slider) created by
- With version 1.6, the jQuery UI slider do not work. I test it on all …
- 17:15 Ticket #9067 (.animate() array easing issue.) created by
- When attempting to perform an animation using: […] no transition …
- 17:13 Ticket #9065 (.show() adds "display:block" to <script>) closed by
- wontfix: That is the expected result. I recommend never calling show on a script …
- 16:58 Ticket #9066 ($(element).data() breaks with camel case "data-" attributes) created by
- It appears that the changes to $(element).data() have broken some existing …
- 16:41 Ticket #9055 (.add fails on an empty jQuery object) closed by
- wontfix: This is not a bug, it's the way .add has always worked. .add does *not* …
- 15:36 Ticket #9065 (.show() adds "display:block" to <script>) created by
- Which reveals contents of javascript in FF4, Opera11, Chrome. IE8 doesn't …
- 14:34 Ticket #9064 (IE9 Bug - getElementsByTagName) created by
- Details zum Fehler auf der Webseite Benutzer-Agent: Mozilla/4.0 …
- 13:55 Ticket #8740 (Has Attribute Selector fails on empty attributes on ie6/ie7/ff3.0) closed by
- duplicate
- 13:48 Ticket #9062 (is() returns false for empty attributes on IE) closed by
- duplicate
- 13:35 Ticket #9062 (is() returns false for empty attributes on IE) created by
- http://jsfiddle.net/JjtyQ/3/ Tested on IE 8 and Chrome 11
- 12:49 Milestone 1.6 completed
- 12:49 Milestone 1.5.3 completed
- 12:49 Milestone 1.5.2 completed
- 12:49 Milestone 1.5.1 completed
- 11:05 Ticket #9059 (Incorrect URL using $.ajax for GET with empty value in data) created by
- When using $.ajax and an undefined value s part of the data property, the …
- 08:10 Ticket #8907 (Infinite loop when passing form variable to AJAX from within that form's ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:02 Ticket #9055 (.add fails on an empty jQuery object) created by
- This is very simple, I create an empty jQuery object and I add DOM …
- 04:16 Ticket #9054 (jQuery failed to trigger the ready callback function on BlackBerry 4.6 web ...) created by
- To fix this I had to modify jQuery to check for a if a null value as …
05/02/11:
- 22:34 Ticket #9051 (Drop IE6 support) closed by
- wontfix: Thank you for your interest in jQuery! Unfortunately, dropping IE6 …
- 22:26 Ticket #9051 (Drop IE6 support) created by
- I strongly believe that at some point in the future, jQuery would benefit …
- 22:14 Changeset [6d2fd57f452398123f8edefa25eef8045d1b586e] by
-
- test/index.html
- 21:53 Changeset [ea24cd106b86dae2411e5b87c367f6ff5163aee8] by
-
- test/data/testrunner.js
- test/data/versioncheck.js
- test/index.built.html
- test/index.html
- 20:57 Ticket #7650 (Test suite should run against minified jQuery) closed by
- fixed: Add a test page for running the test suite against a fully built and …
- 20:56 Changeset [3dbd7b54de95aef238277dc52fe9112ff896f66c] by
-
- test/index.built.html
- 20:36 Changeset [89fd9dffad00c8a119c84de9a2453476643327a1] by
-
- build/post-compile.js
- 20:32 Changeset [f8a112f08e9349432cfa6bfc2da5d4275aceb11a] by
-
- build/post-compile.js
- 20:30 Ticket #9050 ($('#text').val() doesn't work) created by
- Hello. First of all, excuse my english. Second : when trying to use …
- 20:25 Changeset [f4b5d3fc51cfb2b62f182e88b85386b4456c080d] by
-
- build/lib/parse-js.js
- build/lib/process.js
- build/uglify.js
- 20:25 Changeset [c0d993903b789ec0cba040409a19d01bd65ad7e7] by
-
- build/release.js
- 18:45 Ticket #9049 (.filter is searching children in IE when html5 tags are used) closed by
- duplicate
- 17:50 Changeset [53f275034a8e7f6041ed14221ef89a1c1d8534d9] by
-
- version.txt
- 17:50 Changeset [eae7c4111ca0eb41f645f4b8708a76c9865b0206] by
-
- version.txt
- 17:31 Changeset [ca338dc749971ee2c16312027280f76b64b90838] by
-
- src/core.js
- 17:26 Ticket #8993 (jQuery.map( emptyNodeList ) enumerating properties.) closed by
- fixed: Make sure that empty nodelists continue to map properly. Fixes #8993. …
- 17:25 Changeset [6c449fd5df3e0ec50e893d055da9aea486e7d71c] by
-
- src/core.js
- test/unit/core.js
- 17:25 Ticket #8993 (jQuery.map( emptyNodeList ) enumerating properties.) reopened by
- 17:19 Ticket #9049 (.filter is searching children in IE when html5 tags are used) created by
- In internet explorer, the .filter method is incorrectly iterating over …
- 17:14 Ticket #8984 (jQuery doesn't parse html from string correctly!) closed by
- fixed: Change check for skipping the initial quickExpr RegExp check. Fixes #8984. …
- 17:14 Changeset [86aa764f0b7b659fbd8eec9333d22c3a79bdfcd5] by
-
- src/core.js
- test/unit/core.js
- 15:57 Ticket #9028 (IE8 crashes while loading 1.6rc1 if using body background image) closed by
- fixed: Set background to none on our mock body and remove its contents to avoid a …
- 15:57 Changeset [f1392d82089323ec9ef97b33909b960cc16c25b6] by
-
- src/support.js
- 15:07 Ticket #9046 ($(document).ready happens too soon in IE and causes Bing Map undefined ...) created by
- There seems to be an issue on pages that are based on ASP.NET Web Forms …
- 07:59 Ticket #8890 (blur() is not fired on Chrome and Safari when focus is removed.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:59 Ticket #3611 (Wrong codepage in URL (and in post data) when not UTF-8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:59 Ticket #2457 (fadeIn Effect causes text to loose TrueType in IE7, solution included) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:28 Ticket #9037 ($('blah').attr('onclick') return event in Firefox) closed by
- fixed: Will consistently return the attribute in jQuery 1.6.
- 02:22 Ticket #8985 (Animate fali with Forbidden error in IE domain set page) closed by
- invalid: The error in this ticket is caused by setting document.domain in IE, which …
- 02:18 Ticket #9037 ($('blah').attr('onclick') return event in Firefox) created by
- $('blah').attr('onclick') return event in Firefox and IE but in chrome …
- 02:08 Ticket #9036 ($(..).hide(XX) -- unexpected behavior for elem with either 0px width or ...) closed by
- wontfix: Hiding the overflow is required for animation to run smoothly. And …
- 01:50 Ticket #9000 (parseerror in jquery-1.5.1.min.js) closed by
- invalid: The problem is that you've set dataType to JSON. If you return a "simple" …
- 01:41 Ticket #8741 (.css("height") returns computed height) closed by
- duplicate
Note: See TracTimeline
for information about the timeline view.
