Timeline
Jan 4, 2010:
- 9:32 PM Ticket #5752 (jquery.ajax DELETE verb does not contain request body content) created by
- Failing test case in 1.4a2 located at …
- 7:11 PM Ticket #5745 (vertical coverflow) closed by
- invalid: Since this isn't a bug report, you should ask for help in the jQuery …
- 7:10 PM Ticket #5747 ([autocomplete] Display results as TABLE instead of UL) closed by
- invalid: The autocomplete plugin isn't part of jQuery core, so it would be …
- 7:09 PM Ticket #5748 (Problem with encoding (hebrew - windows-1255) using remote) closed by
- invalid: Since this isn't a bug report, you should ask for help in the jQuery …
- 6:51 PM Ticket #5751 (null value in array makes jQuery.merge ignore rest of array) created by
- this expression: […] should return […] but returns […] …
- 4:18 PM Ticket #5750 ($.extend copies by reference, even with deep=true (patch)) created by
- a = { arr: [1, 2, 3] } b = $.extend(true, {}, a) b.arr.pop() …
- 1:48 PM Ticket #5749 (Regarding curCSS, css, and backgroundPosition plugin within IE ...) created by
- The CSS property backgroundPosition does not exist in the accessible …
- 12:05 PM Ticket #5748 (Problem with encoding (hebrew - windows-1255) using remote) created by
- First of all, let me thank you for a GREAT script! Second, I'v been …
- 11:21 AM Ticket #5747 ([autocomplete] Display results as TABLE instead of UL) created by
- (This is my first contribution here, so I'm sorry if I'm submitting …
- 11:16 AM Ticket #5746 (Glitch when calling fadeOut() with light gray text) created by
- When you call fadeOut to an element with light gray text (appears to …
- 12:58 AM Ticket #5745 (vertical coverflow) created by
- I would like to create vertical cover flow like this link …
Jan 3, 2010:
- 10:44 PM Ticket #5744 (jQuery selectors search inside HTML comments, causing crashes and/or ...) created by
- Consider this scenario: <body> <div id="x"> <!--<small …
- 8:04 PM Changeset [25ee9cee]1.12-stable2.2-stablekillphp by
- src/intro.js
- 12:54 PM Changeset [3d35a97]1.12-stable2.2-stablekillphp by
- Rakefile
Jan 2, 2010:
- 11:57 PM Ticket #5743 (Firefox: Showing hidden Element containing scrollable Content causes ...) created by
- The attached testcase (Firefox only) demonstrates that a page flickers …
Jan 1, 2010:
- 8:26 PM Ticket #5742 (Consider RunJS for jQuery code loading) created by
- This is an alternative proposal to a $.require() function. Code …
- 1:38 PM Ticket #5741 ($(element).html(val) SERIOUS BUG) created by
- The problem is: when you change successively the html of an element …
- 10:58 AM Ticket #5740 (each method should support XML) created by
- When I say XML, I mean native XML via E4X (ECMA-357) which is …
- 7:51 AM Ticket #5739 (the code work in jquery1.3.2 , not work in jquery 1.4a2 about selector) created by
- the code work in jquery1.3.2 , not work in jquery 1.4a2 about …
Dec 31, 2009:
- 9:01 PM Ticket #5738 (var value = $(this).val() fails in IE) created by
- This code was failing on IE(7/8) jQuery(document).ready(function($){ …
- 6:24 PM Ticket #5737 (Complex selectors problems w/ IE8) created by
- Using 1.3.2 w/ UI 1.7.2 I have two forms that are each loaded as AJAX …
- 3:17 PM Changeset [1d2b1a5]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 3:06 PM Changeset [a5dbca4a]1.12-stable2.2-stablekillphp by
- src/core.js
- src/event.js
- 2:50 PM Ticket #5735 (Don't Uses Timers for Ajax Requests) closed by
- fixed: Landed. …
- 2:49 PM Changeset [40ce7f9]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- src/event.js
- src/offset.js
- 10:50 AM Ticket #5730 (jQuery(e).getJSON(url,callback),should always load callback after submit.) closed by
- worksforme: I am not sure of the bug being reported here. If jQuery(e) returns an …
- 10:48 AM Ticket #5733 (Validation Plugin does not work in IE) closed by
- invalid: When 1.4a3 comes out, test with that and see if the problem is still …
- 10:45 AM Ticket #5734 (ReplaceWith duplicates closing tag </input> in xhtml) closed by
- invalid:
INPUT
elements don't have closing tags, they should be self closing. - 9:59 AM Changeset [6cf981e]1.12-stable2.2-stablekillphp by
- Makefile
- 9:50 AM Changeset [6cb29458]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- src/event.js
- src/offset.js
- 12:50 AM Ticket #5688 (Too much recursion errors) closed by
- fixed: Fixed. …
- 12:49 AM Changeset [ea5d514]1.12-stable2.2-stablekillphp by
- src/event.js
- 12:37 AM Changeset [66975de]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 12:37 AM Ticket #5736 (Remove .bind(name, fn, thisObject) and promote jQuery.proxy()) created by
- Larger discussion: …
Dec 30, 2009:
- 11:53 PM Changeset [fe6c86d]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 11:34 PM Ticket #5735 (Don't Uses Timers for Ajax Requests) created by
- We can get around the IE memory leak by doing: …
- 7:51 PM Ticket #5734 (ReplaceWith duplicates closing tag </input> in xhtml) created by
- var newElem = $('<INPUT id=attr type=text> </INPUT>'); …
- 6:07 PM Ticket #5733 (Validation Plugin does not work in IE) created by
- The jQuery plugin: Validation (bassistance.de) does not seem to work …
- 10:19 AM Ticket #5732 (IE8 show/hide doesn't work for block following an inline-block) created by
- * HTML page consists of an inline-block followed by a block * Use …
- 9:37 AM Ticket #5731 (live("focus") lost) created by
- Hi, I just installed 1.4a2 uncompressed and min, both lost support of …
- 4:34 AM Ticket #5730 (jQuery(e).getJSON(url,callback),should always load callback after submit.) created by
- when the server does not write any thing to the response object, the …
Dec 29, 2009:
- 11:51 PM Ticket #5725 ([autocomplete] Conflict with ASP.NET MVC2 RC) closed by
- invalid: This isn't a jQuery core bug.
- 11:48 PM Ticket #5726 (problems with jquery.ajax and https y chrome) closed by
- invalid: This isn't a bug report (at least not yet), please ask for help on the …
- 11:45 PM Ticket #5720 (`expando` cleanup in `.html()` and `.clone()` is too greedy) closed by
- duplicate: Replaced by #5729.
- 11:33 PM Ticket #5727 (Checkboxes "is(':checked')" is opposite for programmatic click() than ...) closed by
- duplicate: This is a duplicate of #3827, see the discussion there.
- 3:35 PM Ticket #5729 (`Expando` cleanup in `.html()` and `.clone()` is too greedy) created by
- There's a bug in the
rinlinejQuery
regexp that makes it a bit too … - 3:16 PM Ticket #5728 (Cannot access IMG attributes (height, width) in IE if parent is null) created by
- On a about:blank page, load jQuery and run the following commands: …
- 3:10 PM Ticket #5727 (Checkboxes "is(':checked')" is opposite for programmatic click() than ...) created by
- The predicate is(':checked') returns the correct checked-ness when …
- 2:56 PM Ticket #4774 (Unknown pseudo-class or pseudo-element 'selected') closed by
- worksforme: I have attached a minimal test case; be sure that "Show CSS Errors" is …
- 12:09 PM Ticket #4774 (Unknown pseudo-class or pseudo-element 'selected') reopened by
- I have the same problem, using FF 3.5.3 on XP. I have the fb-1.4.5 ext …
- 10:59 AM Ticket #5726 (problems with jquery.ajax and https y chrome) created by
- I have an error when y use jquery.ajax with a page that run in https …
- 8:32 AM Ticket #5725 ([autocomplete] Conflict with ASP.NET MVC2 RC) created by
- Due to a security problem, the ASP.NET MVC2 framework only allows …
Dec 28, 2009:
- 7:58 PM Ticket #5723 (animate color error: Invalid Property Value) closed by
- invalid: "Only properties that take numeric values are supported (e.g. …
- 7:47 PM Ticket #5724 ('before' can not be realized when applied to <object> on I.E. 6) created by
- I have tried to use $("object").before("simple test") and it won't …
- 7:40 PM Ticket #5723 (animate color error: Invalid Property Value) created by
- Trying to animate a hex color val throws and "Invalid Property Value" …
- 4:50 PM Ticket #5721 (Webkit: Radio checked state incorrect when creating an input with a name) closed by
- invalid: The checked attribute should be set to the value "checked" in the …
- 3:08 PM Ticket #5722 (return false on live submit doesn't prevent normal browser submit) created by
- […] the return false doesn't prevent normal browser submit
- 1:05 PM Ticket #5721 (Webkit: Radio checked state incorrect when creating an input with a name) created by
- In Chrome and Safari, I'm getting an error creating a radio with a …
- 5:11 AM Ticket #5720 (`expando` cleanup in `.html()` and `.clone()` is too greedy) created by
- There's a bug in the
rinlinejQuery
regexp that makes it a bit too …
Note: See TracTimeline
for information about the timeline view.