Timeline
Apr 17, 2012:
- 8:15 PM Ticket #11442 (bugs.jquery.com contains a link to the now-dead dev.jquery.com) closed by
- duplicate
- 8:25 AM Ticket #11595 (the filter of contents() can't get correct nodes) closed by
- invalid: Agreed with anonymous, the fact that Sizzle grabbed properties as well …
Apr 16, 2012:
- 11:45 PM Ticket #11595 (the filter of contents() can't get correct nodes) created by
- example: html: […] jquery: […] then, the result should be: …
- 10:05 PM Ticket #8894 (appendTo() and alike methods called after clone() returns incorrect ...) closed by
- fixed: Landed. …
- 9:57 PM Changeset [abd2a074]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- test/unit/manipulation.js
.appendTo
creates a new set in oldIE.- 9:42 PM Changeset [8fadc5b]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 9:03 PM Ticket #7871 (wrong css position values in firefox when block set to "position: ...) closed by
- wontfix: Mozilla is dropping support for Firefox 3.6 this month, so we are not …
- 10:25 AM Ticket #11594 (Serialize fieldset in Chrome and IE9) created by
- .serialize() does not serialize form elements inside a fieldset in …
- 9:31 AM Changeset [46d0a5c]1.12-stable2.2-stablekillphp by
- src/manipulation.js
Apr 15, 2012:
- 10:54 PM Changeset [6e0b3e8]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 9:59 PM Changeset [576607d]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 5:53 PM Changeset [aabc0d8]1.12-stable2.2-stablekillphp by
- src/sizzle
- 5:52 PM Changeset [16249f0]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- test/unit/core.js
- 5:41 PM Changeset [6bc08c2b]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/unit/attributes.js
- test/unit/core.js
- test/unit/manipulation.js
- 1:48 PM Ticket #11593 (Error using toggles) created by
- If you toggle, and before the toggle ends you toggle a second time, …
- 4:19 AM Ticket #11536 (bug on mouseenter, pls help :-)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:31 AM Ticket #11592 (really weird opera bug with .find) created by
- This is a really strange one - didn't look into it too much. In …
Apr 14, 2012:
- 1:09 PM Ticket #11591 (j.test is not a function) created by
- caught in ffx 3.6 j.test is not a function you can see full details …
- 10:00 AM Ticket #11590 (http://api.jquery.com dead bugs link) closed by
- fixed: thanks, Eddie. This is fixed now.
- 8:02 AM Ticket #11590 (http://api.jquery.com dead bugs link) created by
- This needs to bugs link in the top and bottom nav updated
- 4:19 AM Ticket #11534 (e.type is null or not an object) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Apr 13, 2012:
- 11:04 AM Ticket #11589 (Putting Html In A Div Closed Within Its Opening Tag, Causes Content ...) closed by
- cantfix: Occurs regardless of jQuery or bare DOM: http://jsfiddle.net/E3jVv/6/ …
- 10:22 AM Ticket #11589 (Putting Html In A Div Closed Within Its Opening Tag, Causes Content ...) created by
- http://jsfiddle.net/E3jVv/4/ Click on the text 'Click me'. …
- 7:49 AM Ticket #11588 (.on doesn't work with clone elements) closed by
- invalid: That's because the element doesn't exist when you bind to it. The …
- 7:36 AM Ticket #11588 (.on doesn't work with clone elements) created by
- The .on function apparently doesn't work with elements that has been …
- 3:39 AM Ticket #11587 (slide functionality with chrome) closed by
- invalid: You should never directly copy paste code into jsfiddle, that misses …
Apr 12, 2012:
- 6:50 PM Ticket #11485 (Event degelation doesn't work with middle mouse click) closed by
- fixed: Thanks again for the background info, @sindresorhus I've just updated …
- 6:38 PM Ticket #11587 (slide functionality with chrome) created by
- Having a bug where chrome, not until their latest release of 18, will …
- 12:51 PM Ticket #11586 ($.ajax DELETE request not passing data parameters) closed by
- worksforme: Sweet, it's working then.
- 10:44 AM Ticket #11586 ($.ajax DELETE request not passing data parameters) created by
- Version 1.7.2 Firefox 11 $.ajax when type:"DELETE" will drop any data …
- 9:30 AM Ticket #11585 (fadeTo sets css display) created by
- After switching from 1.7.1 to 1.7.2 I had some problems with the …
- 7:30 AM Ticket #11584 (outerWidth(true) inconsistent on float: none; margin: auto;) closed by
- invalid: .outerWidth(true) will return the width including margins. Since …
- 7:25 AM Ticket #11584 (outerWidth(true) inconsistent on float: none; margin: auto;) created by
- http://jsfiddle.net/4DFSh/1/ outerWidth(true) returns an inconsistent …
- 5:46 AM Ticket #11583 (remote problem) closed by
- invalid: Thanks for taking the time to try to contribute to the jQuery project …
- 5:44 AM Ticket #11583 (remote problem) created by
- "vaild()" can not trigger rule "remote" used on the element
- 4:34 AM Ticket #11530 (.live with attribute selector doesn't work in internet explorer 8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Apr 11, 2012:
- 3:40 PM Changeset [5181ce0]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/manipulation.js
- 1:44 PM Ticket #11582 (regexp case typo) closed by
- invalid: jQuery 1.7.2 has the same casing as your second example. Don't know …
- 1:04 PM Ticket #11582 (regexp case typo) created by
- Line 5744: […] throws an error in Chrome for undefined regexp. …
Apr 10, 2012:
- 10:30 PM Changeset [0f827c8]1.12-stable2.2-stablekillphp by
- test/index.html
- 9:54 PM Changeset [2f1ddd4]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:38 PM Changeset [62a4c84]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/index.html
- test/unit/manipulation.js
- 6:25 PM Changeset [0e2642d2]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 5:49 PM Ticket #11580 (unbind with added spaces unbinds everything, not just the namespaced ...) closed by
- invalid: Even though it worked in 1.6 doesn't necessarily mean it's an …
- 5:38 PM Ticket #11581 (select.val() returns an object in IE 8) closed by
- invalid: Tried removing the type="text" and it returned a string again.
- 5:32 PM Changeset [376e0d9]1.12-stable2.2-stablekillphp by
- src/core.js
- 5:26 PM Changeset [d7217cc]1.12-stable2.2-stablekillphp by
- src/css.js
- src/dimensions.js
- src/support.js
- test/unit/css.js
- 12:49 PM Ticket #11581 (select.val() returns an object in IE 8) created by
- Hi, I've found (maybe) a bug in Internet Explorer 8. If I try to get …
- 12:25 PM Ticket #11580 (unbind with added spaces unbinds everything, not just the namespaced ...) created by
- Test code: $(window).unbind(); $(window).bind('click', function () { …
- 11:01 AM Ticket #11579 (Modify 'document.stylesheet' directly in addition to individual ...) closed by
- plugin: There are several jQuery stylesheet plugins, this does not need to be …
- 10:58 AM Ticket #11577 (A issue after $.post) closed by
- invalid: Please ask for help on a forum, this is not a bug report.
- 10:51 AM Ticket #11579 (Modify 'document.stylesheet' directly in addition to individual ...) created by
- As featured on this …
- 10:50 AM Ticket #11578 ($.offset({left, top}) calculated error coordinates when style.position ...) created by
- API: $.offset(coords) An error happens on three conditions: …
- 10:50 AM Ticket #11577 (A issue after $.post) created by
- Hi, I am using the jquery-1.7.2 here is the code: […] code end. …
- 9:29 AM Ticket #11576 (innerHTML issues) closed by
- duplicate
- 9:15 AM Ticket #11576 (innerHTML issues) created by
- Dear mother of god! I've spent 3h debugging an IE8- bug today. Here is …
- 8:55 AM Ticket #11574 (jquery does not recognize recognize :hover in IE compatibility view) closed by
- invalid: :hover is not a valid jQuery selector: …
- 8:15 AM Ticket #11575 (Cross-Domain ajax request error handler does not get called in Firefox 11) created by
- I have the following AJAX JSONP request, to a third-party free …
- 7:46 AM Ticket #11574 (jquery does not recognize recognize :hover in IE compatibility view) created by
- Hi I recently get an error when use is(':hover') in IE9 compatibility …
- 6:22 AM Ticket #11573 ([jQuery.each] gives wrong result when a object adds a property [length].) closed by
- duplicate
- 4:43 AM Ticket #11573 ([jQuery.each] gives wrong result when a object adds a property [length].) created by
- var testEachObj = {length : 2}; $.each(testEachObj, function(key, …
- 4:32 AM Ticket #11513 (jquery .attr('checked') undefined For A Checked Checkbox) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 12:40 AM Ticket #11572 (attr's argument's length may be changed) closed by
- duplicate
Note: See TracTimeline
for information about the timeline view.