Timeline
Oct 28, 2012:
- 11:40 PM Ticket #10416 (defaultDisplay returns block instead of table-row for a tr in FF) closed by
- fixed: Fix #10416. Don't trust computed styles on detached elements. Close …
- 11:32 PM Changeset [bea5ecb]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 10:53 PM Changeset [5be4c10]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 10:44 PM Changeset [36c9ecb0]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/data/testinit.js
- test/data/testrunner.js
- test/index.html
- test/unit/attributes.js
- test/unit/data.js
- test/unit/dimensions.js
- test/unit/effects.js
- test/unit/manipulation.js
- test/unit/queue.js
- …
- 3:34 PM Ticket #12798 (.holdReady(true) after ready event) closed by
- wontfix: Sorry, but
.holdReady()
itself is already ugly and hackish. If your … - 3:19 PM Ticket #12798 (.holdReady(true) after ready event) created by
- Well, on API told that after ready event starts
.holdReady()
will …
Oct 27, 2012:
- 9:53 AM Ticket #12796 (This script no longer works from jQuery 1.8 onwards) closed by
- notabug: >
"input[@name='question[answer]']:checked"
I think the@
prefix … - 6:53 AM Ticket #12796 (This script no longer works from jQuery 1.8 onwards) created by
- […] Is this deliberate or there is a substitute?
- 4:48 AM Ticket #12712 (Not working selector $('input[type="number"][value=""]').length) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:48 AM Ticket #12699 (Implement event.which normalization inside .click() handler) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 26, 2012:
- 6:10 PM Ticket #12795 (Incorrect results using [selected] selector in IE8) created by
- Starting with this HTML: […] The results of searching for …
- 5:22 PM Ticket #12200 (Offset returns wrong values in IE9 when parent element has :first-line ...) closed by
- cantfix: dmethvin, can you spin this up to Microsoft? Thanks!
- 2:50 PM Ticket #12794 (Support easing callbacks, instead of only strings) closed by
- wontfix: Function.prototype.length is meaningless in a language that allows …
- 2:30 PM Ticket #12794 (Support easing callbacks, instead of only strings) created by
- Currently easings args accept only strings (
.animate()
for … - 2:26 PM Ticket #12793 (.fadeToggle(boolean) and .slideToggle(boolean)) closed by
- wontfix: Good for a monkey patch, but core is going the way of less complexity
- 2:19 PM Ticket #12793 (.fadeToggle(boolean) and .slideToggle(boolean)) created by
- Accept
.fadeToggle(boolean, ...)
and {{{.slideToggle(boolean, … - 12:41 PM Ticket #12139 (ie7 offsetParent bug) closed by
- fixed: Fixes #12139, make sure absolutely positioned elements have HTML as …
- 12:40 PM Changeset [8121309]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
- 11:02 AM Ticket #12792 (index() returns incorrect value when two or more elements have ...) closed by
- notabug: You've got the needle and the haystack backwards. From the docs: > …
- 10:33 AM Ticket #12792 (index() returns incorrect value when two or more elements have ...) created by
- […]
- 10:07 AM Ticket #12787 (.find breaks on XML document with : in tag) closed by
- duplicate: Duplicate of #1826. See #10377 for a workaround.
- 9:44 AM Ticket #6446 (Mobile Safari 4.0.4: $.offset.top() reports wrong position after scroll) closed by
- fixed: This works in latest http://jsbin.com/ofoqoc/6/edit
- 9:31 AM Ticket #12789 (.SELECT() DOES NOT SELECT INPUT CONTENT ON IPHONE BROWSER) closed by
- cantfix
- 9:14 AM Ticket #12144 (Cursor not coming by default in the Comment Box) closed by
- notabug
- 9:12 AM Ticket #12254 (Reflected XSS) closed by
- fixed: This was fixed in …
- 6:31 AM Ticket #12791 (Jquery is not working in IE 8) created by
- 1. When I am trying to import the .js file of jquery it is …
Oct 25, 2012:
- 8:41 PM Ticket #12392 (Elements created from HTML strings have a parentNode) closed by
- fixed: Elements created from html strings have a parentnode. Fixes #12392 …
- 8:41 PM Changeset [18e7a53]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 7:47 PM Ticket #12790 (AJAX Post on IE10 / Windows 8) created by
- AJAX Post on IE10 / Windows 8 is not working. Smaple JS: […] …
- 12:13 PM Ticket #12789 (.SELECT() DOES NOT SELECT INPUT CONTENT ON IPHONE BROWSER) created by
- Hi I'm running Safari and Chrome on Ios 6.0 and this following code …
- 10:50 AM Changeset [4f0e1e7]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 10:32 AM Changeset [63d7253]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 7:45 AM Ticket #12788 ($().show() set display:inline) created by
- .className{ display:inline-block; } <span class="className"></span> …
- 5:04 AM Ticket #12696 (Catch element in one line HTML with jQuery) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 24, 2012:
- 11:43 PM Ticket #11542 (body.offset() is assumed always 0,0) closed by
- fixed: Fix #11542. document.body should not be special in .offset() and …
- 11:35 PM Changeset [b398a68]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/data/offset/body.html
- test/unit/offset.js
- 10:37 PM Ticket #9469 (Remove semi-functional .selector calculation from .pushStack()) closed by
- fixed: Fix #9469. Remove semi-functional .selector property. Close gh-1006. …
- 10:36 PM Changeset [69e2f06]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- src/traversing.js
- 10:25 PM Changeset [305e169a]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 7:13 PM Ticket #12787 (.find breaks on XML document with : in tag) created by
- Here is a bug that was not present in 1.7.2. When trying to use .find …
- 4:47 PM Changeset [a7158fac]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 2:13 PM Ticket #12786 (jQuery removeData() doesn't work , it seems like a bug) closed by
- fixed: Brute force property removal when removeData([a,b,c]). Fixes #12786 …
- 2:12 PM Changeset [812c608]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 10:35 AM Changeset [2eff7fe]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/sizzle
- 5:40 AM Ticket #12786 (jQuery removeData() doesn't work , it seems like a bug) created by
- when I use the code follow: <script> var a = {}; $(a).data('a-a', 1); …
- 4:51 AM Ticket #12687 (promise.then callback data is not properly resolved) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 23, 2012:
- 8:38 PM Changeset [5dc37bb]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 7:27 PM Ticket #12758 (Make sure Summit new authors are credited) closed by
- fixed
- 7:21 PM Changeset [53b770e1]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 2:21 PM Ticket #12784 (Selector :checked selects not only checkboxes and radio buttons like ...) closed by
- duplicate: Duplicate of #12704.
- 8:26 AM Ticket #12782 (jQuery 1.8.2 contains non-ascii character(s)) closed by
- duplicate: Duplicate of #12690.
- 8:22 AM Ticket #12780 (IE7 error disabling HTML5 validation) closed by
- notabug: There is no good reason to force IE9/10 into IE7 mode if you want to …
- 5:04 AM Ticket #12588 (ScrollLeft/ScrollTop does not simultaneously (Safari 6)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:39 AM Ticket #12784 (Selector :checked selects not only checkboxes and radio buttons like ...) created by
- It's possible that claims stated in the jQuery dos are inconsistent, …
- 3:29 AM Ticket #12783 (using $.ajaxPrefilter with CORS request) created by
- Using $.ajaxPrefilter in Cross-origin resource sharing leads to …
- 12:22 AM Ticket #12782 (jQuery 1.8.2 contains non-ascii character(s)) created by
- Trying to run a find/replace regexp on a modular compilation including …
Oct 22, 2012:
- 4:31 PM Ticket #12781 (.height() returning strang values in nested $.eaches) created by
- In an ajax success, I used 1 $.each for one array and another $.each …
- 1:45 PM Ticket #11535 (Inconsistent behavior between .val() and .prop("value") for <select>) closed by
- wontfix: +1 @dmethvin
- 1:43 PM Ticket #10028 (scrollLeft not working IE 8, FF5 when element is hidden) closed by
- cantfix
- 1:40 PM Ticket #9777 (.attr() changing wrong element on cloned elements (IE7 only)) closed by
- wontfix: I don't think we're going to go back to innerHTML for cloning, which …
- 1:34 PM Ticket #12780 (IE7 error disabling HTML5 validation) created by
- See http://jsfiddle.net/fWPbA/ You get a "Can't find member" error.
- 1:29 PM Changeset [bede0123]1.12-stable2.2-stablekillphp by
- src/.jshintrc
- src/event.js
- src/offset.js
- 1:00 PM Ticket #11532 (Document jQuery.Tween) closed by
- notabug: This is an api issue, one that we are already tracking.
- 12:58 PM Ticket #11457 (Another slideToggle jump effect) closed by
- fixed
- 12:51 PM Ticket #12779 (Refactor the jQuery.timer function to allow a better "injection point") created by
- Right now, overriding jQuery.timer is kind of dangerous because it …
- 12:46 PM Ticket #12584 (jQuery wrongly serializes <select> with one disabled <option>) closed by
- fixed: Closed by …
- 12:36 PM Ticket #12778 (rewrite speed framework based off of the latest sizzle speed tests) created by
- 12:06 PM Ticket #12120 (Inconsistency of .end() with respect to .after()) closed by
- fixed: fixed in #12664.
- 12:06 PM Ticket #12503 (before/after will choke if collection has not first disconnected node) closed by
- fixed: fixed in #12664.
- 12:06 PM Ticket #11226 (.after and .before returns incorrect data for $('not_existing_element')) closed by
- fixed: fixed in #12664.
- 10:24 AM Ticket #12777 (Applets don't work when appended on IE) created by
- When I append an applet on IE 6, 7, 8 and sometimes 9 (only when …
- 9:59 AM Ticket #12775 (IE9 Has attribute selector returning element twice) closed by
- notabug
- 9:58 AM Ticket #12743 (IE6 - events causes memory leak) closed by
- notabug: Yes, we only support the most recent fully patched IE6.
- 9:36 AM Ticket #12776 (problem with .on) created by
- […]
- 9:12 AM Ticket #12775 (IE9 Has attribute selector returning element twice) created by
- Using the has attribute selector on IE9 return the same item twice. …
Oct 21, 2012:
- 9:06 PM Changeset [227c49a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 8:55 PM Changeset [23d125a]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 8:19 PM Changeset [d0015ec]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 8:14 PM Changeset [696c553]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 6:39 PM Ticket #12773 (slideDown() bug changes "display" property of child elements; slideUp ...) closed by
- notabug: Sounds like we're pretty bad people for doing whatever we've done. …
- 8:31 AM Changeset [2decd05]1.12-stable2.2-stablekillphp by
- README.md
Note: See TracTimeline
for information about the timeline view.