Timeline
12/13/10:
- 22:24 Ticket #7768 (Focus Event does not get triggered in Safari and Chrome) created by
- There is a nice demo for this online: …
- 22:06 Ticket #7767 (live 'submit' not triggered in Firefox with programatic click on submit ...) created by
- When programatically clicking a 'submit' element on a form, the form's …
- 19:32 Ticket #7744 (Script evaluation after appending element to DOM) closed by
- duplicate
- 19:22 Ticket #6941 (.html moves script tags when it doesn't remove them) closed by
- duplicate
- 18:56 Ticket #7752 (Passing 1 function to toggle-event should be treated like .click(). ...) closed by
- invalid: At this point, this ticket certainly no longer pertains to the original …
- 18:46 Ticket #7759 (opera browser: Uncaught exception: TypeError: Cannot convert ...) closed by
- duplicate
- 18:45 Ticket #7760 (animate left to values over -11000px) closed by
- duplicate
- 16:51 Ticket #7766 (Change Event execute twice in IE8/IE7) closed by
- duplicate
- 16:39 Ticket #7766 (Change Event execute twice in IE8/IE7) created by
- Sample Source […] input "zzz" to #a01. * results(FireFox,Chrome): …
- 16:33 Ticket #7765 (jQuery IE8 error on <a onclick>) closed by
- invalid: This is not a jQuery bug. You have a period between your arguments …
- 16:22 Ticket #7761 (css() function doesn't work right in Google Chrome) closed by
- worksforme
- 16:17 Ticket #7754 (setting value of a type="select" element with val() doesn't work with ...) closed by
- worksforme: Cannot reproduce http://jsfiddle.net/rwaldron/GctNb/3/ …
- 16:15 Ticket #7765 (jQuery IE8 error on <a onclick>) created by
- I'm using simple ajax to load data from server with php and passing it …
- 15:21 Ticket #7764 (HTML tags not processed in IE7 using append instruction) created by
- I have this code working fine in IE8 and Firefox, but there is an issue …
- 14:22 Ticket #7763 (Script transport doesn't handle errors) created by
- Script transport handles successful onload only. I could add a partial …
- 14:18 Ticket #7762 ([Events] Remove CPU overhead on unload) created by
- There is a bug in IE6 which causes inter-page memory leaks. It is fixed in …
- 13:58 Ticket #7761 (css() function doesn't work right in Google Chrome) created by
- While a jQuery plugin that I use worked properly in Firefox and doesn't …
- 09:16 Ticket #7760 (animate left to values over -11000px) created by
- when i use animate like $('#content').animate({left:-1000}); and the value …
- 08:59 Ticket #7759 (opera browser: Uncaught exception: TypeError: Cannot convert ...) created by
- Others browsers working good. About bug when it appears, below is error …
- 07:52 Ticket #6162 (CLASS function with XHTML DocumentFragment: elem.getAttribute is not a ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:04 Ticket #7758 (.append() adds the previous value of field) created by
- When I use document.getElementById('blah').value = 'something' and then …
- 02:52 Ticket #3346 (empty and remove methods are too aggressive with event removal) closed by
- worksforme: Use $.fn.detach.
- 02:50 Ticket #7757 (resources loaded when elements are never explicity added to the page ...) created by
- The two most common cases I've thought of within jQuery that demonstrate …
- 02:49 Ticket #4383 ([regression] Append with multiple elements doesn't bind events) closed by
- duplicate
- 02:18 Ticket #7127 (clone() does not preserve whitespace nodes in IE8) closed by
- worksforme: I’m not able to reproduce this issue. [ http://jsfiddle.net/snover/FfWrn/ …
- 02:01 Changeset [c9c9057c4d4097767ca181bdb4bb27d6fd2d8fbd] by
-
- src/manipulation.js
- 01:23 Changeset [1a3fd3329dde3c61dc4b2b14792fb9a61b637893] by
-
- src/manipulation.js
- test/index.html
- test/unit/manipulation.js
- 01:14 Ticket #7586 (jQuery.ajax removes script whose type is not text/javascript from html ...) closed by
- duplicate
12/12/10:
- 23:37 Ticket #7756 (mouseover and mouseout events are not fired within live in 1.4.4) created by
- I just upgraded from jQuery 1.4.2 to 1.4.4. The following code got broken: …
- 19:51 Ticket #5566 (domManip fails to copy events when cloning elements) closed by
- fixed: Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997. …
- 19:37 Changeset [8b33e23ea07b206e96e39bb194675de80cff10ab] by
-
- test/unit/manipulation.js
- 18:21 Ticket #7753 (map(callback)) closed by
- invalid: DIV tags do not have a "value" attribute. Please use .text() or .html() …
- 12:55 Ticket #7755 (animate with background-position and negative top position does not work) created by
- If you try to animate a background-image by background-position and the …
- 10:08 Ticket #7754 (setting value of a type="select" element with val() doesn't work with ...) created by
- 08:39 Changeset [4fae75d575b20d887e4a273c7991c55f8821a62c] by
-
- Makefile
- Rakefile
- build.xml
- src/ajax.js
- src/attributes.js
- src/core.js
- src/data.js
- src/effects.js
- src/event.js
- src/manipulation.js
- …
- 08:20 Changeset [7481a3645af63cef1406687190fd62bdfb1bf254] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 05:52 Ticket #7753 (map(callback)) created by
- $("#cx_list_div").children("div").map(function(){return …
12/11/10:
- 18:44 Ticket #7752 (Passing 1 function to toggle-event should be treated like .click(). ...) created by
- This will likely not be considered a bug, since it involves an improper …
- 13:01 Ticket #7751 (bug in serialize()) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery project by writing …
- 11:21 Ticket #7751 (bug in serialize()) created by
- Hi In 1.4.4 Version this method return val of input object = [Object]
- 05:36 Ticket #7750 (jquery tmplate not working on ie7 but ie8/chrome/ff.., any ideas?) created by
- jquery: 1.4.2 jquery-tmpl : github 1.0.0pre $(function() { …
- 01:41 Changeset [974637d639a06a050e11d87677d1c1c80bed709d] by
-
- test/data/headers.php
- test/data/headers.request.php
- test/unit/ajax.js
- 01:21 Changeset [0b0889ceaaafb1fe37a87b14476066b8f9e93ce9] by
-
- test/data/headers.request.php
- test/unit/ajax.js
- 01:04 Changeset [9d3a4a2b409f7a4c53800bb36b0de39c0c0084ae] by
-
- src/xhr.js
- 00:56 Changeset [8ab5e1e45c051f395c9bc01505dda43187a8172e] by
-
- build.xml
- 00:35 Changeset [2e129759b44c022cdee5ce1057a7693d2a081263] by
-
- src/transports/jsonp.js
- src/xhr.js
12/10/10:
- 22:57 Ticket #7749 (.ajaxError() isn't called when the page is in an iframe of another page) created by
- I have a page (parent.html) with an iframe pointing to child.html. In …
- 19:09 Ticket #7748 (Jquery Is Not Working In Mozilla) closed by
- invalid: Please read the bug reporting guidelines before posting: …
- 18:56 Ticket #7748 (Jquery Is Not Working In Mozilla) created by
- It seems to work in explorer and chrome, however, it is not working in …
- 18:26 Ticket #7747 (Animation Groups) created by
- A best-practice in using javascript to animate transitions is to remember …
- 17:29 Ticket #7745 (FireFox: Warning: Unknown pseudo-class or pseudo-element 'eq'.) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project by writing …
- 17:23 Ticket #7535 (Firefox Console error: Unexpected token in attribute selector: '!') closed by
- wontfix
- 17:23 Ticket #7535 (Firefox Console error: Unexpected token in attribute selector: '!') reopened by
- 16:28 Ticket #7735 (Cannot use .click() after ajax post) closed by
- invalid: This is not a jQuery bug - the event handler you should use is live or …
- 11:38 Ticket #7746 (get nothing by css('borderColor')) created by
- hey guys, I got a problem that I use 1.4.4 version and my code doesn't …
- 08:42 Ticket #7745 (FireFox: Warning: Unknown pseudo-class or pseudo-element 'eq'.) created by
- Not sure if this is a bug or what since I'm a noob but Firefox 3.6.12 on …
- 07:34 Ticket #7744 (Script evaluation after appending element to DOM) created by
- Hello, When you move element from one place to another (using "append" …
- 06:00 Changeset [9fa9a570762c2b6dc6131b28b13547964d91be3e] by
-
- test/unit/ajax.js
- 04:33 Ticket #7718 (FadeIn & FadeOut Issue in IE under W7) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. IE in Windows 7 …
- 04:13 Ticket #7734 (jQuery Cross Domain Ajax Call) closed by
- duplicate
- 03:16 Changeset [a500d33c5d63aa22f024472b2cc8c15c624a342e] by
-
- src/transports/jsonp.js
- src/xhr.js
- 03:08 Ticket #7743 (IE8: jQuery.isPlainObject( document.location ) throws an Invalid Pointer ...) created by
- Found this one when the document.location test in test/unit/ajax.js …
- 02:16 Changeset [ab74d8e6a0810717419abb696154d034ad145f2b] by
-
- src/ajax.js
- 02:14 Changeset [3c641bd1345aa25489fc16f09d5f4709bf05b09b] by
-
- src/transports/jsonp.js
- src/transports/script.js
- src/transports/xhr.js
- src/xhr.js
- 01:55 Changeset [ac80ca2883f410796ea5cfb0ff93515f4da9fb43] by
-
- Makefile
- 01:45 Changeset [9b9d270e3d697d8129147d03807c4e37b23120b7] by
-
- src/xhr.js
- test/data/headers.request.php
- test/unit/ajax.js
- 01:43 Changeset [317888464def39e245fac49d463f283c6be16d53] by
-
- Rakefile
- build.xml
- 00:15 Ticket #2192 (strict ~= selector) closed by
- fixed: Correct me if I'm wrong but this should be fixed since approx. jQuery 1.3
12/09/10:
- 23:14 Ticket #7742 (float overflow in data attribute) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 21:42 Ticket #7742 (float overflow in data attribute) created by
- Incorrect cast in $.fn.data here is a simple example var div = …
- 21:24 Ticket #7741 (Selecting element with attribute containing [ or ] does not work since ...) closed by
- duplicate: Actually duplicate of this one
- 21:24 Ticket #7741 (Selecting element with attribute containing [ or ] does not work since ...) reopened by
- sorry had the wrong ticket on my mind
- 21:24 TicketGuidelines/NewTicketSummary edited by
- (diff)
- 21:21 Ticket #7741 (Selecting element with attribute containing [ or ] does not work since ...) closed by
- duplicate
- 21:21 TicketGuidelines/NewTicketSummary edited by
- (diff)
- 21:20 TicketGuidelines/NewTicketSummary edited by
- (diff)
- 21:14 Ticket #7741 (Selecting element with attribute containing [ or ] does not work since ...) created by
- I have an input named data[User][openid] and want to select it using …
- 20:58 Ticket #7740 (.find() sometimes does not find descendants) closed by
- duplicate: Fixed on development version
- 20:38 Ticket #7740 (.find() sometimes does not find descendants) created by
- If used with an element that contains "." in its id, find() doesn't find …
- 20:23 Ticket #7718 (FadeIn & FadeOut Issue in IE under W7) reopened by
- Can someone with Win7 check this out?
- 20:00 Ticket #7739 (Regression slide breaks position:relative for IE) created by
- Occurs in IE6 and IE7 with all jQuery versions. Situation: You want to …
- 19:10 Ticket #7665 ($.fn.data broken in jQuery 1.4.4 (related to pulling HTML5 data- ...) closed by
- worksforme: I just ran the test against all the supported browsers using jQuery 0 GIT …
- 18:34 Ticket #7195 (Ajax rewrite) closed by
- fixed: Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be …
- 18:34 Changeset [ab3ba4a81252c4357a7aab5f24d765d41d47986e] by
-
- Makefile
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/transports/xhr.js
- src/xhr.js
- test/data/atom+xml.php
- test/data/css.php
- test/data/headers.php
- test/data/with_fries_over_jsonp.php
- …
- 18:28 Ticket #5566 (domManip fails to copy events when cloning elements) reopened by
- 18:27 Changeset [29616e60c88bf300f4b2ee4ad1a89a8ac6481027] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 18:08 Ticket #7413 (Browser inconsistencies return of jQuery.isEmptyObject) reopened by
- The patch causing problems in jQuery.param, backed out.
- 18:07 Changeset [b4bb6e11268c5f2fb26ddc3ff564d8656cf58f93] by
-
- src/core.js
- test/unit/core.js
- 17:56 Ticket #7738 (Selectors broken if attribute name="id") closed by
- duplicate
- 17:55 Ticket #7738 (Selectors broken if attribute name="id") created by
- Between jQuery 1.4.2 and 1.4.3 I noticed a difference in behaviour that I …
- 17:53 Ticket #7579 (jQuery.data() truncates numbers taken from data-xxx attributes) reopened by
- 17:51 Changeset [bc05cb9d80b63d8a324a3773a39ac1baa181c4d2] by
-
- .gitattributes
- Makefile
- Rakefile
- build.xml
- build/google-compiler-20091218.jar
- build/google-compiler-20100917.jar
- build/jslint-check.js
- speed/benchmark.js
- speed/closest.html
- speed/filter.html
- …
- 17:50 Changeset [a59bb30d0a5ea0d3d73285c6fed0fbe00b23321f] by
-
- src/effects.js
- 17:48 Changeset [1cdd9f8cab5b86d76ea20e996a9c636dd6f5ca6e] by
-
- src/effects.js
- 17:47 Changeset [5b2408147b9cf9b7f49a07ebe97b20c398568e22] by
-
- src/effects.js
- 17:44 Changeset [00f1dfdd57fd8478688f9d201e539e0bf3946be2] by
-
- src/effects.js
- 17:44 Ticket #5566 (domManip fails to copy events when cloning elements) closed by
- fixed: Landed.
- 17:44 Changeset [cec68e2b00d86357c18b576cbaed52cc1ea42a74] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/data.js
- src/effects.js
- src/event.js
- src/manipulation.js
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/core.js
- …
- 17:43 Changeset [b2ea79c401588f9108b99c748699426063649143] by
-
- src/attributes.js
- src/core.js
- src/effects.js
- test/unit/attributes.js
- test/unit/core.js
- 17:40 Ticket #7579 (jQuery.data() truncates numbers taken from data-xxx attributes) closed by
- wontfix: Uhhh... what? This is a major regression! As mentioned in other tickets - …
- 17:37 Changeset [a13089d5b4af876a3184cdbc1850d3687a75332d] by
-
- src/core.js
- src/effects.js
- test/unit/attributes.js
- test/unit/core.js
- 17:33 Changeset [b67154fd10c6226963dbbc4b3fe70d9f529b9d50] by
-
- .gitattributes
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/event.js
- src/manipulation.js
- test/data/text.php
- test/delegatetest.html
- …
- 17:32 Ticket #7413 (Browser inconsistencies return of jQuery.isEmptyObject) closed by
- fixed: Landed.
- 17:32 Changeset [fb6c038bf00296480234c971a1664ac01ca1479e] by
-
- .gitattributes
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/event.js
- src/manipulation.js
- test/data/text.php
- test/delegatetest.html
- …
- 14:47 Ticket #7736 (Precising rfxnum regex) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 14:43 Ticket #7737 (load throws an exception set div content to empty string) created by
- Hi! I'm loading dropdown option elements dynamicaly by the […] …
- 13:24 Ticket #7736 (Precising rfxnum regex) created by
- I'm trying to create a new cssHooks for the transform scale property, and …
- 12:31 Ticket #7732 (outerWidth bug when elem is hidden) closed by
- duplicate
- 11:22 Ticket #7735 (Cannot use .click() after ajax post) created by
- My code: […]
- 10:47 Ticket #7734 (jQuery Cross Domain Ajax Call) created by
- It would be great if there is an addition added to $.ajax call to extend …
- 09:23 Changeset [796d25cf07ad63e2008ff4b70db182d33a3533dd] by
-
- src/effects.js
- 07:51 Ticket #7733 (Date Validation) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Please read the big …
- 06:23 Ticket #7586 (jQuery.ajax removes script whose type is not text/javascript from html ...) reopened by
- Test case created: http://jsfiddle.net/E5Ygp/
- 05:46 Ticket #7733 (Date Validation) created by
- http://docs.jquery.com/Plugins/Validation/Methods/date In Required, …
- 02:51 Ticket #7231 ($.fn.data and html5 data- attributes - broken implementation) closed by
- duplicate: I'm re-marking this as a dup of #7579, the resolution will be slightly …
- 02:49 Ticket #7231 ($.fn.data and html5 data- attributes - broken implementation) reopened by
- 02:49 Ticket #7732 (outerWidth bug when elem is hidden) created by
- the outerWidth function doesn't take padding,margin and border into …
12/08/10:
- 22:53 Ticket #7731 (Uncaught TypeError: Object #<an Object> has no method 'replace') closed by
- invalid: This isn't a jQuery bug. Your usage of .prevUntil(selector) is invalid. …
- 22:04 Ticket #7731 (Uncaught TypeError: Object #<an Object> has no method 'replace') created by
- Uncaught TypeError: Object #<an Object> has no method 'replace' in line …
- 18:58 Ticket #7726 (":input“选择符在IE下对相关标签解释不正确) closed by
- invalid: http://jsfiddle.net/dmethvin/kSPwS/ これはバグではありません > "Void elements only …
- 18:48 Ticket #7729 (mouseenter/leave is fired from bubbled up mouse events happening on ...) closed by
- worksforme: I close this bug for now as we are unable to reproduce this except on a …
- 17:48 Ticket #7728 (Problem In DatePicker Formating) closed by
- invalid: Please report here: http://dev.jqueryui.com/
- 14:37 Ticket #7730 (offset.js: setOffset uses parseInt to parse css values which may contain ...) created by
- I encountered 'wobbly' behaviour using jQuery UI autocomplete, caused by …
- 13:24 Ticket #7729 (mouseenter/leave is fired from bubbled up mouse events happening on ...) created by
- A parent's mouseenter/mouseleave events are fired when the mouse moves …
- 13:19 Ticket #7728 (Problem In DatePicker Formating) created by
- I get Date Format from .Net As MM-dd-yyyy and it's Standerd Output for( 08 …
- 12:07 Ticket #7727 (get() always expects xml when used on the local filesystem) created by
- Let content.html be a html file containing the following html text: …
- 11:24 Ticket #7726 (":input“选择符在IE下对相关标签解释不正确) created by
- 在IE下,如果网页中只存在一个input元素,对于以下三种写法,var n = $(":input").length 得到的结果不同: 1) …
- 09:40 Ticket #7725 (slideUp isn't the correct opposit to slideDown) created by
- SlideDown make elements visible also if an ancestor has the hidden style …
- 04:08 Ticket #7724 (.attr() issue in IE8) closed by
- invalid: class is a reserved word in Javascript. Some browsers allow it as a …
- 03:22 Ticket #7724 (.attr() issue in IE8) created by
- Problem in jQuery v1.4.4 […] doesn't work in IE8, but Chrome works …
- 00:12 Ticket #7723 (HTML escaping broken for newlines in IE7) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
12/07/10:
- 23:14 Ticket #7718 (FadeIn & FadeOut Issue in IE under W7) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 23:01 Ticket #7723 (HTML escaping broken for newlines in IE7) created by
- $("<a>").text("hi\nthere").html() properly returns in IE8 but not IE7. IE7 …
- 21:01 Ticket #7722 (Docs should have a datatype example for jquery.get) created by
- Even if it is a convenice method for ajax get, jquery.get should include …
- 15:53 Ticket #7721 (Combination of hide, show and delay does not work) closed by
- invalid: This is intended. http://api.jquery.com/delay/ Added to jQuery in …
- 14:44 Ticket #7721 (Combination of hide, show and delay does not work) created by
- The following very short jsfiddle entry explains everything: …
- 14:24 Ticket #7713 (.template parameters not evaluated in firefox) closed by
- worksforme: Following the documentation, I can confirm that this is not a bug in …
- 14:15 Ticket #7708 (I suggest add the cookie method into the version1.5 jQuery core) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project! This …
- 13:45 Ticket #7720 (Uncaught Syntax error, unrecognized expression: # when using $('#' + var);) closed by
- invalid: This is not a jQuery bug. I'd suggest checking the value of id before …
- 13:19 Ticket #7720 (Uncaught Syntax error, unrecognized expression: # when using $('#' + var);) created by
- var $this = $(this); var id = $this.attr('for'); var val = $('#' …
- 10:53 Ticket #7719 (:disabled has bugs in Opera) created by
- […] Expected result is "2". Actual result is "0" in Opera 10.63 and 11 …
- 10:10 Ticket #7718 (FadeIn & FadeOut Issue in IE under W7) created by
- The well known filter problem in IE that was solved under other OS is …
- 10:08 Ticket #7715 (Find() function in jquery datepicker refresh is very slow in ie with 1.4.4 ...) closed by
- invalid: Thank you for submitting a ticket to the jQuery Bug Tracker!. As the …
- 10:05 Ticket #7716 (HTML 5 Support) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker!. The HTML5 …
- 09:00 Ticket #7717 (.clone(true) does not clone data properly) created by
- Problem found in jQuery 1.4.4. Modification of data in cloned object will …
- 07:53 Ticket #7716 (HTML 5 Support) created by
- It would be nice to include in the jQuery support for verification, if the …
- 07:17 Ticket #7715 (Find() function in jquery datepicker refresh is very slow in ie with 1.4.4 ...) created by
- Hi, I've changed 1.4.2 to 1.4.4 jquery version, and my datepicker became …
- 03:53 Ticket #7705 (Enhancement Request: make css() parse 'hide' and 'show') closed by
- wontfix: This does sound like a better job for a plugin. We do extend the values …
- 02:17 Changeset [cc9dbd06e5ffa62223e1f2e3dbbdcbbcb2bf5e11] by
-
- src/attributes.js
- test/unit/attributes.js
- 01:37 Changeset [e4900df8389c85350d1d82c827fab0d4b91989d6] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 01:36 Changeset [c8be9461eed2cd01fb45ae504f92f80fe72bddde] by
-
- src/manipulation.js
- 01:12 Ticket #7714 (.css Background-Position Internet Explorer 1.4.4) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery project by writing …
- 00:24 Ticket #7714 (.css Background-Position Internet Explorer 1.4.4) created by
- I created a Jquery game that worked perfectly in 1.4.2 upon upgrading to …
12/06/10:
- 22:24 Ticket #7524 (Calling $.fn.data without arguments on a non-DOMelement in 1.4.4) closed by
- fixed: Landed.
- 22:24 Changeset [8943b427f67766fd8d9e8a95b471ff4077213be2] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/data.js
- src/event.js
- src/manipulation.js
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/core.js
- test/unit/data.js
- …
- 22:23 Ticket #6242 (Memory leak in IE8 when using ajax) closed by
- fixed: Landed.
- 22:23 Changeset [9759e9f6bb9b85a95e0254e6b7b2ed861aee8c84] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/event.js
- src/manipulation.js
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/core.js
- test/unit/event.js
- test/unit/manipulation.js
- 22:22 Ticket #7531 ($.post(document.location) doesn't work anymore since 1.4.3 on Firefox and ...) closed by
- fixed: Landed.
- 22:22 Changeset [6c6812492858066043dd63525d94e2d334c96c3f] by
-
- .gitattributes
- src/ajax.js
- src/attributes.js
- src/core.js
- src/event.js
- src/manipulation.js
- test/data/text.php
- test/delegatetest.html
- test/unit/ajax.js
- test/unit/attributes.js
- …
- 22:19 Ticket #6398 (Custom "submit" event on Objects in IE) closed by
- fixed: Landed.
- 22:19 Changeset [b00ab56160a75c6aa3fdd21807c951ac8098aabc] by
-
- .gitattributes
- src/ajax.js
- src/attributes.js
- src/core.js
- src/event.js
- src/manipulation.js
- test/data/text.php
- test/delegatetest.html
- test/unit/ajax.js
- test/unit/attributes.js
- …
- 22:17 Ticket #4386 (iframe body clone event IE) closed by
- fixed: Landed.
- 22:14 Changeset [0276b9de7ea77737266d98cf4c6c84bf0b87ab46] by
-
- .gitattributes
- src/ajax.js
- src/attributes.js
- src/core.js
- src/event.js
- src/manipulation.js
- test/data/text.php
- test/delegatetest.html
- test/unit/ajax.js
- test/unit/attributes.js
- …
- 22:12 Ticket #7578 ($.getScript (ajax 'script' dataType) regression on cache control) closed by
- fixed: Landed.
- 22:06 Changeset [54a68fa973564524bdacc2f293d7526a8fd403e7] by
-
- .gitattributes
- src/ajax.js
- src/attributes.js
- src/core.js
- src/event.js
- test/data/text.php
- test/delegatetest.html
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/core.js
- 22:05 Ticket #5476 (Prevent get(-1) to create a new jQuery object) closed by
- fixed: Landed.
- 22:05 Changeset [df3441bac79c7a0530c7c88c1740936599bcba94] by
-
- .gitattributes
- src/attributes.js
- src/core.js
- src/event.js
- test/data/text.php
- test/delegatetest.html
- test/unit/attributes.js
- test/unit/core.js
- 22:03 Ticket #7500 (attr() fails for non DOM element nodes) closed by
- fixed: Landed
- 22:02 Ticket #7202 ($(location).attr('href', hrefString) not working in jquery.latest) closed by
- fixed: Welp, we ended up fixing this anyway: …
- 22:02 Ticket #7202 ($(location).attr('href', hrefString) not working in jquery.latest) reopened by
- 22:02 Changeset [d4a9d45527ac8861f50ae3777d1bb3e33dacbea2] by
-
- .gitattributes
- src/attributes.js
- src/css.js
- src/event.js
- test/data/text.php
- test/delegatetest.html
- test/unit/attributes.js
- test/unit/css.js
- test/unit/dimensions.js
- version.txt
- 21:59 Ticket #7673 (hasClass, removeClass don't work in IE if attribute contains \r character) closed by
- fixed: Landed both the Sizzle and jQuery pulls.
- 21:57 Changeset [e56d6f676b8fe0e73555d1633c2bce5804edb3da] by
-
- src/attributes.js
- src/event.js
- test/unit/attributes.js
- 21:43 Ticket #7558 (nth-child does not handle white space in IE) closed by
- fixed: Landed.
- 21:41 Ticket #7452 (Next Adjacent/Sibling Selectors no longer work without "prev" element) closed by
- fixed: Landed.
- 21:41 Ticket #7533 (Problem with id containing a period) closed by
- fixed: Landed.
- 21:39 Ticket #6911 (.live('click',handler) should not fire on disabled button in IE) closed by
- fixed: Landed.
- 21:38 Changeset [21d08eb008e55320e5623c7561b947b19703da76] by
-
- .gitattributes
- src/event.js
- test/data/text.php
- test/delegatetest.html
- 20:29 Ticket #5637 (Boolean (and Empty) Attribute Selectors Fail) reopened by
- Reopening... Testcase from deadlyicon http://jsfiddle.net/B974R/ Perhaps …
- 20:11 Ticket #7713 (.template parameters not evaluated in firefox) created by
- Take an example part of the template <a href="${www}" class='link' …
- 19:40 Ticket #5327 (Internet Explorer errors when inserting HTML5 elements) closed by
- duplicate
- 19:39 Ticket #5327 (Internet Explorer errors when inserting HTML5 elements) reopened by
- Modernizr doesn't fix this issue. It's tricky. I'm going to merge this in …
- 19:37 Ticket #6485 (Solution for HTML5 in IE) reopened by
- We've talked about different ways to handle this in the 1.5 feature list. …
- 17:07 Ticket #7297 (Firefox jQuery contains method error) closed by
- invalid: This isn't a bug in jQuery but rather a misunderstanding on how the …
- 15:52 Ticket #7712 (.attr / child element mixup) closed by
- duplicate: This is a well known problem (References) …
- 15:30 Ticket #7703 (Validate tut page error) closed by
- duplicate
- 15:28 Ticket #3333 (.css("marginRight") is incorrect in WebKit) reopened by
- test case. It looks like actually the …
- 15:25 Ticket #3092 (outerWidth(true) returns wrong values in Safari) closed by
- duplicate
- 15:24 Ticket #3092 (outerWidth(true) returns wrong values in Safari) reopened by
- 15:23 Ticket #5134 (outerWidth(true) reports incorrectly in Safari) closed by
- duplicate
- 15:23 Ticket #5134 (outerWidth(true) reports incorrectly in Safari) reopened by
- 14:28 Ticket #7711 (last, first bad cached) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 13:39 Ticket #7712 (.attr / child element mixup) created by
- $('#myform').attr('action', 'http://google.com') fails if the form has a …
- 13:06 Ticket #7711 (last, first bad cached) created by
- var questor = $("td"); var obj = questor.last(".class1"); var objRet2 = …
- 11:36 Ticket #7710 (find with argument false doesn't work) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 11:24 Ticket #7596 (xpath selector attribute name with brackets [] fails) reopened by
- 11:21 Ticket #7710 (find with argument false doesn't work) created by
- There is a bug in the newest version. here is a sample code so u know what …
- 10:01 Ticket #7707 (Inside an ajax event dollar sign operator does not return xmlDocument tag) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 09:44 Ticket #7709 (Permission denied to access property 'nodeType' from a non-chrome ...) created by
- MESSAGE:Permission denied to access property 'nodeType' from a non-chrome …
- 09:27 Ticket #7708 (I suggest add the cookie method into the version1.5 jQuery core) created by
- I suggest add the cookie method into the version1.5 jQuery core
- 07:44 Ticket #7707 (Inside an ajax event dollar sign operator does not return xmlDocument tag) created by
- Inside an ajax event; i.e. […] $("KUNNR", xml); returns null …
- 06:34 Ticket #7706 (jquery.tmpl appears to execute ${} content tag 4 times) closed by
- wontfix: The issue is because the expression in your template are evaluated when …
- 05:35 Ticket #7706 (jquery.tmpl appears to execute ${} content tag 4 times) created by
- Try adding this to a template: […] (This logs to the console and …
- 01:39 Ticket #7705 (Enhancement Request: make css() parse 'hide' and 'show') created by
- Hey everybody. I'm working on a site at the moment where I'm storing …
Note: See TracTimeline
for information about the timeline view.
