Timeline
Jun 2, 2009:
- 8:49 PM Ticket #4720 (Performance: Cache array methods for faster accessing) created by
Array.prototype.slice
appears 5 times in …- 3:49 PM Ticket #4719 (jQuery.ajax dataFilter parsing of the resulting data hangs IE 7) created by
- If I have a dataFilter method that tries to parse the data […] it …
- 3:25 PM Ticket #4718 (Using html(val) causes multiple image reques in IE6) created by
- I am using html(val) to update my div after a jQuery.ajax call. My …
- 12:00 PM Ticket #4717 (jQuery creates permanent failed state in Firefox when rapidly reloaded) created by
- This is a serious bug because it results in the browser persistently …
- 7:32 AM Ticket #4716 ([autocomplete] Autocomplete sets focus to incorrect element) created by
- I go to http://jquery.bassistance.de/autocomplete/demo/ and do the …
Jun 1, 2009:
- 10:14 PM Changeset [6faf75f]1.12-stable2.2-stablekillphp by
- src/fx.js
- 8:33 PM Ticket #4715 (jQuery Documentation A-Z) created by
- I sometimes cannot remember which documentation section a particular …
- 8:19 PM Ticket #4714 ([autocomplete] matching doesn't work when options.minChar is > 1) created by
- This is a simple bug in the for loop: load: function(q) { …
- 7:24 PM Ticket #4713 ([autocomplete] does not handle escaped characters after selection) created by
- With the autocomplete plugin, I specify a list of names and email …
- 11:02 AM Ticket #4712 (IE8 error) created by
- when rendering a page using jquery in IE8 I get an error that says …
- 10:28 AM Ticket #4711 (Webkit: find with colon ":" in search returns incorrect results) created by
- When attempting to parse the Yahoo Weather RSS feeds using JQuery …
- 7:50 AM Ticket #4710 (Internet Explorer 6 and 7 do not explicitly append dom elements) created by
- When writing elements into the dom, using .html() or append() do not …
- 12:54 AM Ticket #4709 (setRequestHeader) created by
- Hi guys, I try set header when use ajax method post …
May 31, 2009:
- 4:15 PM Ticket #4708 (Connect to sortable breaks data passing from draggable to drop target) created by
- I'm trying to use draggable, with sortable and droppable. When I …
- 2:29 PM Ticket #4707 (Updating opacity in Internet Explorer breaks other currently used filters) created by
- In jQuery 1.3.3pre and previous, there exists a bug in how opacity is …
May 30, 2009:
- 4:11 PM Ticket #4706 (Ajax load(...) works wrong with full HTML documents) created by
- The ajax "load( url, data, callback )" function documentation states …
- 3:03 PM Ticket #4705 (Reroute access to DOM className via jQuery.className.get and ...) created by
- The goal of this patch is to add a layer of indirection for className. …
- 8:01 AM Ticket #4704 (IE selector problem) created by
- $("#folder td.size > a").html("Advanced"); $("#folder td.size > …
- 7:59 AM Ticket #4703 (Selector does not work when some specific characters are present) created by
- Step to reproduce: 1. define a tag with id …
May 29, 2009:
- 7:55 PM Ticket #4695 (Rrror: jQuery.event.specialAll[type].teardown is undefined) closed by
- invalid: Yes, jQuery does not support code that modifies Object.prototype. …
- 3:56 PM Ticket #4702 (The val() method on a select element works incorrectly in IE) created by
- When using the val() method on a SELECT element with a value in order …
- 11:44 AM Ticket #4701 (Gmail/Facebook Style jQuery Chat but) created by
- Gmail/Facebook Style jQuery Chat is not work if prototype and scripts …
- 11:12 AM Ticket #4700 (Tests #25 and #26 fail in jQuery test suite, in Opera 9.64 (Mac)) created by
- Steps to reproduce: - Start Opera 9.64 on Mac OS X 10.5.6 - Go to …
- 11:08 AM Ticket #4699 (Test #64 fails in jQuery test suite, in OmniWeb v5.9.2) created by
- Steps to reproduce: - Start OmniWeb 5.9.2 on Mac OS X 10.5.6 - Go to …
- 10:54 AM Ticket #4698 (jQuery test suite fails silently on Fx 3.0 when using a proxy) created by
- Steps to reproduce: - Have an ADSL connection from Solcon NL …
- 8:44 AM Ticket #4697 (Getting flashvars param not works in 1.3. but works in 1.2) created by
- this happens on Internet Explorer only (i am using IE8, but i am sure …
- 7:21 AM Ticket #4696 (Clone() method not working when applied to editable BODY element) created by
- Hi, We are trying to call Clone method on a BODY element and this …
- 2:04 AM Ticket #4695 (Rrror: jQuery.event.specialAll[type].teardown is undefined) created by
- Reproduction: 1. Load …
May 28, 2009:
- 6:35 PM Ticket #4694 ([validate] URLs with | (pipe) character fail validation) created by
- URLs that contain | (pipe characters) fail URL validation. Examples: …
- 12:38 PM Ticket #4693 (Memory leak with framesets in modal dialog) created by
- In IE6/7, jQuery 1.3.2 introduces a browser memory leak when opening a …
- 10:19 AM Ticket #4692 (div reverts to original size after animation (webkit only)) created by
- Place one div inside another (outer and inner); 'outer' has absolute …
May 27, 2009:
- 11:44 PM Ticket #4686 (jquery 1.3.2 append(' ', ' ') crashes ie6, ie7) closed by
- duplicate: Dup of #4011
- 11:09 PM Ticket #4689 (Can't select an input field inside a form) closed by
- duplicate: This is a dup of #3685. See also this page: …
- 2:41 PM Ticket #4691 ($('<input />').attr('name', 'name') [IE bug]) created by
- $('<input />').attr('name', 'name') method doesn't work on IE8 running …
- 11:54 AM Ticket #4690 (Chrome OPTIONS header type sent for POST ajax request, FF fails.) created by
- When using $.ajax as follows: var url = "http://local.vhost/script"; …
- 11:51 AM Ticket #4689 (Can't select an input field inside a form) created by
- Here's the code, try to select the input inside.. I can't, I tried …
- 10:46 AM Ticket #4688 (cant download custom themes from the site.) created by
- Tried in firefox 3.0.10 and chrome 2.0.172.28 I started with the theme …
- 5:37 AM Ticket #4687 (Incorrect $(window).width() in Firefox) created by
- Firefox (tested: 3.0.10, Mac) reports the wrong value for …
- 5:36 AM Ticket #3201 ([validate] Dutch localization) reopened by
- extra suggestions for dutch validation support: dutch zipcode …
May 26, 2009:
- 1:36 PM Ticket #4686 (jquery 1.3.2 append(' ', ' ') crashes ie6, ie7) created by
- the following snippet crashes ie6 and 7, throws a js error in ie8: …
Note: See TracTimeline
for information about the timeline view.