Timeline
01/14/11:
- 23:52 Ticket #7977 (Changing the Object prototype breaks $.isEmptyObject) closed by
- duplicate: I can only restate what scott.gonzal already said 3 years ago > Modifying …
- 23:29 Ticket #7965 (CSS Image-Background Hover not working in Chrome) closed by
- invalid: Replying to anonymous: > Scratch that last. Turns out it's an …
- 23:26 Ticket #7966 (fadeOut and fadeIn broken in IE 9.0.7930.16406) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project by writing …
- 23:20 Ticket #7968 (Can't specify false as .bind() eventData parameter) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 23:00 Ticket #7977 (Changing the Object prototype breaks $.isEmptyObject) created by
- If you change the Object prototype, $.isEmptyObject({}) will return false …
- 22:56 Ticket #7969 ($.get() returns "success" when the request fails by timeout) closed by
- fixed: Thanks for taking the time to contribute to the jQuery project by writing …
- 22:33 Ticket #7975 (filter() behavior is different when source is single dom vs multiple dom ...) closed by
- fixed: Thanks for taking the time to contribute to the jQuery project by writing …
- 22:07 Ticket #7976 (calling position() on dom elements in memory throws TypeError) closed by
- duplicate
- 21:06 Ticket #7976 (calling position() on dom elements in memory throws TypeError) created by
- http://jsfiddle.net/p667T/1/ OS tested: win7, OS 10.5 Browsers tested: FF …
- 20:25 Ticket #7975 (filter() behavior is different when source is single dom vs multiple dom ...) created by
- I have a bunch of <li data-id="0-0"/> <li data-id="0-1"/> etc …
- 20:06 Ticket #7901 (Subclassing) closed by
- fixed: Landed.
- 20:05 Ticket #7974 (Cleanup effects.js to improve performances and reduce filesize) created by
- I've opened a pull request of …
- 20:00 Ticket #7102 (Register jQuery as a CommonjS async module) reopened by
- 19:56 Ticket #7608 (Opera 10.63 - animate width fails when inline style initialized to "width: ...) reopened by
- 19:56 Changeset [d9cb69873c0be7cb2f65d24deeb6a01fada0661b] by
-
- version.txt
- 19:56 Changeset [bcdd4f817378d5c6c95646ef556e0ff4215bcb5f] by
-
- version.txt
- 19:13 Ticket #7608 (Opera 10.63 - animate width fails when inline style initialized to "width: ...) closed by
- fixed: Revert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which is no longer …
- 19:12 Changeset [cf7ddcf79a3d4d455711b67b252b19ae343645b1] by
-
- src/css.js
- 17:46 Changeset [f4add19759678797ed8078a96d0c18b168df8588] by
-
- test/delegatetest.html
- 17:43 Ticket #7973 (Switch to UglifyJS) created by
- We should switch to UglifyJS, it's much better than Closure Compiler.
- 17:08 Ticket #7971 (load() shouldn't add already referenced scripts) closed by
- duplicate
- 16:53 Ticket #7967 (using multiple selector [type!=value] results in ignoring the negative ...) closed by
- invalid: This is not a bug. I attempted to explain this last night on IRC but you …
- 16:23 Ticket #7964 (Some traversal methods perform an unnecessary uniqueness check) closed by
- fixed: This pull request was landed: https://github.com/jquery/jquery/pull/180
- 16:23 Changeset [a7ab491a5d3c7347ee5685bd6df11092f0d638ca] by
-
- src/core.js
- src/traversing.js
- test/delegatetest.html
- test/unit/core.js
- 16:21 Changeset [52a02383fa521c51d9996a46f03a7080dd825f11] by
-
- src/traversing.js
- 16:17 Changeset [fa45f25d1c554663f696c43bb1d08d24fec6abf5] by
-
- test/unit/core.js
- 15:39 Changeset [3716f2d0416895e1220269ea2e8bb23b8b843db0] by
-
- test/delegatetest.html
- 15:38 Changeset [d483ce0a9c8b19dafa70be93ca071673b86a65e2] by
-
- src/core.js
- test/unit/core.js
- 15:10 Ticket #7972 (jQuery Homepage Dell Logo) created by
- The logo isn't showing correctly, it just cuts a little the last L of the …
- 14:55 Changeset [e5ee89ec9a11804b39e9722f47eeeb00648f37ea] by
-
- src/traversing.js
- 13:37 Ticket #7971 (load() shouldn't add already referenced scripts) created by
- Suppose the following scenario: - "document a" contains a reference to …
- 10:10 Ticket #7970 (Ajax on Windows Mobile don't work (having fix)) created by
- There is old bug from jQuery 1.2 version. This bug have known fix: …
- 07:55 Ticket #7872 (Uncaught TypeError: Object #<an Object> has no method 'replace') closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:55 Ticket #6547 (jQuery.each has unnecessary property lookups which are a hindrance to ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:18 Ticket #7969 ($.get() returns "success" when the request fails by timeout) created by
- When $.get() is called to an address where no server is running - e.g. …
- 05:16 Ticket #7968 (Can't specify false as .bind() eventData parameter) created by
- The false gets picked up as the new return false handler shortcut and the …
- 05:03 Ticket #7967 (using multiple selector [type!=value] results in ignoring the negative ...) created by
- Test Case - http://jsfiddle.net/NAwrU/7/ Using …
- 03:25 Ticket #6106 (Data argument is undefined in success method of $.ajax in IE7) closed by
- fixed: Ajax now uses parseJSON internally which actually returns null for …
- 02:24 Ticket #7966 (fadeOut and fadeIn broken in IE 9.0.7930.16406) created by
- $("p").fadeOut(1000).fadeIn(1000) should fade out, then back in over a …
01/13/11:
- 22:14 Ticket #7965 (CSS Image-Background Hover not working in Chrome) created by
- When an anchor tag has a image background applied to it, attempting to …
- 22:08 Ticket #7963 (selector :hidden select option of select tag elements on IE7) closed by
- invalid: Thanks for taking the time to submit a bug report :) Browser visibility …
- 21:07 Ticket #4919 (Add a hoverClass method) closed by
- wontfix: Following on from Scott_Gonzalez, the dev thread above and …
- 21:03 Ticket #7964 (Some traversal methods perform an unnecessary uniqueness check) created by
- Methods like .children(), .next() and .prev() are guaranteed to produce a …
- 19:20 Changeset [73d060b522ccf72847e67f56fea0e9b129ff273e] by
-
- src/dimensions.js
- 19:14 Changeset [610ab137da38106f8c464f099a304ae3795c2231] by
-
- MIT-LICENSE.txt
- Makefile
- Rakefile
- build.xml
- src/ajax.js
- src/ajax/jsonp.js
- src/ajax/script.js
- src/ajax/xhr.js
- src/attributes.js
- src/core.js
- …
- 17:33 Changeset [a8fa5f2ec1030bceb9a65d0237f0c92ae4e014dd] by
-
- src/ajax.js
- src/ajax/jsonp.js
- src/ajax/script.js
- src/ajax/xhr.js
- 17:03 Ticket #7963 (selector :hidden select option of select tag elements on IE7) created by
- on IE7, if you use $(':hidden') selector, jquery returns option tags of …
- 16:35 Ticket #7962 ('width' property of <select> element is wrongly calculated for Safari) created by
- I encountered a problem that $(element).width() and …
- 16:01 Ticket #4964 (Support ajax callbacks for specific status codes) closed by
- fixed: Fixes #4964. Adds a statusCode object together with a new statusCode …
- 16:01 Changeset [44fc87f66ca54278e37f15885a80c2407036df57] by
-
- src/ajax.js
- test/unit/ajax.js
- 15:58 Changeset [57956152d8a9d23ae97ba576b8ec4b63306c8758] by
-
- src/ajax/xhr.js
- 12:47 Ticket #7950 (.outerWidth(1)) closed by
- invalid: This tracker you submitted your bug on is for jQuery core bugs only. As I …
- 08:04 Ticket #7961 ($.fn.height or $.fn.width throw a TypeError Result of expression ...) created by
- in line 7151: […] if the elem.document.documentElement[ "client" + …
- 07:47 Ticket #7857 (bug with .hover() and links in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:22 Ticket #7960 ([support.mozilla.com] jQuery slide()/slideToggle() partly animates and ...) created by
- So we recently updated jQuery from 1.4.2 to 1.4.4 and the slideToggle …
- 02:59 Ticket #7959 (ie9beta jQuery.noConflict()) closed by
- wontfix: jQuery does not yet support IE9 as it is still a beta.
- 02:36 Ticket #7959 (ie9beta jQuery.noConflict()) created by
- run jQuery.noConflict(); in ie9 Beta(version:9.0.7930.16406),console bug …
- 01:05 Changeset [667a3b31e6a27cfe3f209765d583bff584ecc2f6] by
-
- src/ajax/script.js
- src/ajax/xhr.js
- 00:43 Changeset [b07d43c649240a78f5e832e2825db3af87357932] by
-
- src/ajax.js
- 00:18 Changeset [97b244312e5dba9b28129006c9407ca80bb6c99b] by
-
- src/ajax.js
01/12/11:
- 23:49 Changeset [ed1144816b07fbb2ea94217fd967626619344ad9] by
-
- src/ajax.js
- 23:41 Changeset [e9fb7d5be6e079aaa2cf0c3092c6f15cd1285bf4] by
-
- src/ajax.js
- 19:37 Ticket #7958 (<form> elements lacking a submit button do not propagate) created by
- Hi all Bare with me :P Consider this form: […] I noticed that …
- 17:54 Ticket #4897 (REST-style JSONP callback option) closed by
- fixed: Fixes #4897. Added ?? as a context-insensitive placeholder for the …
- 17:54 Changeset [e221d39e981ceac030d2e0431570742fb51337d5] by
-
- src/ajax/script.js
- 17:53 Changeset [14b07ec5de0437278806d12d058a249940eb531b] by
-
- src/ajax.js
- 17:36 Changeset [0c51e9d55f39366cab14719b80cb7e989c716351] by
-
- src/ajax/jsonp.js
- test/data/jsonp.php
- test/unit/ajax.js
- 17:06 Ticket #7957 (find returns Failed on IE8 with selector) created by
- $("#Application-NavBar").find("[id]:visible:enabled"); returns Failed on …
- 16:45 Ticket #7947 (Buggy Animation when Unhiding Colspanned Table Row) closed by
- fixed: Closing per request of the reporter. Fixed in 1.4.3
- 15:43 Ticket #7948 (.offset() does not take body border into account) closed by
- patchwelcome: Jaubourg, DaveMethvin, scott_gonzalez and I discussed this and we think …
- 15:17 Ticket #7956 (Bad link on website) closed by
- fixed: I've gone in and fixed/removed the link to the porn site. On a separate …
- 12:57 Ticket #7956 (Bad link on website) created by
- http://docs.jquery.com/Alternative_Resources has an external link to a pdf …
- 12:38 Ticket #7955 (isPlainObject slight error) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 12:17 Ticket #7953 (Bug in Jquery Mobile Select Menu) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 12:04 Ticket #7955 (isPlainObject slight error) created by
- The return value for this is: for(key in obj) { } return key === undefined …
- 11:44 Ticket #7954 (Incorrect Example .not()) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery project by writing …
- 11:08 Ticket #7954 (Incorrect Example .not()) created by
- http://api.jquery.com/not/ 1, 3 and 5 are red. Not 2 and 4.
- 11:06 Ticket #7953 (Bug in Jquery Mobile Select Menu) created by
- I am using Jquery Mobile version jquery.mobile-1.0a2.min.js and Jquery …
- 10:48 Ticket #7952 (Broken Link) created by
- The link to "51+ Best jQuery Tutorials..." should read: …
- 10:04 Ticket #7951 (Bug with animate background-position on IE8) created by
- Code animate […] IE8 report […] …
01/11/11:
- 22:43 Changeset [f83cdc3c4c134b2796335e9f9806f3b67e7ca87f] by
-
- test/unit/ajax.js
- 22:01 Ticket #6230 (WEBKIT: xhr.setRequestHeader("Accept", ...) *appends* the value instead of ...) closed by
- fixed: Fixes #6230. Added a unit test to control that, since the ajax rewrite, …
- 22:01 Changeset [6504d4f7005c99ea4064068f3d712322a064b97a] by
-
- test/unit/ajax.js
- 21:17 Ticket #7950 (.outerWidth(1)) created by
- I was using outerWidth(1), but since 1.4.4 this set the width to 0 …
- 19:05 Ticket #4825 (Data returned from ajaxSetup dataFilter is not passed to ajax complete() ...) closed by
- fixed
- 19:02 Changeset [5a721cf31b142365954a2d71e860534da4536b16] by
-
- src/ajax.js
- test/unit/ajax.js
- 17:47 Ticket #7949 (Type Error thrown in IE8 - related to querySelectorAll) created by
- I haven't been able to pinpoint what is causing an object to be passed to …
- 16:21 Ticket #7948 (.offset() does not take body border into account) created by
- .offset() does not seem to properly account for the body having a border …
- 16:20 Ticket #7947 (Buggy Animation when Unhiding Colspanned Table Row) created by
- When you hide (using style for example - display: none) a table cell that …
- 15:44 Ticket #7946 (JS error in IE8, when jQuery.each is used on document.styleSheets) created by
- When trying the HTML sample below, IE8 throws an "Error: Invalid procedure …
- 13:51 Ticket #7941 (setting .val('') for an input type="hidden" makes it inaccessible in ...) closed by
- worksforme: I made a live test case following the …
- 07:39 Ticket #7945 (jQuery.param thinks that { jquery: "1.4.2" } is a jQuery object) created by
- I stumbled upon a bug where .param thought that { jquery: "1.4.2" } is a …
01/10/11:
- 23:24 Ticket #7943 (toggle focus and blur function) created by
- it will be nice having a toggle function between blur and focus as there …
- 21:48 Ticket #7203 (Unable to set `type` on button using attr()) closed by
- wontfix: To quote dmethvin, "Whether jQuery throws an error or not, it is not …
- 21:38 Ticket #7940 ($('aa').find('bb, cc') includes the wrong elements) closed by
- wontfix: Thanks for submitting your ticket. We have reproduced a minimal test case …
- 20:22 Ticket #7942 (I cant download Jquery 1.4.4!) closed by
- worksforme: That IS jQuery. Copy and paste that into a file and name it …
- 20:07 Ticket #7942 (I cant download Jquery 1.4.4!) created by
- I am trying to download the latest version of jquery (1.4.4) from the …
- 19:04 Ticket #7941 (setting .val('') for an input type="hidden" makes it inaccessible in ...) created by
- If I set the value of an input type="hidden" using $("#id").val() then …
- 18:59 Ticket #7940 ($('aa').find('bb, cc') includes the wrong elements) created by
- This is only superficially related to #6754. I am not talking about use of …
- 18:17 Changeset [9bd9d270f69582b119b1835da4419a900f975b6b] by
-
- test/unit/css.js
- 18:01 Ticket #7608 (Opera 10.63 - animate width fails when inline style initialized to "width: ...) reopened by
- Re-request: https://github.com/jquery/jquery/pull/172
- 17:40 Ticket #7693 (outerHeight is broken for hidden block's immediate child) closed by
- duplicate
- 16:46 Ticket #7417 (.css('border-spacing') throws on IE8) closed by
- wontfix: IE6 and IE7 do not support the css table property border-spacing. Any …
- 16:36 Ticket #4920 (allow using optional data arg to $.getJSON with jsonp callback) closed by
- duplicate
- 15:31 Ticket #7939 (Selectors by class names fail in IE 7 in some particular case.) created by
- Simple selectors based on class names (like $('.myClass')) fail in IE 7 …
- 15:13 Ticket #7938 (.val() returns innerHTML for button elements in IE7) closed by
- duplicate
- 15:07 Ticket #1954 (val() returns innerHTML for button elements in IE) reopened by
- test case
- 14:40 Ticket #7938 (.val() returns innerHTML for button elements in IE7) created by
- See ticket #1954 for full details including a patch, but the short version …
- 13:35 Ticket #7932 (Animate opacity with png in IE) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 13:16 Ticket #7935 (jquery : animate function does work for left position from -10320 to -9460) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 13:05 Ticket #7936 (About Cookie) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 12:56 Ticket #7937 (About the event change for the textbox) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 09:20 Ticket #7937 (About the event change for the textbox) created by
- Hello everyone here in JQuery: I notice that if I bind the event for …
- 09:09 Ticket #7936 (About Cookie) created by
- Hey JQuery developers! I'm infavourite in your product very much and …
- 07:53 Ticket #7824 (IE7 slideUp / slideDown within position:relative containers) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:47 Ticket #7935 (jquery : animate function does work for left position from -10320 to -9460) created by
- Hello, In my slider, i m trying to animate slide by changing left …
- 07:04 Ticket #7934 ($.fn.animate to implement deferreds) created by
- Spoke with gnarf about this, our idea is to have the lastPromise available …
- 05:41 Ticket #7933 (JAVASCRIPT - jQuery .animate slider looping in double digits) created by
- JAVASCRIPT - jQuery .animate slider looping in double digits
- 05:14 Ticket #7932 (Animate opacity with png in IE) created by
- In IE using PNG do DIV backgrounds, use Animate will appear black side
- 00:41 Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't maintain ...) closed by
- fixed: Ensure that buildFragment clones elements properly in all browsers. Fixes …
- 00:41 Ticket #6655 (Regression in buildFragment in IE) closed by
- fixed: Ensure that buildFragment clones elements properly in all browsers. Fixes …
- 00:41 Changeset [c5c1f18adb4dfae5366eafada12ed02fe1b7064d] by
-
- src/core.js
- src/manipulation.js
- test/unit/ajax.js
- test/unit/core.js
- test/unit/manipulation.js
- 00:38 Changeset [b14f02899e74c429effadd88527ffde17650149a] by
-
- src/core.js
- src/manipulation.js
- test/unit/core.js
- test/unit/manipulation.js
01/09/11:
- 23:52 Changeset [84319aa4a32c1221110419cbe9e427dc9e184555] by
-
- test/unit/ajax.js
- 23:36 Ticket #7608 (Opera 10.63 - animate width fails when inline style initialized to "width: ...) closed by
- fixed: Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which is no longer …
- 23:34 Changeset [012f0c3b4bd3d04c2f3e1ea80fc1230901d607d9] by
-
- src/css.js
- 23:15 Ticket #7931 (scrollTop and scrollLeft setters return null when called on empty jquery ...) created by
- Both the $.fn.scrollTop and $.fn.scrollLeft setters return null when …
- 22:26 Ticket #7054 (Memory leaks when bind custom event in IE8) closed by
- fixed: Ensure that the DOM element ref in an event handler is removed by …
- 22:25 Changeset [fcf623786aeae20485e5253bd2b66c8758053646] by
-
- src/manipulation.js
- 22:22 Changeset [4e86766d54a71263f8e7cbf2957405e12d9b8b36] by
-
- src/ajax.js
- 21:58 Changeset [e2941d5a98e91c5f61b200b2763e5fa0eb339365] by
-
- test/data/testinit.js
- test/index.html
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/core.js
- test/unit/css.js
- test/unit/data.js
- test/unit/dimensions.js
- test/unit/effects.js
- test/unit/event.js
- …
- 21:58 Changeset [80af46e8ffe8292e0af0537db6c7e89019e5edba] by
-
- src/queue.js
- 21:56 Changeset [885d06c8ef906fa11d130d7d567c871d20ef9ba9] by
-
- src/manipulation.js
- 21:52 Changeset [8e59a99e0ade75dec434f246f52e8b3f7393f359] by
-
- src/attributes.js
- src/data.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/queue.js
- test/unit/attributes.js
- test/unit/data.js
- test/unit/effects.js
- test/unit/event.js
- 21:20 Changeset [1d1d4fe112c49cbd704d880b27cc646f2bfe1737] by
-
- src/ajax/xhr.js
- 20:50 Ticket #5812 (Should look for =%3F in addition to =?) closed by
- fixed: Fixes #5812. =? will be detected even when it has been escaped during data …
- 20:50 Ticket #5803 (Set JSONP dataType is jsonpCallback is used) closed by
- fixed: Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as …
- 20:48 Changeset [8c8bd3bf6ac982f98c1b89b0af74a1fd2d07e360] by
-
- src/ajax/jsonp.js
- test/unit/ajax.js
- 20:19 Changeset [62a1a1a8fa64f92f429a3f5b8ed2e0d1f6fc3d6c] by
-
- src/ajax/jsonp.js
- 20:14 Ticket #4545 (Local scripts loaded from $.getScript fail if an external script is also ...) closed by
- duplicate: Incidently, this is a duplicate of #7862.
- 19:31 Changeset [0f28835ee91a8aec5f9de60be42b55b802c67928] by
-
- src/ajax.js
- 18:43 Ticket #7929 (jQuery production size is a fake!) closed by
- invalid: As I recall, 28k is the size when gzipped.
- 18:11 Ticket #7930 (Methods on custom objects are being called when an event with the same ...) created by
- I don't understand why this happens: […] Why is …
- 16:27 Changeset [7bc538623077abb48d94b33ef8e389d1022b13af] by
-
- test/unit/ajax.js
- 16:01 Ticket #4958 (ajax methods fail in IE for content types ending in +xml) closed by
- fixed: The new ajax implementation will do the parsing automatically.
- 16:00 Ticket #4807 (Offline $.ajax call in IE$ get response as String) closed by
- fixed: The new ajax implementation will automagically parse text as xml if …
- 15:58 Ticket #3442 (JSONP should provide abort method) closed by
- fixed: You can abort any request, no matter its type in the new ajax.
- 15:53 Ticket #5955 (datatype=jsonp is ignored if request is local) closed by
- fixed: Fixes #5955. Option crossDomain now forces ajax to consider a request as …
- 15:52 Ticket #5501 (Implement dataFilter/processData for script requests) closed by
- fixed: Fixed in rewrite. Though dataFiler will never be called for cross-domain …
- 15:50 Changeset [5a5f67800b048ae274e644547f4b8e03156ffa49] by
-
- src/ajax.js
- test/unit/ajax.js
- 15:32 Changeset [c55a76a23fdf8e9b22d9792a0f3a39051cc33993] by
-
- src/ajax.js
- 12:54 Ticket #7929 (jQuery production size is a fake!) created by
- I don't know how 72kb can be 28kb. I just achieved that small size using …
- 12:05 Ticket #7928 (Firefox gives wrong height and width for percentage-styled elements within ...) created by
- Setup: An outer document that contains a display:none-styled …
- 06:34 Ticket #4462 (allow for signing json/jsonp urls via an additional callback paramater to ...) closed by
- fixed
- 06:33 Ticket #5500 (Implement beforeSend/ajaxSend for script requests) closed by
- fixed
- 05:39 Ticket #6693 (Add cross-browser XML parsing support) closed by
- fixed: The branch has been merged in so this is fixed, except I'd very much …
- 05:24 Ticket #7461 ($.ajax(this) no longer allows "retries".) closed by
- fixed: Added a test for retrying a request on error using jQuery.ajax(this). …
- 05:24 Ticket #7465 (Incorrect checking for cross-site XHR) closed by
- fixed: Fixes #7465. Reworked the regexp and associated test for cross-domain …
- 05:24 Ticket #7868 (AJAX error handler doesn't get access to the responseText, regression) closed by
- fixed: Fixes #7868. ResponseText is now properly propagated for error callbacks. …
- 05:24 Ticket #7881 (Make compatible with XHR 2) closed by
- fixed: Fixes #7881. Setting contentType to false will prevent the Content-Type …
- 05:19 Changeset [63487505c678152e59847e3ab7878ea5f2514dfa] by
-
- test/unit/ajax.js
- 05:01 Changeset [afefb4f3d28f47c0a93cc9dfddfcbadb595a8efb] by
-
- src/ajax.js
- test/unit/ajax.js
- 04:09 Ticket #7519 ($.getCSS for v1.5) closed by
- wontfix: Determining when the stylesheet has been loaded is really tricky. You …
- 03:53 Changeset [d515068ee807efef29b6c8406171be4725d7154f] by
-
- src/ajax.js
- src/ajax/xhr.js
- test/data/errorWithText.php
- test/unit/ajax.js
- 03:28 Changeset [69497c3fd7ff560be0e47b4c65076915cca756bc] by
-
- src/ajax.js
- test/data/headers.php
- test/unit/ajax.js
- 03:03 Changeset [98c6c4b2b0afb2754883fc39c5626da3219e81e0] by
-
- src/ajax/xhr.js
- 02:05 Ticket #7908 (jQuery('#checkbox').click() does not trigger change() event) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. You are synthetically …
01/08/11:
- 22:48 Ticket #7885 (jQuery .offset doesn't property works when current offset is float (which ...) closed by
- patchwelcome: Related to 7730. If Firefox decides to mangle the offset values there …
- 21:39 Ticket #6498 (XHR abort() method not working in IE7.) closed by
- fixed
- 17:25 Ticket #7927 (Array unique) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery Project. jQuery …
- 15:33 Ticket #7927 (Array unique) created by
- Why isn't there a function in jQuery like unique(), but for arrays? The …
- 08:36 Ticket #7926 (Trouble with height/width definition of the Microsoft.Matrix transformed ...) created by
- Have a element style: .el{ filter: …
- 08:07 Ticket #7845 (Memory leak in globalEval in core.js) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:07 Ticket #7844 (Memory leak in offset initialize) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:07 Ticket #7843 (Memory leak in clean method) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:07 Ticket #7842 (Mmeory leak in support code) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:13 Ticket #7861 (FF 3.6.13 attempt to get the css("left") value) closed by
- duplicate: Thanks for the test case. As there is way more information on this issue …
- 03:28 Ticket #7898 (replaceWith() terribly slow in IE8) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 01:42 Ticket #7925 (UI position() utility with collision can change element width) closed by
- invalid: The big red box on the "New Ticket" page rather clearly states: >For …
- 01:41 Ticket #7923 (Documentation bug: .text() does not always return CDATA) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 01:17 Ticket #7925 (UI position() utility with collision can change element width) created by
- If an element does not have a width, then using position() with collision …
- 00:30 Ticket #7924 (JSON name collision when using jQuery.ajax()) closed by
- worksforme
- 00:30 Ticket #7924 (JSON name collision when using jQuery.ajax()) reopened by
- 00:29 Ticket #7924 (JSON name collision when using jQuery.ajax()) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
01/07/11:
- 23:55 Ticket #7924 (JSON name collision when using jQuery.ajax()) created by
- Version: jQuery 1.4.2 Browser: Firefox 3.6.13 with Firebug 1.6.1 OS: …
- 23:24 Ticket #7923 (Documentation bug: .text() does not always return CDATA) created by
- http://bugs.jquery.com/ticket/6827 was closed wontfix ("use .html()"). …
- 23:21 Ticket #7922 (live('click') does not fire when when live('submit') is bound first in IE) created by
- In certain cases, handling of click and submit events registered through …
- 22:57 Ticket #7915 (animate is not calculating the margin property correctly in jquery 1.4.4) closed by
- invalid: The documentation on animate() is rather …
- 18:09 Ticket #7860 (selector.css(name) returns inconsistently across browsers) closed by
- wontfix: I think the best resolution is to create a cssHook if you need to access …
- 16:26 Ticket #7921 (.click() does not trigger event bound with .toggle()) closed by
- invalid: toggle() is not intended to respond to the 'click' event, unless you …
- 16:20 Ticket #7921 (.click() does not trigger event bound with .toggle()) created by
- If an event handler is bound using .toggle(), […] There should be a way …
- 14:52 Changeset [368f2441f64e95fe5dfda318709e795833470903] by
-
- test/unit/ajax.js
- 14:32 Ticket #7920 (jquery.qtip-1.0.0-rc3.js missing i declaration) closed by
- invalid: The big red box on the "New Ticket" page rather clearly states: >For …
- 14:29 Ticket #7916 (jquert 1.4.4 toggle(fn,fn) on <tr> mistake) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 14:13 Ticket #7920 (jquery.qtip-1.0.0-rc3.js missing i declaration) created by
- in jquery.qtip-1.0.0-rc3.js (and jquery.qtip-1.0.0-rc3.min.js) line 1896 …
- 13:59 Ticket #7918 ($(...).switchClass(...,...,"slow");) closed by
- invalid: The big red box on the "New Ticket" rather clearly states: >For jQuery …
- 08:41 Ticket #7919 ($.get behaves differently in i.e and firefox) created by
- i've used jquery $.get in my mvc application. I hava a list displaying …
- 08:05 Ticket #7836 (jquery attempts (improperly) to get ownerDocument of window.document) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:05 Ticket #7835 (FadeOut and FadeIn) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:49 Ticket #7918 ($(...).switchClass(...,...,"slow");) created by
- If you transition between a certain color class to a different color …
- 04:06 Ticket #7909 (toggle(fn,fn) bug) closed by
- duplicate: Original submitter has posted a new ticket rather than updating this one. …
- 03:01 Ticket #7917 (.animate() when used with large groups of elements is not "in sync") created by
- Brought up by polyrhythmic in IRC - and also here: …
- 02:51 Ticket #7916 (jquert 1.4.4 toggle(fn,fn) on <tr> mistake) created by
- I submitted the mistake is Jquery toggle (fn, fn) function in the table is …
- 00:16 Ticket #6498 (XHR abort() method not working in IE7.) reopened by
Note: See TracTimeline
for information about the timeline view.
