Timeline
08/19/09:
- 22:25 Ticket #5079 (multiple="multiple" selects with no selections are not serialized using ...) created by
- This problem seems to be in the serializeArray method. If no selection is …
- 21:06 Ticket #5078 (More Selector Strangeness) created by
- Similar to http://dev.jquery.com/ticket/4748 In the following example, …
- 19:16 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.
- 18:04 Ticket #5076 (Improving jQuery.filter performances for simple selectors would benefit ...) created by
- Currently .is() and .hasClass() underlying algorithm has an O(n) …
- 14:11 Ticket #5075 (Attribute filters behaviour change since 1.2) created by
- when using the statement $("[id='sel']").length with 2 html select tags …
- 13:18 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 not …
- 13:13 Ticket #5073 (eq(n) has issues when spaces present) created by
- Code like: $( 'img:eq(1)' ).hide(); works fine, but this code: $( …
- 13:08 Ticket #5072 (html() is not working in IE) created by
- Hi, html() method is not populating a div's inner html in IE. But working …
08/18/09:
- 23:27 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 …
- 16:42 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 …
- 13:18 Ticket #5069 (form selector doesn't work) created by
- form selector doesn't work properly in 1.3.2 release, but it works in …
- 12:58 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 like …
- 00:42 Ticket #5043 (hiding table rows based on attributes hides ALL table rows instead) closed by
- invalid: http://docs.jquery.com/Selectors/attributeNotEqual#attributevalue …
- 00:28 Ticket #5045 (bug) closed by
- invalid: Please file jQuery UI bugs in the UI bug tracker.
- 00:09 Ticket #5064 (G.replace throws an exception) closed by
- invalid: That error is from the minimized jQuery. Most likely it is due to bad …
- 00:01 Ticket #5067 (Can't install!) closed by
- invalid
08/17/09:
- 21:45 Ticket #5067 (Can't install!) created by
- here is what I got when trying to intall jQuery, …
- 21:15 Ticket #5066 (Firefox 3.5.2 update Broke passing arrays through $.get() function.) created by
- This code worked, and still works on IE myArrayVar = ['a','b','c','d']; …
- 20:25 Ticket #5065 (add context argument to appendTo() etc.) created by
- […] So far I've wished for this on two occasions, - when I wanted to …
- 19:32 Ticket #5064 (G.replace throws an exception) created by
- In jquery-1.3.2.min.js, the following line throws an exception for me: G = …
- 16:35 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 …
- 15:10 Ticket #5063 (wrapAll removes <br/> tags) created by
- I have three anchor tags seperated by <br/> tags. When I use wrapAll it …
- 14:46 Ticket #5062 (SlideUp in IE7 quirks mode flickers) created by
- The slideUp effect animates an element from its height to 0px then hides …
- 14:37 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 type="text" …
- 03:04 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 made …
08/16/09:
- 21:29 Ticket #5059 (No error handling for cross site ajax) created by
- For cross site ajax, when remote site is down error handlers are not …
- 20:27 Ticket #5058 (span hide, show problem) created by
- hi, i don't sure if it is bug but, situation: using jquery-1.3.2.min.js …
- 05:21 Ticket #5057 (html('') remove all the children's events) created by
- $.html(val) will remove all children nodes. and all the events which bind …
08/15/09:
- 10:22 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 not …
- 10:13 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 …
08/14/09:
- 19:07 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 …
- 15:38 Ticket #4959 ([QUnit] Module Bug) closed by
- invalid: QUnit works fine. You were using an old version of QUnit which didn't …
- 13:39 Ticket #5052 ("_" is redundant in many selectors of Sizzle) created by
- Many selectors of Sizzle include the pattern [\w\u00c0-\uFFFF_-] the "_" …
- 13:37 Ticket #5051 (jQuery.animate problem (IE 6/7/8) on style.left with negative em position ...) created by
- i think i've found a bug in the jQuery.animate() function in IE 6/7/8 with …
- 12:34 Ticket #5050 (eq(-1) - negative numbers take from end of the collection) created by
- See: …
- 11:06 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 see …
- 09:30 Ticket #5048 (Memory leak when jsonp $.ajax() request fails.) created by
- jsonp ajax requests does some explicit garbage collection when the jsonp …
08/13/09:
- 21:58 Ticket #5047 (jQuery.fx.update incorrectly sets elements' inline style display to ...) created by
- During height and width animations, jQuery.fx.update adds an inline …
- 16:55 Ticket #5046 (inconsistent "input[type=text]" selector results) closed by
- wontfix: The type attribute does not behave consistently between browsers. You …
- 14:13 Ticket #5046 (inconsistent "input[type=text]" selector results) created by
- I observed an inconsistency when using the selector "input[type=text]" in …
- 12:45 Ticket #5045 (bug) created by
- Hi I found a very big bug in jquery ui 1.7.2 please run this code and see …
- 11:29 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 some …
- 08:04 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: …
08/12/09:
- 21:43 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 work …
- 21:28 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 of …
- 17:42 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 …
- 16:52 Ticket #5039 (:visible selector don't work on IE) created by
- The selector expression ":visible" don't work on IE but it works on …
- 13:06 Ticket #5038 (IE error - Invalid argument.) created by
- I got IE8 error jquery-1.3.2.js line 1061 character 4 And i found the …
- 10:37 Ticket #5037 (Distinguish synthesized events) created by
- It would be very useful if we could distinguish events which are …
- 05:27 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 deal …
- 00:53 Ticket #5035 (Adding a colspan attribute does not take effect in IE) created by
- […] This does not appear to work in IE. If you look at the html, the …
Note: See TracTimeline
for information about the timeline view.
