Timeline
Jul 9, 2013:
- 10:08 AM Ticket #14117 (Allow an array of deferreds as first argument to .when()) closed by
- duplicate: Duplicate of #8256. Sorry dudes…
- 9:36 AM Ticket #14117 (Allow an array of deferreds as first argument to .when()) created by
- This is a feature proposal for the Deferred module.
.when()
… - 9:29 AM Ticket #14116 (Moment format vs jQuery UI datepicker format) closed by
- notabug: Bugs and feature requests related to jQuery UI can be filed at …
- 9:26 AM Ticket #14088 (Uncaught RangeError: Maximum call stack size exceeded) closed by
- notabug: It's hard for us to investigate without a test case. If you discover …
- 9:19 AM Ticket #14116 (Moment format vs jQuery UI datepicker format) created by
- It's not a bug, but more a feature request or something to think …
- 8:16 AM Ticket #14115 (Programmatically setting the size of resizable textarea corrupts the ...) closed by
- notabug: Please file jQuery UI bugs at http://bugs.jqueryui.com.
- 4:35 AM Ticket #14067 (This is undebuggable) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jul 8, 2013:
- 8:40 PM Ticket #14115 (Programmatically setting the size of resizable textarea corrupts the ...) created by
- http://jsfiddle.net/Steve_Wellens/5Mghh/ It happens in IE, FF and …
- 2:58 PM Ticket #14114 (jQuery.data is missing on a removed element in a MutationObserver) closed by
- notabug: Right, this is intended behavior. Data is cleared when elements are …
- 2:45 PM Ticket #14114 (jQuery.data is missing on a removed element in a MutationObserver) created by
- This may be the intended effect, but I recently had a use-case where I …
- 12:55 PM Ticket #14113 (AMD-ify jQuery source) created by
- AMD is coming to jQuery. We'll divide up the source code into logical …
- 12:27 PM Changeset [c93f91e]2.2-stablekillphp by
- src/intro.js
- src/sizzle
undefined
var declarations- 10:07 AM Ticket #14112 (Selected HTML option not working with Jquery after 1.5 version) closed by
- duplicate: Duplicate of #13245.
- 9:33 AM Ticket #14111 (.data(obj) sets data in weird way that ignores next .data(key,value) call) closed by
- notabug
- 8:49 AM Ticket #14112 (Selected HTML option not working with Jquery after 1.5 version) created by
- For the HTML <select id="routetype" name="routetype"> <option …
- 4:52 AM Ticket #14041 (Clone problem - select replace content dynamic) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jul 7, 2013:
- 1:05 PM Ticket #14109 (Selector ":not" does not behave same for selection by .class and by ...) closed by
- notabug: Much like the recent #14043 (which tripped me up as well, at first …
- 3:21 AM Ticket #14111 (.data(obj) sets data in weird way that ignores next .data(key,value) call) created by
- Steps to reproduce: Go to http://jsbin.com/uzecoq/5 Click on the title …
Jul 6, 2013:
- 5:25 PM Ticket #14110 (Setting values of elements created on the fly) closed by
- notabug: Think of it this way, generally the property represents the dynamic …
- 5:13 PM Ticket #14110 (Setting values of elements created on the fly) created by
- When HTML objects are created on the fly, the html() function does not …
- 5:11 PM Ticket #14109 (Selector ":not" does not behave same for selection by .class and by ...) created by
- Reproduction: JSFiddle: http://jsfiddle.net/udGb2/1/ […]
- 10:36 AM Ticket #14106 (Ajax memory leak) closed by
- notabug: You are running a loop that builds up local variables in the stack. If …
- 9:26 AM Ticket #14107 (there is any feature for alt with any control for end user) closed by
- notabug: Please ask for help on a forum.
- 9:23 AM Ticket #14108 (why this not Work) closed by
- notabug: Not sure. Ask on forum.
- 9:08 AM Ticket #14108 (why this not Work) created by
- <script src="/jquery.js"></script> <form id=a> <a …
- 3:07 AM Ticket #14107 (there is any feature for alt with any control for end user) created by
- there is any feature for alt with any control for end user i want to …
- 12:45 AM Ticket #14106 (Ajax memory leak) created by
- hi guys i'm using jquery 2.0.3 and running a retry script that runs …
Jul 5, 2013:
- 9:26 AM Ticket #14094 ($.getScript Internet Explorer) reopened by
- Ah, I was looking at the firebug lite console and the error went to …
- 8:54 AM Ticket #14105 ($(object).css("border") doesn´t work in Firefox) closed by
- duplicate: Duplicate of #13421. From http://api.jquery.com/css/: > …
- 8:34 AM Ticket #14105 ($(object).css("border") doesn´t work in Firefox) created by
- I try to read the border css with the script in summary and everytime …
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 …
Note: See TracTimeline
for information about the timeline view.