Timeline
02/25/09:
- 23:48 Ticket #4249 (Odd string to number conversion) closed by
- invalid
- 18:41 Ticket #4250 (Remove the use of internal .push/splice/sort methods) closed by
- fixed: Fixed in SVN rev [6260].
- 18:41 Changeset [58235cc38ea835cde0ae90dd2919b86e47f3dd05] by
-
- src/core.js
- src/selector.js
- 18:40 Ticket #4250 (Remove the use of internal .push/splice/sort methods) created by
- They're not really public methods - and should be removed.
- 18:29 Ticket #4240 (Optimize .find() and jQuery()) closed by
- fixed: Landed more in SVN rev [6259]. I think this is good enough for now.
- 18:29 Changeset [f094c803deba3c35c66f9dc0923db800fb088753] by
-
- src/core.js
- 16:32 Ticket #4249 (Odd string to number conversion) created by
- If I have a z-index of 100 on an item and I run the following code: …
- 16:30 Ticket #4248 (Ajax fails with JSON Data in Sizzle.filter method) created by
- Hi, here you are an example of JSON Data that jQuery retrieves through de …
- 16:23 Ticket #4247 (Chrome/Chromium .position().top .offset().top results relative) created by
- As topic says, using Chrome/Chromium and testing a $('#id …
- 15:53 Ticket #4246 (Results from .children() should be sorted in order) created by
- The results from doing $("div").children("p") should be identical to doing …
- 15:46 Ticket #4245 ([autocomplete] - should flush cache when eval_url is true and ...) created by
- Autocomplete should flush cache when eval_url option is set to true and …
- 15:37 Changeset [4bbb70b4eb0bcd93c99c0bfcfcf4fc44504c4c41] by
-
- src/core.js
- src/selector.js
- 15:22 Ticket #4244 (selector by attribute "src" not working the same way as in 1.2.6) created by
- I'm trying to select images like this: …
- 15:19 Changeset [1c5db3babaf32f6faa7e9e867990110c9713f64b] by
-
- src/selector.js
- 14:23 Changeset [85e0945718dd8108577b7b4b5b3c86def3bfb17c] by
-
- src/core.js
- 14:22 Ticket #4242 (in IE8 jQuery.cache has [null] in end of array) closed by
- fixed: Those lines have since been removed in jQuery 1.3.3 so this should be …
- 10:28 Ticket #4243 (Selector ~ failed) created by
- $("#prev ~ div").css("border", "3px groove blue"); on …
- 09:45 Ticket #4242 (in IE8 jQuery.cache has [null] in end of array) created by
- I had a problem when .data returns not right stuff. Inside jQuery.cache I …
- 04:57 Changeset [041fd5f2b52bb5c5dbb9ddbd6fffcc89fdbfe638] by
-
- src/core.js
- 04:37 Ticket #4241 (Namespaced events cause memory leaks) created by
- […] leaks memory in IE (tested using Drip). […] works fine.
- 04:09 Ticket #4236 (Make sure $("#foo p") is as fast as $("#foo").find("p")) closed by
- fixed: This should be resolved now (or, at least, as close to being resolved as …
- 04:09 Ticket #4240 (Optimize .find() and jQuery()) created by
- Right now jQuery.fn.find and jQuery() have some extraneous abstraction and …
- 04:08 Changeset [9c0ddfa2ad14388ba8ff138b96966e993308f6cf] by
-
- src/selector.js
- 01:30 Ticket #4239 (Ajax 'post' failing to send parameters) created by
- Whenever making an ajax call where the method is 'post', the parameters …
- 00:04 Ticket #4238 (errors creating jquery objects on large strings in safari and chrome) created by
- Webkit browsers have trouble creating jquery objects for html that exceeds …
02/24/09:
- 23:57 Ticket #4237 ([Validate] The error label container remains on some cases) created by
- On some cases the error label container remains even if no error. Here is …
- 21:01 Ticket #4236 (Make sure $("#foo p") is as fast as $("#foo").find("p")) created by
- Right now the latter is faster due to the context setting - the selector …
- 20:26 Ticket #4235 ($('#id).load() doesn't execute callback if selector matches an empty set) created by
- Discovered this due to a typo in my code. Consider […] If there is no …
- 19:29 Ticket #4234 (Allow hover to accept a single argument.) created by
- Would be useful when a hover argument function simply toggles a state, …
- 17:13 Ticket #4233 (Toggles/Visible/Hidden check inccorect on empty tag) created by
- There is a problem with any toggle() When a tag is empty, and you try to …
- 16:50 Ticket #4232 (New :visible logic fails on hidden table rows in IE7) created by
- The new :visible logic introduced in 1.3.2 doesn't work correctly for …
- 15:24 Ticket #4231 (Add new "path" method which returns selector path to jQuery object) created by
- It would be nice to have a function in the code to generate a 'query' …
- 14:33 Ticket #4230 ($('<link/>').attr crashes IE8rc1) created by
- I'm running IE8rc1 (en-us) on Windows Server 2003 (zh-cn), and I'm using …
- 04:05 Ticket #4229 (not a stable algorithm of sorting in tablesorter) created by
- The sort algorithm of sroting in talbesorter plugin isn't stable.. In …
- 02:29 Ticket #4225 (Minor link change on website) closed by
- fixed: Fixed, thanks!
- 00:22 Ticket #4228 (class selector regression in xhtml in firefox) created by
- The latest version of jquery (1.3.2) has a regression in selecting xhtml …
- 00:02 Ticket #4227 ($.extend erratic behavior with objects that have a length property) created by
- From the jQuery Google Group: …
02/23/09:
- 23:35 Ticket #4226 (Hover out is not being called after dropping, and position change.) created by
- Error case: …
- 23:24 Ticket #4225 (Minor link change on website) created by
- On http://docs.jquery.com/Sites_Using_jQuery the link for Intel is …
- 20:25 Ticket #4224 (selecting with space does not go deep) created by
- with a deep list <ul><li>a</li><li>b<ul><li>ba</li><ul></li><ul> …
- 19:41 Ticket #4223 (:visible,:hidden doesn't take visibility into account) created by
- :visible and :hidden selectors doesn't take CSS visibility attribute into …
- 16:32 Ticket #4222 (.remove() and .empty() are taxing) closed by
- fixed: Fixed in SVN rev [6253].
- 16:32 Changeset [cb3f842c8889458d96511b0103ebbff5cbac217d] by
-
- src/core.js
- 16:25 Ticket #4222 (.remove() and .empty() are taxing) created by
- These two methods (and .html(), which uses .empty()) have a severe number …
- 14:58 Ticket #4207 (toggleClass does not read the state argument) closed by
- worksforme: This is working since 1.3.0. Reopen with a test case if you think …
- 14:40 Ticket #4221 (In Opera when jQuery code is inserted into XSLT stylesheet it won't be ...) created by
- The following code XSLT stylesheet did not work with jQuery 1.3.1 in …
- 14:01 Ticket #4220 (jquery Dialog crash in IE) created by
- Hi, I am using jquery dialog to display messages. As i have to show this …
- 14:00 Ticket #4219 (event.currentTarget isn't fixed for live events) closed by
- fixed: Fixed at [6252]
- 13:59 Ticket #4219 (event.currentTarget isn't fixed for live events) created by
- 13:27 Changeset [48164ee603bc4ec17f2fb72571c531ebdc7213ae] by
-
- src/event.js
- test/unit/event.js
- 09:47 Ticket #4218 (Regression: jQuery 1.3 only accepts upper case node names in HTML) created by
- I develop a web app with JSF using JBoss RichFaces and its ajax-Framework …
- 05:08 Ticket #4217 (load event fails on frameset in Opera) created by
- I use load event in frameset document to look at content frame title. My …
- 04:03 Ticket #4216 (css function does not handle negative width and height in key/value pairs) created by
- While the css function correctly handles a single property or height that …
- 02:09 Ticket #4215 (Attribute "value" does not work well) created by
- Details: <div id=div_001 …
- 01:43 Ticket #4214 (Normalize support for CSS Transforms via css() method) created by
- jQuery normalizes CSS opacity across browsers, I thought it could also …
02/22/09:
- 22:13 Ticket #4213 ([validate] Allow for the ability to add groups) created by
- Currently you can only group fields when you initialize the validate …
- 22:03 Ticket #4212 (if ( !jQuery.support.opacity && name == "opacity" ) // support object ...) created by
- There is a jQuery.support object undifined exception in jquery-1.3.2.js …
- 18:54 Ticket #4211 ([validate] Allow for easy error placement with groups feature) created by
- It seems like you will always want custom error placement when you use the …
- 18:40 Ticket #3968 (ID-based lookup much slower on large pages) reopened by
- Unfortunately, it's not resolved. (Sorry about the test page not working, …
- 15:21 Ticket #4210 ([validator] Breaks when using jQuery 1.3.1) created by
- If you are using jQuery 1.3.1, the Validator plugin will only validate the …
- 09:14 Ticket #4209 ([validate]) created by
- I have added the Arabic locale translation into jQuery Validate plugin and …
- 00:09 Ticket #4208 (Selector inconsistency with XML Namespaces) created by
- On a namespaced xml element like: <media:thumbnail> In Firefox it will …
02/21/09:
- 23:36 Ticket #4207 (toggleClass does not read the state argument) created by
- The toggleClass second argument does not read the state argument. Right …
- 07:15 Ticket #4187 (document.ready fires too early on safari) reopened by
- Unfortunately this is not the case. I moved the stylesheet as the first …
- 02:11 Ticket #4198 (ActiveX Alert in IE6) closed by
- duplicate: Yes, it's a duplicate of #4017. henkgroenen, a workaround is mentioned …
- 01:25 Ticket #4206 (Patch: JSONP: Support callbackName to request content with a constant URL) closed by
- wontfix: It doesn't really seem like this is needed. If you're really worried about …
02/20/09:
- 21:36 Ticket #4206 (Patch: JSONP: Support callbackName to request content with a constant URL) created by
- Say, your page requests …
- 20:03 Ticket #4104 (`tag:not(tag.className)` selector fails to return any element in jQuery ...) closed by
- fixed
- 19:52 Changeset [883450b702d7818088ad1498473546d924a858de] by
-
- src/selector.js
- 19:45 Ticket #4205 (jQuery.filter used incorrectly in .remove()) closed by
- fixed: Fixed in SVN rev [6248].
- 19:45 Changeset [a37ca9e9058243169725982e91bce60801b9857d] by
-
- src/core.js
- test/unit/core.js
- 19:34 Ticket #4205 (jQuery.filter used incorrectly in .remove()) created by
- Right now jQuery.filter is used when jQuery.multiFilter should be used …
- 17:05 Ticket #4202 (Webkit: offset, body position relative) closed by
- wontfix: The last time I looked into this particular issue it had further reaching …
- 15:52 Ticket #4104 (`tag:not(tag.className)` selector fails to return any element in jQuery ...) reopened by
- I just tested 1.3.2 with the same test cases, and although it fixes nearly …
- 15:45 Ticket #4204 (fadeTo should remove display:none) created by
- John, As requested here …
- 14:56 Ticket #4203 (firefox: color values on tags inside a frame are #00000 unless css is ...) created by
- I have a page with an iframe. I am accessing some tags inside the frame …
- 14:36 Ticket #4202 (Webkit: offset, body position relative) created by
- When the position of the body is relative, offset does not take into …
- 14:10 Ticket #4201 (Improved $.param serialization) created by
- I've been using it a lot with a Ruby on Rails backend, and one of the …
- 14:06 Ticket #4200 ($.fn.filter() and $.fn.not() are needlessly asymmetrical) created by
- One automatically assumes $.fn.not() is simply an inversed …
- 13:21 Ticket #3988 ($(document).ready() fires after images load in IE) closed by
- fixed
- 08:10 Ticket #4199 ([validate] Error with SELECT on IE8 rc1) created by
- There is an error with select evenment on IE8 rc1 for the validate plugin. …
- 08:07 Ticket #4198 (ActiveX Alert in IE6) created by
- Hi, The latest release of jQuery causes an security alert in ie6 : Your …
- 05:34 Ticket #4197 (live events' "click" handler catches right clicks (unlike normal click ...) created by
- You can test it out yourself: http://docs.jquery.com/Events/live If you …
- 00:56 Ticket #4180 (jQuery.each() bug on Internet Explorer when used on strings) closed by
- invalid: The string[index] syntax for obtaining a character isn't standard …
- 00:47 Ticket #4154 (Firefox 3 + a lot of (mouseover) events) closed by
- invalid: Your English is good, and your new test case is better! Instead of …
- 00:33 Ticket #4169 (:has(:nth-child(1))) reopened by
- Sorry if I am doing something wrong here. I checked the latest trunk and …
02/19/09:
- 23:48 Ticket #4195 (Cloning Option in IE) closed by
- duplicate: This is a dup of #4193.
- 23:41 Ticket #4187 (document.ready fires too early on safari) closed by
- invalid: Correct, and this is documented: http://docs.jquery.com/Events/ready#fn …
- 22:41 Changeset [db62240fcfe5636393fd3838fbb5ab62c363ad31] by
-
- version.txt
- 22:34 Changeset [fef476def30f4b1f3cfa902fff11bb761ab6ecfd] by
-
- version.txt
- 21:35 Changeset [db8623ebc83b26d1862248083f51bb6ecc0c596b] by
-
- test/unit/selector.js
- 21:30 Changeset [2a600c13efd4c6367402ae51f1e9d819585eda7d] by
-
- test/unit/fx.js
- 16:46 Ticket #4196 ($(fn) acts differently in browsers if jQuery loaded late) created by
- If you load jQuery after DOMContentLoaded and load events fired modern …
- 16:36 Ticket #4195 (Cloning Option in IE) created by
- From the mailing list: when i clone one or more selected <option> from …
- 16:22 Ticket #4194 (show() sometimes uses wrong display type) created by
- If you call hide() on an element that already has style="display: none", …
- 14:42 Ticket #4193 (.clone() selected items lose select in FF but not in IE) created by
- when i clone one or more selected <option> from one <select> to another …
- 13:18 Ticket #4192 (Extend and RegExp) created by
- I try to clone an object but there's a bug. In my Original object i have a …
- 12:31 Ticket #4191 (clone method can't clone data of elements) created by
- when data have been binded to element,then clone the element(whether …
- 11:04 Ticket #4190 (load method) created by
- Docu says if any parameter is added - type will be "POST" otherwise it is …
- 10:57 Ticket #4189 (Bind .live() handler to the current context rather than document) created by
- to allow something like this: $('button', container).live('click', …
- 09:50 Ticket #4188 (.get(-n)) created by
- Enable use of negative numbers as argument. […]
- 09:19 Ticket #4187 (document.ready fires too early on safari) created by
- Safari fires $(document).ready() is fired too early when there are …
02/18/09:
- 21:58 Ticket #4186 (jQuery(element).next(element) do not work in safari) created by
- Hi please if you can resolve this problem in jquery since 1.1.3.1 to 1.2.6 …
- 21:57 Changeset [3e6c7f083c6fe2b93517153c81472604fc7bd745] by
-
- test/unit/selector.js
- 20:08 Ticket #4185 (jquery validation error in ie 6) created by
- STEPS TO REPRODUCE: 1. Type an invalid value in a field Ex: type an …
- 20:01 Ticket #4184 ($.get without data parameter) created by
- $.get without data parameter doesn't work properly. If I write …
- 19:59 Changeset [481171a3f81c46b9e46ffbf76a5cddcec83be850] by
-
- test/unit/core.js
- 19:57 Ticket #4183 (post/get ajax bug in IE 6-8) created by
- If I try to do $.get - FF works fine, but IE 6-8 sends the request as a …
- 19:43 Ticket #4107 (Safari's input type="search" field is ignored by serializeArray) closed by
- fixed: Fixed in SVN rev [6240].
- 19:43 Changeset [ca79d866fe07302f03df2b3db09c886c6abef9ff] by
-
- src/ajax.js
- test/index.html
- test/unit/ajax.js
- test/unit/selector.js
- 16:29 Ticket #4182 (appendTo doesn't return inserted elements) closed by
- fixed: Fixed in SVN rev [6239].
- 16:29 Ticket #3966 (Event doesn't get attached to all newly created elements when element is ...) closed by
- fixed: Fixed in SVN rev [6239].
- 16:29 Changeset [75a973da35d4ad6583ebef8c389cebbef61bc5b4] by
-
- src/core.js
- test/unit/core.js
- 16:28 Ticket #4182 (appendTo doesn't return inserted elements) created by
- Currently when calling appendTo (and similar methods) the original …
- 16:25 Ticket #3713 (DOM manipulations on elements not in the DOM) closed by
- fixed: This was fixed in 1.3, actually.
- 16:22 Ticket #4161 (Event handlers not preserved when appending to multiple elements) closed by
- duplicate: Duplicate of #3966.
- 14:28 Ticket #4074 (.clone() doesn't respect ownerDocument) reopened by
- Using this.ownerDocument for createElement is a partial fix. The call to …
- 13:32 Ticket #3940 (after() and before() fail after newly created jquery elements) closed by
- wontfix: Larry, in your case you should just do: […] I've added notes to all …
- 07:52 Ticket #4154 (Firefox 3 + a lot of (mouseover) events) reopened by
- Dear dmethvin! I'm in shame. The teszt.zip attachement was wrong, because …
- 06:07 Ticket #4181 (How to use the datepicker & auto complete in the Dialog box?) created by
- Hello, How to use the datepicker, auto complete and other jquery …
- 05:26 Ticket #4180 (jQuery.each() bug on Internet Explorer when used on strings) created by
- Hi, if you use the jQuery.each() on a string, it will not yield the same …
- 05:00 Ticket #4179 (no focus event in iframe, opera) created by
- when i focus on a page element in an iframe there is no focus event …
- 03:38 Ticket #2503 (jQuery.fx.update does not account for inline-block elements.) closed by
- duplicate: This is a dup of #2185.
- 03:36 Ticket #4096 (slideToggle() does not set display property to 'table-row') closed by
- duplicate: This is a dup of #2185.
- 03:30 Ticket #3381 (Queue bug?) closed by
- invalid: Please reopen and attach a test case if the problem is still there. Also …
- 03:24 Ticket #3383 (forcing display:block on table, tr td elements) closed by
- duplicate: This is a duplicate of #2580.
- 02:46 Ticket #3968 (ID-based lookup much slower on large pages) closed by
- invalid: Sounds like this was resolved for them in 1.3.1: …
- 02:41 Ticket #4178 (Slowdown of .html() in 1.3.1) closed by
- fixed: Fixed in SVN rev [6328].
- 02:40 Changeset [3e46bce751f062775be95a6bef3cf53096a3ed21] by
-
- src/core.js
- 02:40 Ticket #4178 (Slowdown of .html() in 1.3.1) created by
- Seeing a major slowdown in .html() performance when performed on a large …
- 02:30 Ticket #4176 (jQuery.each() doesn't deal with arrays properly) closed by
- fixed: Done. http://docs.jquery.com/Utilities/jQuery.each
- 02:18 Ticket #4154 (Firefox 3 + a lot of (mouseover) events) closed by
- worksforme: I tried this with jQuery 1.3.1 and Firefox 3.0.6 and performance is very …
- 02:11 Ticket #4174 (Regression in .append() .prepend() etc, between 1.2.6 and 1.3.1) closed by
- duplicate: Yeah, duplicate.
- 02:11 Ticket #2490 (wiki page for Traversing/find somewhat misleading) closed by
- fixed: Fixed in SVN rev [6199].
- 02:01 Ticket #4176 (jQuery.each() doesn't deal with arrays properly) reopened by
- Would be very nice if this were in the documentation. Something on the …
- 01:35 Ticket #2555 (Dojo ShrinkSafe compatibility fix) closed by
- invalid: Sorry, it looks like this ticket got lost. The lines you wanted to change …
- 01:28 Ticket #2997 ($.clone() bugs in IE when $.length>1 and elements don't belong to document) closed by
- fixed: Fixed at [6186].
- 01:12 Ticket #4172 (fckeditor, jquery & internet explorer) closed by
- invalid
- 00:58 Ticket #4176 (jQuery.each() doesn't deal with arrays properly) closed by
- worksforme: jQuery.each always processes an Array from 0 to length-1. The length …
- 00:50 Ticket #4177 (jQuery.param() handles arrays very strangely) closed by
- worksforme: I'm not sure what you mean by "not valid HTTP" since isn't related to the …
- 00:36 Ticket #4170 (How to use the datepicker & auto complete in the Dialog box?) closed by
- invalid: This is a question best asked on the jQuery forum, since it's not a bug.
- 00:28 Ticket #4177 (jQuery.param() handles arrays very strangely) created by
- If you create an object containing an array, and pass it to …
- 00:24 Ticket #4162 (Error on HTTPS.) closed by
- invalid: Read up here: http://taossa.com/index.php/2007/02/08/same-origin-policy/ …
- 00:22 Ticket #4176 (jQuery.each() doesn't deal with arrays properly) created by
- If you create an empty array and insert values into it, then use the …
Note: See TracTimeline
for information about the timeline view.
