Timeline
Jul 4, 2013:
- 4:04 PM Ticket #14092 (Error on triggering event on an element with no handlers.) closed by
- notabug: Thanks for looking into it further.
- 2:03 PM Ticket #13768 (Error trying to load jQuery from node.js) closed by
- fixed: Support CommonJS environments by accentuating the need for a window …
- 2:00 PM Changeset [1f67d07]2.2-stablekillphp by
- Gruntfile.js
- src/exports.js
- src/intro.js
- src/outro.js
- 1:28 PM Changeset [aee4659]2.2-stablekillphp by
- src/sizzle
- 1:24 PM Ticket #14043 ($('#root').find(':not(#nested) > li') fails) closed by
- notabug: This is not a bug. This is the …
- 1:04 PM Ticket #14094 ($.getScript Internet Explorer) closed by
- worksforme: I am unable to reproduce: http://jsbin.com/irakez/1/edit
- 12:52 PM Ticket #14029 (japanese id and class selector is very slow) closed by
- notabug: It is slower, but it's not very slow. It takes the QSA path, which is …
- 11:25 AM Ticket #14102 (setText of label cannot work in Safari) closed by
- notabug: There is no
.setText()
method in jQuery. If you are calling one it … - 11:21 AM Ticket #14103 (Overwriting event handler functions by name) closed by
- notabug: You're defining
alert()
twice so the last definition wins. You're … - 11:11 AM Ticket #14104 ($.ajax promise cannot be piped with a failFilter only) closed by
- notabug: The result of a
.pipe()
is a newDeferred
, not the original … - 10:07 AM Ticket #14104 ($.ajax promise cannot be piped with a failFilter only) created by
- […] I'd expect that the request would be the original promise …
- 8:31 AM Ticket #14103 (Overwriting event handler functions by name) created by
- Sorry for my english. My suggest is refering event handler functions …
- 7:28 AM Ticket #14102 (setText of label cannot work in Safari) created by
- In Safari latest version on OS X Mountain Lion, below code couldn't …
Jul 3, 2013:
- 2:17 PM Ticket #14101 (Version 1.10 .data() differs from 1.8 when getting data from ...) created by
- This is a re-posting of ticket #13785, as it is still a problem in …
- 11:43 AM Ticket #14100 (.has() method ignores child ( > ) selector) closed by
- notabug: @dmethvin: You're right, forgive my confusion.
- 10:54 AM Ticket #14100 (.has() method ignores child ( > ) selector) created by
- There is a difference between the .has() method and the :has() …
- 10:16 AM Ticket #14099 (IE 10 and jquery mobile...fix for input submit?) closed by
- notabug: Please ask for help on a forum. This is not a valid bug report.
- 10:04 AM Ticket #14099 (IE 10 and jquery mobile...fix for input submit?) created by
- Hi, I use the libraries of jquery mobile with its css in a form, the …
- 10:00 AM Milestone 2.0.3 completed
- 10:00 AM Milestone 1.10.2/2.0.3 completed
- 10:00 AM Milestone 1.10.2 completed
- 9:30 AM Changeset [0dd8806]2.2-stablekillphp by
- package.json
- 9:30 AM Changeset [f576d00d]2.2-stablekillphp by
- package.json
- 8:43 AM Ticket #14097 (jQuery(HTML) won't work if HTML has leading whitespace(s)) closed by
- duplicate: Duplicate of #13223. We don't change code in versions that have …
- 5:14 AM Ticket #14098 (contents()function can't support 'frame',only 'iframe') created by
- contents: function( elem ) { return jQuery.nodeName( elem, "iframe" …
- 4:30 AM Ticket #14097 (jQuery(HTML) won't work if HTML has leading whitespace(s)) created by
- Hi, I'm in the process of upgrading to 1.9.1 and my application …
Jul 2, 2013:
- 9:03 PM Ticket #14095 (outerWidth() or outerHeight() vs outerWidth(true) or outerHeight(true)) closed by
- duplicate: Duplicate of #12491. Most likely a plugin is hooking the …
- 5:35 PM Ticket #13983 (Switch to //# for sourcemap directives) reopened by
- 5:26 PM Ticket #14095 (outerWidth() or outerHeight() vs outerWidth(true) or outerHeight(true)) created by
- When I'm using mentioned methods with 'true' param, all seems to work …
- 4:58 PM Changeset [6e630fb]2.2-stablekillphp by
- Gruntfile.js
- build/release.js
- 4:12 PM Changeset [a44202d]2.2-stablekillphp by
- build/release-notes.js
- 10:49 AM Ticket #13371 (Update node-testswarm to 1.0) closed by
- fixed: Fixed at …
- 10:45 AM Ticket #14094 ($.getScript Internet Explorer) created by
- If i call $.getScript on a script that doesn't exist (webserver …
- 9:56 AM Ticket #13983 (Switch to //# for sourcemap directives) closed by
- fixed: Fix #13983. Switch to # for sourcemaps. Normally we'd avoid doing …
- 9:48 AM Changeset [d53ddc9]2.2-stablekillphp by
- Gruntfile.js
- build/release.js
- 9:03 AM Ticket #14090 (set the selector by text) closed by
- notabug: Please ask for help on the forums, …
- 9:03 AM Ticket #14089 (新版本不支持toggle!) closed by
- notabug: Please ask for help on the forums, …
- 8:32 AM Ticket #14093 (Interaction between jquery and coded ui test) created by
- Hi, We recently upgraded the version of the jquery libraries that we …
- 6:23 AM Ticket #14092 (Error on triggering event on an element with no handlers.) created by
- on line 4691 there is : […] In this line there is no check if …
- 12:03 AM Ticket #14091 (jquery-migrate-1.2.1 line 85 jQuery.attrHooks is undefined) created by
- Browser : Firefox 22.0 File:jquery-migrate-1.2.1.js Line Number:85 …
Jul 1, 2013:
- 11:41 PM Ticket #14090 (set the selector by text) created by
- only the jquery1-4.2.js support : set the seletor is selected by text
- 10:15 PM Ticket #14089 (新版本不支持toggle!) created by
- $("button").toggle( function(){ …
- 8:19 PM Ticket #14088 (Uncaught RangeError: Maximum call stack size exceeded) created by
- * Priority: Low * Version: 2.0.2 * Error: Uncaught RangeError: …
- 5:28 PM Ticket #14078 (.height() returns non-pixel value) closed by
- duplicate: Duplicate of #7928. This sounds like a dup of #7928 to me but …
- 2:47 PM Ticket #13976 (Invalid HTML passed into .html() throws 'tmp is null' error) closed by
- fixed: Fixes #13976: Garbage input should not cause error in buildFragment. …
- 2:31 PM Changeset [5f1aa23]2.2-stablekillphp by
- src/manipulation.js
- test/unit/core.js
- 2:31 PM Changeset [308980e]2.2-stablekillphp by
- test/unit/effects.js
- 2:31 PM Changeset [16115c1]2.2-stablekillphp by
- test/unit/support.js
- 2:09 PM Changeset [d57c22c]2.2-stablekillphp by
- AUTHORS.txt
- 2:02 PM Ticket #14049 (-webkit-order doesn't work with css()) closed by
- fixed: Fixes #14049: don't append px to CSS order value. Close gh-1300. …
- 1:58 PM Changeset [ec6eb38]2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 12:27 PM Ticket #14087 (Update release script to update Sizzle's package.json version + tag it) created by
- We can automate the alignment of Sizzle versions with 1.x releases, …
- 8:42 AM Ticket #14086 (Changes in deferred between 1.8.3 and 1.9.1) closed by
- notabug: Context is the
promise
now. So you should extend the promise, not … - 6:19 AM Ticket #14086 (Changes in deferred between 1.8.3 and 1.9.1) created by
- Extending deferred has stopped working from 1.8.3 to 1.9.1. …
Jun 30, 2013:
- 4:13 PM Ticket #14082 (No find() in top level) closed by
- notabug: See the docs at …
- 11:25 AM Ticket #14084 (elem.css('width') provides incorrect output with `box-sizing: ...) created by
- I believe the current documentation for
height
andwidth
is … - 9:19 AM Ticket #14083 (Assigning multiple handlers to one event in .on()) closed by
- notabug
- 6:11 AM Ticket #14083 (Assigning multiple handlers to one event in .on()) created by
- When using .on() to assign multiple handlers to the same event, only …
- 6:04 AM Ticket #14082 (No find() in top level) created by
- Method find() finds no element in the upper portion of the …
Jun 29, 2013:
- 4:12 PM Ticket #10426 (Meta: Use createContextualFragment to speed up element creation) closed by
- notabug: I'll take my advice above and close this until someone shows it really …
- 4:10 PM Ticket #9676 (.toggle() on IE7 returns to zoom:1, not zoom:0) closed by
- wontfix: Low impact bug on a low-marketshare browser and it looks like the fix …
- 4:04 PM Ticket #11982 (JQuery animate() issue when another animate is called from within the ...) closed by
- notabug: Since the OP hasn't replied I am assuming it's either fixed, not a …
- 3:56 PM Ticket #13962 (The element loses the original CSS property "display" between hide and show) closed by
- wontfix: I think developers should choose between using classes (possibly …
- 3:49 PM Ticket #12227 ($.extend(true, ....) won't work on sources that contain circular ...) closed by
- wontfix: I'm inclined to let this be the domain of lodash, since nobody has …
- 3:37 PM Ticket #12851 (Create a low-level "single-element API") closed by
- notabug: Looking at what modularity has bought us, I don't see a lot of …
- 3:32 PM Ticket #13864 (Add onlyHandlers argument to trigger()) closed by
- plugin: Since nobody else has expressed an interest in this, I'll close the …
- 4:50 AM Ticket #14023 (DomManip can pass null to buildFragment if element array contains ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:50 AM Ticket #14019 (jquery .hide("slide", ...) trigger a document ready event) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jun 28, 2013:
- 2:35 PM Ticket #14081 (1.10.1 giving erroneous "SCRIPT5: Access is denied" error in IE9 and IE10) closed by
- duplicate: Duplicate of #13980.
- 2:24 PM Ticket #14081 (1.10.1 giving erroneous "SCRIPT5: Access is denied" error in IE9 and IE10) created by
- Original StackOverflow question: …
- 12:26 PM Ticket #14080 (Running two JSONp calls with same jsonCallback simultaneous) created by
- Example: http://jsfiddle.net/MPtn6/ if you run two calls to a JSONp …
- 9:04 AM Ticket #14079 (JAlert popup not movable in IE9 browser) closed by
- notabug: This bug tracker is for jQuery core. Please use the forums, Stack …
- 9:01 AM Ticket #14064 (:eq return different object in 1.10.1) closed by
- notabug: Replying to [email protected]…: > Two selectors returns different …
- 8:53 AM Ticket #14079 (JAlert popup not movable in IE9 browser) created by
- I have implemented jAlert for display message in my application but …
Jun 27, 2013:
- 4:39 PM Ticket #14078 (.height() returns non-pixel value) created by
- I have a collection of divs that have a percentage height and whose …
- 12:25 PM Ticket #14077 (jQuery doesn't calculate correct width and height v1.9.0 (correct) vs ...) created by
- I have used jQuery Layout UI from time ago. Recently I upgraded my …
- 4:54 AM Ticket #14014 (IE7 'getAttribute' error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:54 AM Ticket #14003 (Event Click() don't work if...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 12:27 AM Ticket #14038 (.width(value) sets incorrect width value if block has border and value ...) reopened by
- Valid. The documentation you quote is the point I was making. …
Note: See TracTimeline
for information about the timeline view.