Timeline
04/13/09:
- 23:39 Ticket #4534 (2 instances of jQuery kills unbind) created by
- Steps to recreate : * …
- 23:28 Ticket #4533 (text(val) and new String) created by
- text(val) fails if val is a Javascript String object. This is …
- 18:58 Ticket #4532 (Live event handlers don't receive custom event data) created by
- $('.foo').live("foo", function(e, bar) { alert(bar); }); …
- 17:37 Ticket #4531 ($("root", xmlData).append("<node />"); doesn't append anything) created by
- if d is xmlData loaded with $.ajax, doesn't work: $("data", …
- 17:37 Ticket #4530 ($("root", xmlData).append("<node />"); doesn't append anything) created by
- if d is xmlData loaded with $.ajax, doesn't work: $("data", …
- 17:33 Ticket #4529 ($("root", xmlData).append("<node />"); doesn't append anything) created by
- if d is xmlData loaded with $.ajax, doesn't work: $("data", …
- 14:59 Ticket #4528 (parent > child selector doesn't work as expected if the child tag is an id ...) created by
- $('#id1 > #id2') does not return the existing object if its id ("id2") …
- 10:30 Ticket #4527 (domManip - evalScript vs. globalEval) created by
- It is not always good to use evalScrit to eval the script from src …
- 08:13 Ticket #4526 (memory leak in ie 6.0.2800) created by
- I use jQuery ui to create draggable objects. But when I use …
- 01:34 Ticket #4525 (Chrome and .load not friends) created by
- my code is as follows $("#content").load("page.asp"); on page.asp i have …
- 00:23 Ticket #4521 (A strange phenomenon about showing in IE) closed by
- invalid: This does not seem like it has been refined enough to be filed as a bug. …
- 00:15 Ticket #4523 (:input selector doesn't work for checkboxes) closed by
- invalid: The value property of a checkbox (which you are getting indirectly) is the …
- 00:12 Ticket #4524 (mousedown event doesnt bubble in safari) closed by
- invalid: Not all events bubble in all browsers. If the event doesn't bubble in …
04/12/09:
- 14:31 Ticket #4524 (mousedown event doesnt bubble in safari) created by
- the mousedown event doesnt bubble up in safari 3 or 4 (possible others, …
- 00:41 Ticket #4523 (:input selector doesn't work for checkboxes) created by
- I'm submitting a form through ajax, using :input to grab all the form …
- 00:04 Ticket #4522 (Last JQuery core doesn't bind UI.spinner events) created by
- Spinner seems to don't bind events (events with callback functions …
04/11/09:
- 19:32 Ticket #4521 (A strange phenomenon about showing in IE) created by
- I found a strange phenomenon about showing in IE when I tried to make a …
- 16:12 Ticket #4484 (Can't insert html code in <map> with firefox) reopened by
- Actually, there may be a simple fix for this in {{{jQuery.clean}}. Can you …
- 16:05 Ticket #4484 (Can't insert html code in <map> with firefox) closed by
- wontfix: As the jQuery docs say, jQuery implements .html() and other methods …
- 15:33 Ticket #4487 (ASP.NET Integration with 2 dropdowns, taking the wrong dropdown's value.) closed by
- invalid: > $("#<%=ddSize.ClientID %>").change( ... ) Most likely the ClientID …
- 15:20 Ticket #4491 (jQuery 1.3.2 fails to execute postback for asp:Button) closed by
- invalid: This report is too vague to act on. If it's a problem with Simplemodal, …
- 15:20 Ticket #4520 (Parent > child selector does not works as espected!) created by
- Using jquery-1.3.2-vsdoc2.js i found that the parent > child selector is …
- 15:16 Ticket #4494 (Jquery Calendar shows April 09 with incorrect dates/days) closed by
- invalid: This is the jQuery core bug tracker so the bug report doesn't belong here. …
- 14:56 Ticket #4502 (:enabled selector) closed by
- duplicate: Duplicate of #4013.
- 14:53 Ticket #4503 (in IE6 load handler for img element is called many times for animated gifs) closed by
- wontfix: This definitely seems like a long-standing browser bug; here's a related …
- 14:37 Ticket #4519 (XML parsing error with IE) closed by
- invalid: It looks like you are trying to parse XML with the $("htmlstring") …
- 14:26 Ticket #4506 (jQuery.event.specialAll[type].teardown is undefined) closed by
- invalid: You added a method to Object.prototype; jQuery does not support …
- 14:21 Ticket #4509 (jQuery removing slash from self-closing tag) closed by
- invalid: Since this seems to work fine in Firefox3, I am going to assume you saw …
- 14:13 Ticket #4508 (Draggable Bug) closed by
- invalid: Can you file this in the UI bug tracker? Thanks. …
- 14:07 Ticket #4519 (XML parsing error with IE) created by
- This function works well in FF, but not in IE6. …
- 14:01 Ticket #4516 (XMLHttpRequest's getResponseHeader and getAllResponseHeaders is blank) closed by
- duplicate
- 09:43 Ticket #4518 (fadeIn cannot handle "display: inline !important;") created by
- jQuery's fadeIn works fine with "display: inline;" but fails with …
- 04:43 Ticket #4517 (XMLHttpRequest's getResponseHeader and getAllResponseHeaders is blank) created by
- When I attempt to read the XMLHttpRequest's headers on ajaxError, neither …
- 04:42 Ticket #4516 (XMLHttpRequest's getResponseHeader and getAllResponseHeaders is blank) created by
- When I attempt to read the XMLHttpRequest's headers on ajaxError, neither …
04/10/09:
- 23:40 Ticket #4507 (problem on html() in IE) closed by
- invalid: IE does not understand XHTML, and will treat your document using HTML4 …
- 23:30 Ticket #4498 (unexpected redirect in jQuery.extend function) closed by
- fixed: I updated the docs to make it clearer.
- 17:33 Ticket #4515 ($.ajax and content-type detection) created by
- You have to set the dataType option to get the correct datatype (json, …
- 16:52 Ticket #4514 (Help for Autopopulate '/' in date field(MM/DD/YYYY)) created by
- Hi I want to write a Jqury to autopopulate / when user finishes typing …
- 07:36 Ticket #4513 (Uncaught exception: on Firefox 3.0.8) created by
- I found the below exception only on Firefox, it didn't throw any exception …
- 02:04 Ticket #4512 (jquery-1.3.2.min.js "visible" selector doesn't run properly) created by
- HTML Code: <table> <tr style="display:none"><td>Value 1</td></tr> …
04/09/09:
- 18:50 Ticket #4511 (fadeOut broken) created by
- fadeOut no longer works on documents such as this. Swap out the old jQuery …
- 10:35 Ticket #4510 (Attribute Filters on the tabindex attribute) created by
- for example <input type="text" tabindex="1"/> <input type="text" …
- 10:07 Ticket #4509 (jQuery removing slash from self-closing tag) created by
- By accident, I found out that jQuery appears to be removing the closing …
- 09:43 Ticket #4508 (Draggable Bug) created by
- http://jqueryui.com/demos/draggable/#constrain-movement There is a …
- 08:32 Ticket #4507 (problem on html() in IE) created by
- the html() function return a wrong content, it help me add some unwant …
04/08/09:
- 21:51 Ticket #4506 (jQuery.event.specialAll[type].teardown is undefined) created by
- Hello I probably found jQuery bug. Please visit page …
- 09:29 Ticket #4505 ($(myDiv).find('h2,p') fails on Chrome and Safari since jQuery 1.3.2) created by
- The exact following code fails when using jQuery 1.3.2 but not in earlier …
- 09:24 Ticket #4504 (IE7: Object doesn't support this property or method, for handler.apply) created by
- When working on a CMS in combination with extjs I got the error: "Object …
- 02:42 Ticket #4503 (in IE6 load handler for img element is called many times for animated gifs) created by
- If a DOM img element is assigned a 'load' callback function and if …
04/07/09:
- 19:35 Ticket #4502 (:enabled selector) created by
- Hi, I got several inputs with the same name but different types on the …
- 11:05 Ticket #4501 (nested :has(...:not(...)) doesn't work?) created by
- this selector return empty jQuery set: $("table tr:has(td:first-child > …
04/06/09:
- 21:07 Ticket #4500 (Dimensions methods return 0 if a parent has display: none) created by
- Methods like height, innerHeight, outerWidth, etc. all return 0 if a …
- 17:58 Ticket #4499 (Not working attribute selectors in Chrome 2.0.169.1) created by
- test HTML: <html> <body> <a …
- 16:32 Ticket #4498 (unexpected redirect in jQuery.extend function) created by
- i have post request: $.post( this.loggerUrl, {url:this.url, …
- 13:27 Ticket #4497 (API Browser AIR app does not exit on close) created by
- When you close the API browser AIR app the window closes but the …
Note: See TracTimeline
for information about the timeline view.
