Timeline
08/25/09:
- 22:59 Ticket #5126 ($.map should not filter undefined values?) created by
- This is, perhaps, a design decision, but $.map filters undefined as well …
- 20:14 Ticket #5125 (Ajax Caching doesn't work in PL/SQL web environment) created by
- the cache:false statement does not work properly in PL/SQL Oracle 10g Web …
- 17:27 Ticket #5124 (trigger("submit") fails in Firefox) created by
- Triggering a native submit behavior on a form element is failing in …
- 15:31 Ticket #5123 (Chrome $.ajax doesn't work without data option) created by
- Found that my ajax processing wasn't working in chrome. Although the same …
- 15:24 Ticket #5122 (The IE memory leak prevention at 'unload' event occurs strange effects) created by
- Dear jQuery team! I've tried to create a test case where the bug occurs …
- 11:41 Ticket #5121 (jQuery fires DOMContentLoaded during initialization in FF2 & Opera 9.27) created by
- selector.js, line 813. Firefox 2 and Opera 9.27 fire DOMContentLoaded …
08/24/09:
- 19:48 Ticket #5120 (.submit() function is not working for Firefox) created by
- I downloaded the nightly build on 8/24/2009 to see if a bug had been …
- 16:48 Ticket #5114 (jQuery.ajax: when aborting XMLHttpRequest, error and complete handlers are ...) created by
- jQuery.ajax: when aborting XMLHttpRequest, error and complete handlers are …
- 16:14 Ticket #5110 (jQuery.com Tabs not working with Firefox 3.5.2) created by
- Hello, I was reading jQuery Ajax in www.jquery.com. I tried to move …
- 14:22 Ticket #5097 (getJSON break FF history) created by
- If i redirect on the callback of getJSON and then use the back button on …
- 08:07 Ticket #5096 (Login Window fails on Safari) created by
- TypeError: Result of expression 'document.body' [null] is not an object. …
08/23/09:
08/22/09:
- 08:29 Ticket #5095 (Avairy net) created by
- Bfproducts provide netting solution and landscaping to clean you home and …
- 01:41 Ticket #5094 (DatePicker z-index) created by
- When the date picker is added to a modal dialog (a div tag with a higher …
08/21/09:
- 23:24 Ticket #5093 ($.post() and $.get() XML bug) created by
- I am using jQuery 1.3.2 with FireFox 3.5.2 on Windows XP, FireFox 3.0.11 …
- 16:40 Ticket #5092 (data('events', value) removes all jquery events bound to element) created by
- $('#id').data('events') shows all the jquery events bound to an element. …
- 12:14 Ticket #5091 (Attribute type of "multiple" in chrome/safari/firefox) created by
- For instance if you have an input with id "someid" with a custom attribute …
- 03:44 Ticket #5090 ([validate] Missing period from error message in jQuery Validation plugin) created by
- Not a major thing but the digit only error message is missing the period …
08/20/09:
- 23:15 Ticket #5089 (Basic authentication fails with "@" in password (Safari)) created by
- My script posts status messages to Twitter, using $.ajax() username and …
- 20:21 Ticket #5088 (QUnit performance tuning) created by
- The call to reset before each test can take around 30ms (for the …
- 18:50 Ticket #5087 (Use element.classList if available to speed up class manipulation) created by
- Element.classList is a new API introduced in HTML5 for manipulating the …
- 18:18 Ticket #5086 (Offset Incorrect on overflow when Body display:none onload) created by
- I doubt the use case here is prevalent enough for this to matter, but I …
- 12:53 Ticket #5085 (qunit: prevent slow script warnings in long testsuites) created by
- We've added this patch to our QUnit to prevent slow script warnings in IE …
- 08:33 Ticket #5084 (OPTIMIZATION -- comment in/out IE code) created by
- My text is already there, so here is (just) the link: …
- 08:28 Ticket #5083 (JQuery memory issue) created by
- Jquery v1.3.2 is giving memory error. we are using jquery for dialog boxes …
- 03:55 Ticket #5082 (toggle has unexpected behavior in IE8) created by
- This is hard to explain. Short story: toggle() doesn't toggle the …
- 03:28 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 the …
- 03:02 Ticket #5070 (parents() not working the same with Firefox 3.5.2) closed by
- duplicate: Duplicate of #4761.
- 02:56 Ticket #5071 (Form attribute get/set breaks with same named input in form) closed by
- duplicate: Duplicate of #3113.
- 02:53 Ticket #5072 (html() is not working in IE) closed by
- invalid: Please debug code issues on one of the jQuery forums. The bug tracker is …
- 02:39 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 can …
- 00:39 Ticket #5080 ($.ajax 'error' and 'complete' callbacks ignore dataType.) created by
- $.ajax will always pass the xhr to s.error and s.complete, without regard …
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
Note: See TracTimeline
for information about the timeline view.
