Timeline
11/27/09:
- 20:09 Changeset [ddb86f8d5bd1bd21b2beeeea55baf505b47dfed5] by
-
- src/ajax.js
- src/attributes.js
- src/data.js
- src/dimensions.js
- src/event.js
- src/fx.js
- src/traversing.js
- 20:09 Changeset [a5efe9d3a6074ea39f677fdf21132badb0644bd3] by
-
- src/css.js
- 20:09 Changeset [255068da33e3d131b3a641c041fb8cecb1543fa4] by
-
- src/data.js
- src/traversing.js
- 18:05 Ticket #5560 (.load fails to return anything even from www.google.com) created by
- Had 2 sites setup using jquery, made sure their all working pristine and …
- 17:13 Ticket #5559 (Autocomplete cache) created by
- Hi, I have a trouble (with the cache i thing) while using autocomplete …
- 16:23 Changeset [1879e8cbeef6984495ee84f482900defda0dc3f4] by
-
- .gitattributes
- 15:45 Ticket #5558 ($.ajaxComplete - stop main function) created by
- Now all hook ajax functions, like ajaxComplete, ajaxSuccess, only addes …
- 09:49 Ticket #3405 ("No such interface supported" error in Internet Explorer 7) reopened by
- Still happens in 1.3.2. This is the offending code in jquery.1.3.2.js: …
- 09:17 Ticket #5553 (What is 'context' , in the context of jQuery ?) reopened by
- Please confirm that selector and context *can* be the same node. If yes, I …
- 09:14 Ticket #5554 (length expando overwrite) reopened by
- I admit I "made it" into bug to gain attention. Please look into my fork …
- 04:15 Ticket #5553 (What is 'context' , in the context of jQuery ?) closed by
- invalid: This would be best discussed on jQuery-dev since it's not a bug report as …
- 04:14 Ticket #5552 (Descendant ID selector (e.g. $("#id1 > #id2")) does not work in FireFox ...) closed by
- invalid: Please reopen with a test case.
- 04:11 Ticket #5554 (length expando overwrite) closed by
- invalid: This seems more appropriate for the jQuery-dev group since it isn't …
- 04:07 Ticket #5556 (Selector by ID with attribute behaves weirdly (and differently across ...) closed by
- invalid: The ID attribute must be unique in a document.
11/26/09:
- 22:47 Ticket #5557 (Speed function doesn't properly handle null values) created by
- Line 4723 of the 9/25 nightly build does a typeof check against the …
- 18:02 Ticket #5556 (Selector by ID with attribute behaves weirdly (and differently across ...) created by
- I was trying to determine if at least 1 checkbox in the page (all with the …
- 13:38 Ticket #5555 (using val(val) to set selected option of select list selects wrong option) created by
- I have a select list like: <select name="sizes" id="mysel"> <option …
- 10:04 Ticket #5554 (length expando overwrite) created by
- We know that length expando is overwritten by certain browsers, in certain …
- 08:24 Ticket #5553 (What is 'context' , in the context of jQuery ?) created by
- I think, we need a clear defintion of the 'context'. The second argument …
- 06:05 Ticket #5552 (Descendant ID selector (e.g. $("#id1 > #id2")) does not work in FireFox ...) created by
- Th descendant ID selector such as $("#id1 > #id2") does not appear to work …
- 01:00 Ticket #5551 (.parentsUntil, .nextUntil, .prevUntil methods) created by
- Per a conversation with John, I made this change: http://bit.ly/91B9PJ …
11/25/09:
- 20:59 Ticket #5550 (Selector option:gt(-1) doesn't work for Select fields) created by
- I was trying to empty all options of a select field doing: …
- 18:30 Ticket #4601 (support *not* adding X-Requested-With) closed by
- fixed: Fixed. …
- 18:29 Changeset [a7678267d848fcef8775c8b9f4fa3e507b8cc5f4] by
-
- src/ajax.js
- 18:29 Ticket #4858 (Access control behaves differently with custom headers set - and jQ sets a ...) closed by
- duplicate: Duplicate of #4601.
- 18:24 Changeset [0f6e9a8c69007ce7ebbb7c46637115a207d1a594] by
-
- src/ajax.js
- 17:09 Changeset [ef819c91b999523ed6cd0c7029e0cee8997ef01a] by
-
- src/data.js
- test/data/json.php
- test/data/jsonp.php
- test/data/name.php
- test/data/params_html.php
- test/data/test.js
- test/polluted.php
- test/unit/data.js
- 16:59 Ticket #5303 (calling remove/handle() with multiple namespaces) closed by
- fixed: Landed: …
- 16:58 Changeset [0bb3998a6a7a82b4c4269f3c57a9fcbe7229b162] by
-
- src/event.js
- 16:58 Changeset [04dbdb7525eab7e845100fd17c48889bdb91dc92] by
-
- src/event.js
- test/unit/event.js
- 16:58 Ticket #5528 (jQuery.makeArray( nodeList )) closed by
- fixed: Landed: …
- 16:58 Ticket #5527 (More generic jQuery.merge) closed by
- fixed: Landed: …
- 16:56 Changeset [ac00fe5bbb2a95fdb747f76fd9dd7c58ba6a531c] by
-
- src/core.js
- test/unit/core.js
- 12:31 Ticket #5549 (Need for a workaround to support XHR cookie dispatch in IE?) created by
- Hi, using Jquery and XHR for session tracking I encountered a problem that …
- 08:38 Ticket #5548 (Form submit fails with Unclosed <P> tag before <Form>.) created by
- Form submit doesn't submit correct values in IE 7 and 8 if there is an …
- 04:54 Ticket #5547 (jquery.1.3.2 load function callback method issue when request was aborted.) created by
- envrioment windows xp, ie 7.0 jquery 1.3.2 global setting: …
11/24/09:
- 21:34 Ticket #5546 (find does not work with two sets of brackets in attribute selector) created by
- the find() method does not work when using an attribute selector to find a …
- 11:39 Ticket #5545 (HTML5 selectors fail in IE6 (but work fine in all other browsers)) created by
- HTML5 selectors like $('nav ul li:first-child') don’t seem to work in …
11/23/09:
- 23:13 Ticket #5544 (Setting type attribute on button tag fails without exception in IE) created by
- var button = $(document.createElement('button')); button.attr('type', …
- 14:47 Ticket #5543 (Pseudoelements :last-of-type and :first-of-type broken in certain ...) created by
- With markup: […] This works properly: […] But this will return …
11/22/09:
- 18:29 Ticket #5542 (Using JQuery from <a href="Javascript:xxxxxx" >click me</a>) closed by
- worksforme: If you don't cancel the default action by returning false from the …
- 03:07 Ticket #5542 (Using JQuery from <a href="Javascript:xxxxxx" >click me</a>) created by
- <div class="example"> <span id="expspan" class="examplespan"></span> …
11/21/09:
- 18:17 Ticket #5541 (hide() does not hide inputs in opera9 when [content:''] is applied to them) created by
- Hello everyone. Well the following is a real css-bug of Opera9. (Tested …
11/20/09:
- 19:06 Ticket #5540 (Custom easing callback not working?) created by
- Hi! According to ticket 127, it seems like it should be possible to …
- 17:45 Ticket #5539 (Event target is wrong on DOMCharacterDataModified) created by
- If you bind the DOMCharacterDataModified event, the event object your …
- 16:52 Ticket #5538 (jQuery unload method not working Cross browser) created by
- I have this simplified code: $(document).ready(function(){ …
- 03:39 Ticket #5536 (attr() and val() problem with chrome and safari but works with FF) closed by
- worksforme: It seems to work for me with Safari 4 and Firefox 3.5 on Windows 7. It …
- 03:19 Ticket #5537 (attr() and val() problem with chrome and safari but works with FF) closed by
- duplicate: Duplicate of #5536.
- 01:50 Ticket #5537 (attr() and val() problem with chrome and safari but works with FF) created by
- Hey i've been doing some work on FF it works great but when i went to test …
- 01:50 Ticket #5536 (attr() and val() problem with chrome and safari but works with FF) created by
- Hey i've been doing some work on FF it works great but when i went to test …
Note: See TracTimeline
for information about the timeline view.
