Timeline
Oct 30, 2009:
- 8:25 PM Ticket #5429 (.text() and .html() are mangling values in incorrect ways in Internet ...) closed by
- duplicate: Duplicate of #3144.
- 7:20 PM Ticket #5433 ($( sel ).ajax( [ajaxOptions] )) created by
- ++ Syntactical Sugar to load content into a DOM element -- no SS …
- 6:56 PM Ticket #5432 (Voting on Trac) created by
- I would be great if there was some kind of voting on the tickets. This …
- 6:23 PM Ticket #5431 (jquery.fn.offset on 1.3.x series + IE6/7 (works fine with 1.2.6)) created by
- This bug has been reported originally here: …
- 6:20 PM Ticket #5430 (animate width not working properly on Webkit? (1.3.2 vs. 1.2.6/1.3.1)) created by
- This has been reported first here: …
- 6:00 PM Ticket #5429 (.text() and .html() are mangling values in incorrect ways in Internet ...) created by
- In an effort to clean up strings of characters which might contain …
- 3:59 PM Ticket #5428 (Change in IE's default ajax headers to prevent encoding problems) created by
- There are a problem that arise from a difference in the HTTP headers …
Oct 29, 2009:
- 9:49 PM Ticket #5427 ($.extend(false, target, obj) doesn't extend target itself) created by
- After executing the following code: var target = { a: 1 }; …
- 8:43 PM Ticket #5426 (QUnit microformat incorrect) created by
- The QUnit documentation at …
- 8:31 PM Ticket #5425 (why does live() need to run a selection during intit?) created by
- outlined here: …
- 8:22 PM Ticket #5424 (append(string) not working in IE8) closed by
- invalid: The name "class" is a reserved word, so you can't use it as a bare …
- 8:04 PM Ticket #5424 (append(string) not working in IE8) reopened by
- 7:14 PM Ticket #5424 (append(string) not working in IE8) closed by
- invalid: Block elements (divs) should not be put inside an inline element …
- 4:13 PM Ticket #5424 (append(string) not working in IE8) created by
- On initial page load, there is a function call to laod information …
- 9:57 AM Ticket #5423 (Setting attr("usemap") requires camel-case property name in MSIE) created by
- When assigning the
usemap
property to an image, it appears MSIE … - 4:12 AM Ticket #5420 (Can't get CSS value of "border-spacing" on InternetExplorer8) created by
- Error: (InternetExplorer8) $('table').css('border-spacing'); …
- 2:33 AM Ticket #5419 (IE finds wrong elements in XML doc) created by
- $xml_handel.find('ancestor descendant') is not working properly under IE.
Oct 28, 2009:
- 7:21 PM Ticket #5417 (jquery ui.tabs and slidetoggle) closed by
- invalid: This is not a jQuery core bug. Your question would be best handled on …
- 7:17 PM Ticket #5418 (this[0].ownerDocument is null in IE6) created by
- In IE6, jQuery throws on error when attempting to calculate the body …
- 1:44 PM Ticket #5417 (jquery ui.tabs and slidetoggle) created by
- I've tried to create an application using slidetoggle inside ui.tabs. …
- 12:41 PM Ticket #4604 (replaceWith is not removing old content before adding new content) reopened by
- I don't have a way to show you a simple test case right now, but I had …
- 11:10 AM Ticket #5416 (find('something:first') can return multiple results) created by
- Hi there, maybe I understand something wrong but from the …
- 10:38 AM Ticket #4328 (Google Chrome Bug in Form Selectors) closed by
- invalid: Looks like this was a Chrome bug. Tried it in 3.0.195.27 (which …
- 10:11 AM Ticket #5415 (validate - getting error messages) created by
- It would be helpfull to egt by the attributes put in HTML (for …
- 10:04 AM Ticket #4316 (Safari 4 Fade Issues) closed by
- worksforme: Seems to work in the release version of Safari 4 and the webkit ticket …
- 4:42 AM Ticket #5414 (Live event binding not matching selector) created by
- When using this selector with the live() it will incorrectly bind to …
Oct 27, 2009:
- 11:00 PM Ticket #5412 (Refresh selectors) closed by
- invalid: This is not a bug or enhancement. Please ask for help on the forums.
- 10:21 PM Ticket #5413 (tag "img" width/height attribute is zero (IE)) created by
- When img tag is hidden (style is "display:none" or contain in a div …
- 4:51 PM Ticket #5412 (Refresh selectors) created by
- On create a new element on screen, is need review all. See: $('table …
- 12:30 PM Ticket #5411 (Cannot use prototype methods for event handler) created by
- Here is the test: […] The test will fail. Only obj2.handler will …
- 12:51 AM Ticket #5409 (Apply function every on create a new element) created by
- On create a new element on screen, is need review all. See: $('table …
Oct 26, 2009:
- 8:40 PM Changeset [50cf435]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/event.js
- 6:23 PM Changeset [81f65ce]1.12-stable2.2-stablekillphp by
- .gitmodules
- Makefile
- README
- src/selector.js
- src/sizzle
- src/sizzle-jquery.js
- 6:07 PM Changeset [bbffc99]1.12-stable2.2-stablekillphp by
- src/core.js
- src/css.js
- src/fx.js
- src/manipulation.js
- src/selector.js
- src/traversing.js
Oct 25, 2009:
- 6:21 PM Ticket #5408 (event.fix() for keypress() broke detection of Up/Down/etc. keys) created by
- The event.fix() function (line 2746 in jquery-1.3.2) change value of …
- 9:24 AM Ticket #5406 (selector + variable name cannot be the same in IE) closed by
- invalid: IE puts names and ids into the global namespace. jQuery can't really …
Oct 24, 2009:
- 5:42 PM Ticket #5407 (fadeOut Fails When an Element Has float:left) created by
- In this sample page: the div par1 fails to fade out when I click the …
- 8:41 AM Ticket #5406 (selector + variable name cannot be the same in IE) created by
- function testbug() { test_field = $("#test_field"); } <input …
Oct 23, 2009:
- 11:55 AM Ticket #5405 (Use of "class" key in "attr()" properties object caused Safari to fail ...) created by
- I had the following line of code in my JS file: $(object).attr({ …
- 11:13 AM Changeset [b7ccc58]1.12-stable2.2-stablekillphp by
- Makefile
- 3:25 AM Changeset [bcbd06b]1.12-stable2.2-stablekillphp by
- Makefile
- src/intro.js
Note: See TracTimeline
for information about the timeline view.