Timeline
Aug 19, 2009:
- 11:55 PM Ticket #5082 (toggle has unexpected behavior in IE8) created by
- This is hard to explain. Short story: toggle() doesn't toggle the …
- 11:28 PM Ticket #5081 (An runtime error about invalid argument in IE 7/8 on attr) created by
- I found an issue in attr on IE 7/8. IE shows the error happens around …
- 11:02 PM Ticket #5070 (parents() not working the same with Firefox 3.5.2) closed by
- duplicate: Duplicate of #4761.
- 10:56 PM Ticket #5071 (Form attribute get/set breaks with same named input in form) closed by
- duplicate: Duplicate of #3113.
- 10:53 PM Ticket #5072 (html() is not working in IE) closed by
- invalid: Please debug code issues on one of the jQuery forums. The bug tracker …
- 10:39 PM Ticket #5080 ($.ajax 'error' and 'complete' callbacks ignore dataType.) closed by
- invalid: Most likely because the easy case is when things go right. :) All I …
- 8:39 PM Ticket #5080 ($.ajax 'error' and 'complete' callbacks ignore dataType.) created by
- $.ajax will always pass the xhr to s.error and s.complete, without …
- 6:25 PM Ticket #5079 (multiple="multiple" selects with no selections are not serialized ...) created by
- This problem seems to be in the serializeArray method. If no selection …
- 5:06 PM Ticket #5078 (More Selector Strangeness) created by
- Similar to http://dev.jquery.com/ticket/4748 In the following …
- 3:16 PM Ticket #5077 (Test suite fails in IE 8) created by
- Hi, I ran the test suite in IE 8 and 14 tests of 1259 failed.
- 2:04 PM Ticket #5076 (Improving jQuery.filter performances for simple selectors would ...) created by
- Currently .is() and .hasClass() underlying algorithm has an O(n) …
- 10:11 AM Ticket #5075 (Attribute filters behaviour change since 1.2) created by
- when using the statement $("[id='sel']").length with 2 html select …
- 9:18 AM Ticket #5074 (:Contains does not work with XML data in IE on 1.3.2) created by
- Load any XML data and try to find elements with :contains and it does …
- 9:13 AM Ticket #5073 (eq(n) has issues when spaces present) created by
- Code like: $( 'img:eq(1)' ).hide(); works fine, but this code: $( …
- 9:08 AM Ticket #5072 (html() is not working in IE) created by
- Hi, html() method is not populating a div's inner html in IE. But …
Aug 18, 2009:
- 7:27 PM Ticket #5071 (Form attribute get/set breaks with same named input in form) created by
- Trying to get or set the attribute of a form does not work properly if …
- 12:42 PM Ticket #5070 (parents() not working the same with Firefox 3.5.2) created by
- Not sure if this is related to jQuery or the update, but …
- 9:18 AM Ticket #5069 (form selector doesn't work) created by
- form selector doesn't work properly in 1.3.2 release, but it works in …
- 8:58 AM Ticket #5068 (Masked Input Issue for Entering phone number) created by
- This is my phone mask,(999) 999-9999? x99999 if i enter phone number …
Aug 17, 2009:
- 8:42 PM Ticket #5043 (hiding table rows based on attributes hides ALL table rows instead) closed by
- invalid: http://docs.jquery.com/Selectors/attributeNotEqual#attributevalue …
- 8:28 PM Ticket #5045 (bug) closed by
- invalid: Please file jQuery UI bugs in the UI bug tracker.
- 8:09 PM Ticket #5064 (G.replace throws an exception) closed by
- invalid: That error is from the minimized jQuery. Most likely it is due to bad …
- 8:01 PM Ticket #5067 (Can't install!) closed by
- invalid
- 5:45 PM Ticket #5067 (Can't install!) created by
- here is what I got when trying to intall jQuery, …
- 5:15 PM Ticket #5066 (Firefox 3.5.2 update Broke passing arrays through $.get() function.) created by
- This code worked, and still works on IE myArrayVar = …
- 4:25 PM Ticket #5065 (add context argument to appendTo() etc.) created by
- […] So far I've wished for this on two occasions, - when I wanted …
- 3:32 PM Ticket #5064 (G.replace throws an exception) created by
- In jquery-1.3.2.min.js, the following line throws an exception for me: …
- 12:35 PM Ticket #3988 ($(document).ready() fires after images load in IE) reopened by
- I'm seeing this issue as resurfaced with safari 4, correct me if i'm wrong.
- 11:10 AM Ticket #5063 (wrapAll removes <br/> tags) created by
- I have three anchor tags seperated by <br/> tags. When I use wrapAll …
- 10:46 AM Ticket #5062 (SlideUp in IE7 quirks mode flickers) created by
- The slideUp effect animates an element from its height to 0px then …
- 10:37 AM Ticket #5061 ($.attr fails on input element in Firefox 3.5.2) created by
- Hi there, First I create a input field: var test = $('<input …
Aug 16, 2009:
- 11:04 PM Ticket #5060 (document ready in IE 7.0.5730.13) created by
- I noticed that $(document).ready() in IE 7.0.5730.13 does not work. I …
- 5:29 PM Ticket #5059 (No error handling for cross site ajax) created by
- For cross site ajax, when remote site is down error handlers are not …
- 4:27 PM Ticket #5058 (span hide, show problem) created by
- hi, i don't sure if it is bug but, situation: using …
- 1:21 AM Ticket #5057 (html('') remove all the children's events) created by
- $.html(val) will remove all children nodes. and all the events which …
Aug 15, 2009:
- 6:22 AM Ticket #5056 (Collapsed ACCORDION in the second TAB clips its content) created by
- If you place collapsed ACCORDION of one element in the TAB which is …
- 6:13 AM Ticket #5055 (In IE, focussing on newly created elements is erratic) created by
- If you create an element with jQuery, and attempt a focus, whether it …
Aug 14, 2009:
- 3:07 PM Ticket #5053 (jQuery.fn["ajaxStart"] and other related functions are incorrectly defined) created by
- In the file "jquery-1.3.2-vsdoc2.js" there are wrong definitions for …
- 11:38 AM Ticket #4959 ([QUnit] Module Bug) closed by
- invalid: QUnit works fine. You were using an old version of QUnit which didn't …
- 9:39 AM Ticket #5052 ("_" is redundant in many selectors of Sizzle) created by
- Many selectors of Sizzle include the pattern [\w\u00c0-\uFFFF_-] the …
- 9:37 AM Ticket #5051 (jQuery.animate problem (IE 6/7/8) on style.left with negative em ...) created by
- i think i've found a bug in the jQuery.animate() function in IE 6/7/8 …
- 8:34 AM Ticket #5050 (eq(-1) - negative numbers take from end of the collection) created by
- See: …
- 7:06 AM Ticket #5049 (Fading a pure black image in IE 6 causes white pixels to appear) created by
- If you animate an image that has pure black inside it. You will likely …
- 5:30 AM Ticket #5048 (Memory leak when jsonp $.ajax() request fails.) created by
- jsonp ajax requests does some explicit garbage collection when the …
Aug 13, 2009:
- 5:58 PM Ticket #5047 (jQuery.fx.update incorrectly sets elements' inline style display to "block") created by
- During height and width animations,
jQuery.fx.update
adds an inline … - 12:55 PM Ticket #5046 (inconsistent "input[type=text]" selector results) closed by
- wontfix: The type attribute does not behave consistently between browsers. You …
- 10:13 AM Ticket #5046 (inconsistent "input[type=text]" selector results) created by
- I observed an inconsistency when using the selector "input[type=text]" …
- 8:45 AM Ticket #5045 (bug) created by
- Hi I found a very big bug in jquery ui 1.7.2 please run this code and …
- 7:29 AM Ticket #5044 (Problem with js redirect when using getJSON) created by
- The problem I'm facing is as follows. I'm using a JSON call to check …
- 4:04 AM Ticket #5043 (hiding table rows based on attributes hides ALL table rows instead) created by
- I have a table to which I've assigned attributes to each row like so: …
Aug 12, 2009:
- 5:43 PM Ticket #5042 (JSONP callback does not work for urls like format_options=callback:?) created by
- When using $.getJSON ... http://myurl.com/app?format_options=? will …
- 5:28 PM Ticket #5041 (WrapAll removed dynamically applied check state in IE6) created by
- This is only in IE6. The page I am working on sets the checked state …
- 1:42 PM Ticket #5040 (Selector #foo a[href=#x/y] fails in IE7) created by
- As described in the summary, $('#foo a[href=#bar/xyz]') returns no …
- 12:52 PM Ticket #5039 (:visible selector don't work on IE) created by
- The selector expression ":visible" don't work on IE but it works on …
- 9:06 AM Ticket #5038 (IE error - Invalid argument.) created by
- I got IE8 error jquery-1.3.2.js line 1061 character 4 And i found …
- 6:37 AM Ticket #5037 (Distinguish synthesized events) created by
- It would be very useful if we could distinguish events which are …
- 1:27 AM Ticket #5036 (Removing display:none from a tfoot in Firefox 3.0 places the tfoot in ...) created by
- This may well be a Firefox 3.0 bug, and not jQuery. However, a good …
Note: See TracTimeline
for information about the timeline view.