Timeline
Apr 19, 2012:
- 11:14 PM Ticket #11605 (CSS selector slurps up added Object.prototype methods) closed by
- duplicate: I think it's pretty well established by now that extending …
- 9:02 PM Changeset [8ebb2f47]1.12-stable2.2-stablekillphp by
- src/ajax/jsonp.js
- test/unit/ajax.js
- 6:11 PM Ticket #11609 (jQuery.trim() does not function in IE) closed by
- duplicate
- 6:09 PM Ticket #11609 (jQuery.trim() does not function in IE) created by
- The trim function does not work correctly in IE 9.0.8112.16421. Please …
- 6:05 PM Ticket #11608 (Trim Function Not Working in IE) closed by
- invalid: jQuery doesn't pollute the
String
object with a.trim()
method. … - 6:04 PM Ticket #11608 (Trim Function Not Working in IE) created by
- The trim function does not work correctly in IE 9.0.8112.16421. Please …
- 2:03 PM Ticket #11607 ($.ajax success event not working) created by
- I was using jquery 1.6 and decides to upgrade to 1.7.2, but then i …
- 10:43 AM Changeset [3e6f94c]1.12-stable2.2-stablekillphp by
- src/css.js
- 8:20 AM Ticket #11606 (position() counts element margin while offset() doesn't) created by
- position().left returns position of margin-box for float'ing elements …
- 12:51 AM Ticket #11605 (CSS selector slurps up added Object.prototype methods) created by
- I have the following code at the top of my JS code which is from …
Apr 18, 2012:
- 9:26 PM Ticket #11599 (before()/insertBefore() breaks node ordering when using a comment node) closed by
- invalid: Closing per op
- 7:31 PM Ticket #11604 (Switch $(elem).width(-val) from no-op to $(elem).width(0)) created by
- The fix in #1599 changed
.width(-val)
to be a no-op because it … - 5:07 PM Ticket #11603 (.animate() bug in IE 6,7,8) created by
- There is a bug with calling .animate() under certain circumstances in …
- 5:00 PM Changeset [6cf1542]1.12-stable2.2-stablekillphp by
- package.json
- 4:07 PM Changeset [1434b5b]1.12-stable2.2-stablekillphp by
- .gitignore
- grunt.js
- package.json
- 1:49 PM Changeset [247d824]1.12-stable2.2-stablekillphp by
- MIT-LICENSE.txt
- build/jshint-check.js
- src/ajax.js
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/css.js
- src/data.js
- src/deferred.js
- src/dimensions.js
- …
- 1:04 PM Changeset [9ebc27d]1.12-stable2.2-stablekillphp by
- src/core.js
- src/sizzle
- 12:47 PM Changeset [532ba250]1.12-stable2.2-stablekillphp by
- MIT-LICENSE.txt
- build/jshint-check.js
- src/ajax.js
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/css.js
- src/data.js
- src/deferred.js
- src/dimensions.js
- …
- 12:11 PM Ticket #11602 (Triggering click event on checkbox using .click() behaves differently ...) closed by
- duplicate
- 12:00 PM Ticket #11602 (Triggering click event on checkbox using .click() behaves differently ...) created by
- Hello, I am building a generic select-all checkbox where clicking it …
- 10:42 AM Ticket #11601 (uncaught exception: jQuery UI Tabs: Mismatching fragment identifier. ...) created by
- I have a JSF managed bean with JQuery 1.7.2. Get this error in …
- 10:04 AM Ticket #11600 (.load() causes security warning in IE7/8 when loading only a fragment ...) created by
- Hi, this description is from the closed ticket #8927, but as I have …
- 8:20 AM Ticket #8362 (postion and offset differing in browers when CSS transforms in use) closed by
- patchwelcome: Per #11114, affects width and height as well. See ecmanaut's comment …
- 8:12 AM Ticket #11114 (jQuery doesn't take into account CSS scale transform when getting ...) closed by
- duplicate
- 8:12 AM Ticket #11114 (jQuery doesn't take into account CSS scale transform when getting ...) reopened by
- Applies to basically all dimensions, per #8362. See the code …
- 5:32 AM Ticket #11598 ($('li').removeAttr('value');//IE Error) closed by
- wontfix: Please note that use of the value attribute on <li> elements has been …
- 5:06 AM Ticket #11599 (before()/insertBefore() breaks node ordering when using a comment node) created by
- When inserting more than one node before a comment node the comment …
- 4:12 AM Ticket #11464 (event.timeStamp is a Date object rather than an integer in Android) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:38 AM Ticket #11597 (Problem between 1.7.2.min and mobile-1.0.1.min) closed by
- invalid: From the jQuery Mobile site: > jQuery Mobile 1.1.0 Final > Requires …
- 2:58 AM Ticket #11598 ($('li').removeAttr('value');//IE Error) created by
- eg.: <li value='1'>abc</li> $('li').removeAttr('value');IE Error
- 2:56 AM Ticket #11597 (Problem between 1.7.2.min and mobile-1.0.1.min) created by
- After a update from 1.7.1.min to 1.7.2.min on my mobile site powerd by …
- 12:30 AM Ticket #11596 (Different behavior using find() and ~ (sibling) along with ":visible" ...) created by
- As demonstrated here: http://jsfiddle.net/8cy7e/2/ $("div").find("~ …
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 …
Note: See TracTimeline
for information about the timeline view.