Timeline
01/15/09:
- 22:38 Ticket #3882 (Parent > child selectors are broken.) created by
- On a project I'm working on I use $(".parent > .child") all the time, and …
- 21:36 Ticket #3881 (some easing throws error in IE or invalid CSS in FF3) created by
- If trying to animate an element with very small dimensions or width & …
- 21:08 Ticket #3880 (BUGFIX for: "If IE and not an iframe... continually check to see if the ...) created by
- in function bindReady()... some WRONG: If IE and not an iframe …
- 20:14 Ticket #3877 ($.each should return the value returned by the callback) reopened by
- We had discussed this on the jquery-dev mailing list and agreed that it …
- 20:09 Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't maintain ...) created by
- This looks like a similar bug to #769, but I am experiencing this in IE7. …
- 19:08 Ticket #1621 (jquery.com is unreadable on dark themes (background color incorrectly ...) closed by
- fixed: This ticket refers to the old site design. It's no longer relevant.
- 17:55 Ticket #3877 ($.each should return the value returned by the callback) closed by
- invalid: http://docs.jquery.com/Utilities/jQuery.each Since jQuery.each has been …
- 16:50 Ticket #3839 (table caption slideDown slideUp bugs) reopened by
- Attached the same page to jq 1.3 …
- 16:22 Ticket #3878 (:has(p+p) goes into never-ending loop) created by
- I get: "A script on this page may be busy, or it may have stopped …
- 16:21 Ticket #3877 ($.each should return the value returned by the callback) created by
- It feels more natural if the return value of $.each would be the value …
- 16:14 Ticket #3876 (Live event "change" doesn't work) created by
- This code is working: $('input').bind('change', function() { …
- 16:03 Ticket #3875 ($("form") matching all inner elements) created by
- Screenshot of the problem occurring: http://urlkiss.com/0lo Need a test …
- 14:48 Ticket #3874 (timeout appears to have problems) created by
- Test case: http://wollibolli.com/jquery-test/
- 14:44 Ticket #3873 (:eq() failing) created by
- Test cases: http://jsbin.com/omobe http://media.nodnod.net/eq.html "Note …
- 14:28 Ticket #3852 (val() in packed version of v1.3 returns "undefined" if options contain ...) closed by
- wontfix: This should probably be sent to Dean Edwards so that he can fix his packer …
- 14:24 Ticket #3869 (Just see the examples) closed by
- wontfix: 'name' is not a valid attribute for tbody or tr elements (it's only for …
- 14:13 Ticket #3846 (Selector "#elementId a" failed on Chrome) closed by
- duplicate
- 14:10 Ticket #3839 (table caption slideDown slideUp bugs) closed by
- wontfix: So, first off: I don't think we've ever really supported animations on …
- 14:05 Ticket #3865 (After jQuery update to v1.3 - Infinite loop cause Firefox hangs and IE ...) closed by
- duplicate: Ok, it looks like this is a duplicate of #3837.
- 14:02 Ticket #3836 (ui.draggable('disable') ... Remove "stack" z-index ?) closed by
- invalid: This should be filed in the jQuery UI bug tracker: …
- 13:59 Ticket #3872 (enable delaying test start) created by
- Currently tests run on $(window).load() which makes it difficult to test …
- 13:57 Ticket #3855 (jquery 1.3 and jquery.layout plugin) closed by
- duplicate: This is due to the fact that the old UI draggables stopped working in 1.3 …
- 13:55 Ticket #3854 (Typo in documentation for jQuery(html, ownerDocument)) closed by
- fixed: Should be fixed in docs.jquery.com now - api.jquery.com should be updated …
- 13:53 Ticket #3853 (jQuery UI Slider broken with new jQuery 1.3) closed by
- invalid: You'll need to upgrade to the latest version of jQuery UI in order for it …
- 13:52 Ticket #3850 (.find('>') fails in jq 1.3) closed by
- wontfix: I don't think we can guarantee that being a valid selector, thankfully we …
- 13:51 Ticket #3849 (slideUp functionality in 1.3) closed by
- wontfix: In 1.3 the margin and padding are now animated along with the height. To …
- 13:45 Ticket #3867 (1.3 regression: ">" selector bug (with test case)) closed by
- duplicate
- 13:44 Ticket #3871 (Upgrade copyright year in MIT-LICENSE.txt) created by
- MIT-LICENSE.txt still says (c) 2008…
- 13:43 Ticket #3868 (Droppable is not working with version 1.3 of jquery) closed by
- duplicate: Duplicate of #3799.
- 13:41 Ticket #3863 ([jquery ui] sortable update not working with JQuery 1.3) closed by
- duplicate: Duplicate of #3799.
- 13:40 Ticket #3861 (.live('click', function) conflicts with mousedown event) closed by
- worksforme: Yep - that's to be expected. Any binding of a click handler will capture …
- 13:37 Ticket #3870 (Cannot use jQuery 1.3 in XUL pages) created by
- This is a regression from 1.2.6 to 1.3. I am using 1.2.6 in BlueGriffon …
- 13:25 Ticket #3869 (Just see the examples) created by
- My codes don't work well under 1.3. for eaxmple: $("#mytable …
- 12:11 Ticket #3868 (Droppable is not working with version 1.3 of jquery) created by
- even the sample at http://docs.jquery.com/UI/Droppable stopped working …
- 11:14 Ticket #3867 (1.3 regression: ">" selector bug (with test case)) created by
- jQuery 1.3 : There is a problem where the > selector returns more results …
- 10:48 Ticket #3866 ([validate] dateDE validation with sanity checks) created by
- I suggest to extend the dateDE method with sanity check. dateDE: …
- 10:04 Ticket #3865 (After jQuery update to v1.3 - Infinite loop cause Firefox hangs and IE ...) created by
- After updating to jQuery to version 1.3 my old script start killing …
- 08:29 Ticket #3864 (Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7 jquery-1.3.js (line ...) created by
- Safari throws NO_MODIFICATION_ALLOWED_ERR error when using xhtml because …
- 07:44 Ticket #3863 ([jquery ui] sortable update not working with JQuery 1.3) created by
- sortable update function is not working with JQuery 1.3
- 05:59 Ticket #3859 (sortable callbacks not called with jquery 1.3) closed by
- duplicate
- 05:49 Ticket #3861 (.live('click', function) conflicts with mousedown event) created by
- on the main tutorial example on http://docs.jquery.com/Events/live click …
- 05:26 Ticket #3860 ($(document).scrollTop()) created by
- $(document).scrollTop() returns different number on FF and IE7.
- 04:36 Ticket #3859 (sortable callbacks not called with jquery 1.3) created by
- The sortable callbacks provided as options do not seem to be called. …
- 04:29 Ticket #3664 (returning results with <form> tag in .load function calls double-innerhtml) closed by
- invalid
- 04:29 Ticket #3858 (weird jQuery 1.3 ajax difference in behavior) created by
- First, let me say a big congrats to all the jQuery devs for their …
- 03:30 Ticket #2223 (triggerHandler triggers only on the first selected element) closed by
- invalid: Works as (currently) documented: …
- 03:21 Ticket #3429 (Detecting of agent's version) closed by
- duplicate
- 03:20 Ticket #3169 (Browser Detection is incorrect) closed by
- duplicate
- 03:13 Ticket #2974 ([4763] crashes Safari 2.0.4) closed by
- fixed: jQuery.makeArray was rewritten to avoid this; reopen if the problem is …
- 02:45 Ticket #3001 (error: elem has no properties) closed by
- invalid: No test case.
- 02:41 Ticket #2264 (Appending spaces in IE7 results in an error) closed by
- worksforme: Cannot repro on IE7 with 1.3.min.js
- 02:36 Ticket #1537 (browser version error) closed by
- duplicate: Duplicate of #2413 which has further solution.
- 02:28 Ticket #2951 (Dynamic content in an IE frame) closed by
- duplicate
- 02:24 Ticket #2937 (jQuery calls ajaxError even if server executes successfully) closed by
- invalid
- 02:23 Ticket #2936 (getAttribute is not a function) closed by
- invalid
- 02:20 Ticket #2912 (show()/fadein() broken in safari 3) closed by
- invalid: For correct operation in Safari, define/include all css before script.
- 02:19 Ticket #2910 (:visible not working on safari) closed by
- invalid: With jQuery 1.3 we've documented the requirement to include CSS before …
- 02:14 Ticket #2877 ($(document) crashes IE6) closed by
- invalid: I looked at the linked ticket but it needs a concise test case. Even …
- 02:03 Ticket #2225 (evalScript does not work in IE7) closed by
- invalid
- 01:59 Ticket #3857 ($('.class').removeClass('class') not working in safari) created by
- I tried navigating around using arrow keys in all browsers on …
- 01:56 Ticket #2226 (serious appendTo bug) closed by
- duplicate: I've been consolodating these under #3105, it's a tough one but it isn't …
- 01:42 Ticket #3096 (extra functions in triggered events should always contain the event object) closed by
- fixed: Mooted by changes to event handling in 1.3.
- 01:21 Ticket #3616 (Double event execution) closed by
- invalid
- 01:19 Ticket #3856 (getJSON doesn't work or eval the response correctly for "application/json" ...) created by
- this was working fine in 1.2.6. Not sure if it's a change in jquery …
- 01:13 Ticket #3855 (jquery 1.3 and jquery.layout plugin) created by
- Hi, the new version (1.3) does not work well with jquery.layout plugin …
01/14/09:
- 23:36 Ticket #3854 (Typo in documentation for jQuery(html, ownerDocument)) created by
- In the documentation for 'jQuery(html, ownerDocument)' the last sentence …
- 23:09 Changeset [34a9f8a210cfa0aabccc40a974646127d1871d1a] by
-
- src/fx.js
- test/unit/fx.js
- 22:43 Changeset [f649acd8abcd3ccd86de331737f42d0d85efbc0c] by
-
- build.xml
- build/style.xsl
- 22:42 Changeset [82958c79ff7604b1854a58cf161e8d6691bed6ac] by
-
- version.txt
- 22:42 Changeset [9155d298ae8738ece29d4b2edfd32c578aebb27a] by
-
- Makefile
- 22:01 Ticket #3853 (jQuery UI Slider broken with new jQuery 1.3) created by
- "Change" and "slide" callbacks no longer work when using new version of …
- 21:32 Ticket #3852 (val() in packed version of v1.3 returns "undefined" if options contain ...) created by
- summary says it all. testcase: …
- 20:58 Ticket #3851 (Regression: parents with expression finds no matches. May only affect ...) created by
- Test case: http://intertwingly.net/stories/2009/01/14/test12.html …
- 20:11 Ticket #3850 (.find('>') fails in jq 1.3) created by
- this used to be a valid selector in 1.2.6, equivalent to .children() …
- 19:43 Ticket #3849 (slideUp functionality in 1.3) created by
- I found that the slideUp / slideDown functionality has changed in the …
- 17:46 Ticket #3848 (Child selector bug) created by
- Child selector in the attached file has a very strange (and buggy) …
- 16:29 Ticket #3847 (RemoveClass with null parameter throws error) created by
- Calling removeClass(null) on an element throws an error. Instead it should …
- 16:26 Ticket #3846 (Selector "#elementId a" failed on Chrome) created by
- <script src="jquery-1.3.min.js"></script> <script> $(function(){ …
- 15:25 Ticket #3845 (api.jquery.com shows incorrect sub sections) created by
- When navigating around api.jQuery.com I noticed that I was seeing events …
- 11:26 Ticket #3844 ([validate] added format validation) created by
- Added format validation: "permalink": { format: …
- 10:52 Ticket #3843 (the timeStamp property is sometimes not consistent in Firefox) created by
- In the attached testcase, the timeStamp we get is not the same when you …
- 10:46 Ticket #3842 (Add an exists() function) created by
- Rather than use the construct $('selector').length > 0 it would be more …
- 04:48 Ticket #2933 (jQuery-1.2.3.js, jQuery-1.2.5.js - function filter) closed by
- worksforme: Not observed in 1.2.6 or 1.3.
- 04:28 Ticket #3461 (Extra blank space in $("selector").html() with IE) closed by
- duplicate: Duplicate of #3144
- 04:22 Ticket #3388 (There's a problem on Google Chrome browser when calling ...) closed by
- invalid: No test case was attached, but for WebKit-based browsers it is important …
- 04:20 Ticket #3319 (After() bug in firefox 3) closed by
- duplicate: Duplicate of #3105
- 04:18 Ticket #3329 (Selectors don't work with jQuery context) closed by
- invalid
- 04:18 Ticket #3371 (Selectors break in IE6 with XML strings) closed by
- invalid: jQuery doesn't have a built-in XML parser. …
- 04:09 Ticket #3133 (DOM insertion / selection BUG) closed by
- invalid: The event binding methods can only bind to elements that exist at the time …
- 04:05 Ticket #3114 (prependTo and after append) closed by
- invalid: Please reopen with a clear test case.
- 04:02 Ticket #2747 (IE7 "repairs" value of href atrribute by adding "http://...") closed by
- fixed: Fixed in jQuery 1.3
- 03:52 Ticket #3326 (IE7 Unbind/bind doesn't work) closed by
- invalid: No followup on test case.
- 03:20 Ticket #3217 (wrong document context in .clone (in IE)) closed by
- duplicate: Duplicate of #2997
- 03:17 Ticket #3841 (Callback does not fire in Chrome when page is cached) created by
- While using google chrome i have this code $(document).ready( …
- 01:56 Ticket #3840 (Class name selector broken with capital letters on Safari Version 3.1.2 ...) created by
- With 1.3 RC2 I can't select by class name if the class name contains …
- 01:41 Ticket #3839 (table caption slideDown slideUp bugs) created by
- tables with captions cause parent element to animate improperly …
- 01:21 Ticket #3838 ($(document).height() incorrect in IE6) created by
- When the document is smaller than the window, $(document).height() returns …
- 00:11 Ticket #3837 (Complex selector using :not() can lead to an infinite loop) created by
- Don't know exactly which part of the selector causes the bug, but: …
01/13/09:
- 23:50 Ticket #3836 (ui.draggable('disable') ... Remove "stack" z-index ?) created by
- EXAMPLE URL: http://trave.onai.net/systems/trave/solitaire.html (.html …
- 21:47 Ticket #3835 (Form validator Plugin) created by
- The form validator plugin does not work correctly. It has the following …
- 17:52 Changeset [263efad50f167fc08a8334f22d68af50040790a7] by
-
- version.txt
- 17:50 Changeset [9988e3877b1308b73ace985f243d47b21fd2ae05] by
-
- version.txt
- 16:40 Changeset [6dc30ae7f60c44dd83dfb19da61957b20324eb9e] by
-
- src/selector.js
- test/index.html
- test/unit/selector.js
- 15:08 Ticket #3829 (xhtml + jquery 1.3b2) closed by
- fixed: Fixed in SVN rev [6101].
- 15:08 Changeset [d5858c7cb82ba08b4a4e304ebdd684a957d47f13] by
-
- src/support.js
- 15:06 Ticket #3831 (jQuery 1.3 doesn't accept spaces in attributes brackets selectors) closed by
- fixed: Just landed a fix for this: …
- 14:42 Ticket #3834 (Selector syntax errors should give better messages) created by
- I had a bit of a mangled selector on one of my pages which 1.2.6 simply …
- 12:16 Ticket #3833 (live() does not work for a non-existent id selector) created by
- live() does not seem to work for an id selector which does not exist …
- 09:24 Ticket #3832 ([validate]A bug about 'errorPlacement' and 'success') created by
- When I use errorPlacement function to define my error messages, it will …
- 01:29 Ticket #3831 (jQuery 1.3 doesn't accept spaces in attributes brackets selectors) created by
- 1.2.6 accepts spaces anywhere within the bracket selectors: $('a[ name ]') …
- 00:25 Ticket #3826 (1.3rc1 Selector compatibility) closed by
- invalid: This was confirmed as being an issue with the Validation plugin.
01/12/09:
- 21:50 Ticket #3830 (Accordion Demo wizard typo) created by
- On the last demo here: …
- 18:22 Changeset [9c029f1687d87abd52dca1cc2a5ecdb01895d6de] by
-
- build/speed/benchmarker.js
- build/speed/index.html
- 17:38 Ticket #3829 (xhtml + jquery 1.3b2) created by
- Line 1387 in beta 2: div.innerHTML = ' <link/><table></table><a …
- 16:02 Changeset [944484c3fe001bcfea52fd85612042d7475597a1] by
-
- src/selector.js
- 15:41 Ticket #3460 (Accordian with options "alwaysOpen: false" breaks when clicking on header ...) reopened by
- I think this was meant to be the following description (if not pleas e …
- 15:27 Ticket #3799 (UI.Sortable update not firing when using jquery-1.3b2.js) closed by
- wontfix: I've passed this along to the UI team.
- 14:45 Changeset [95094d16858f872ccf99ac50f605a88fbdcbe1bc] by
-
- src/selector.js
- 14:07 Ticket #3828 (1.3 Rc1: wrap fails on disconntected element) closed by
- fixed: Fixed in SVN rev [6095].
- 14:07 Changeset [ea7837776022fe9f2ccdf00ede30728e6f24d919] by
-
- src/core.js
- test/unit/core.js
- 14:00 Changeset [0c97178553606c01b999441836e23f9f36c645a3] by
-
- src/core.js
- test/unit/core.js
- 13:50 Ticket #3828 (1.3 Rc1: wrap fails on disconntected element) created by
- Trying to wrap a disconnected element like this: […] fails with …
- 09:50 Ticket #3827 (Checkbox state inconsistent in click event handler) created by
- I'm not sure whether this is intended behavior or simply impossible to …
- 04:05 Ticket #3826 (1.3rc1 Selector compatibility) created by
- The altest 1.3rc1 breaks some of my existing code because the changes done …
- 02:08 Changeset [af1b9994a41e04a377e42bbe756851f5fff61097] by
-
- version.txt
- 02:05 Changeset [869afc46cd8229f41d82380f01830dd59a0084f7] by
-
- version.txt
- 01:12 Changeset [aa29b8e3bcb76184698d9e4e8609c6b40b6fb4ee] by
-
- test/unit/ajax.js
- 00:24 Changeset [762370256520c5356fdce8ba07acf7f404e83025] by
-
- build/speed/benchmarker.js
- 00:24 Changeset [1eae1541b8b4ca054d63d48f07001f55fa52fa5d] by
-
- src/core.js
01/11/09:
- 22:50 Ticket #1470 (Please upgrade Greybox for jQuery 1.1.3.) closed by
- invalid
- 22:48 Ticket #3822 ($('div > div:eq(1)') doesn't work in 1.3b2) closed by
- fixed: This has since been fixed - thanks!
- 21:23 Ticket #3733 (.load() executes and destroy's <script> tags) closed by
- fixed: Thanks cloudream, landed in [6085].
- 21:22 Changeset [fa615bedd47bd8a4b11e8490e26d2c89d1d86e2a] by
-
- src/core.js
- 20:07 Ticket #3733 (.load() executes and destroy's <script> tags) reopened by
- need jQuery( "script", elem ).type.toLowerCase() for non-FF browsers. I …
- 19:45 Changeset [2e42c5b0445b7c871c67b0a3bb7a0dc42d1d2112] by
-
- src/selector.js
- 19:33 Ticket #3733 (.load() executes and destroy's <script> tags) closed by
- fixed: Fixed in SVN rev [6083].
- 19:33 Changeset [73ff49ac9a3a6d049557394062e3ad915bb04ef1] by
-
- src/core.js
- test/unit/core.js
- 16:57 Ticket #3825 (enhance .toggleClass) created by
- 1. remove/re-add all original CSS class implement: save original class to …
- 16:19 Changeset [9d997a81e298622ae4c2ef97c0646eabaa0d3164] by
-
- build.xml
- 16:17 Changeset [7346a476cc1fe20612fb1e9b08faef27e36a962c] by
-
- Makefile
- src/core.js
- src/support.js
- 16:14 Ticket #3824 (ui range slider not moveable when both handles are moved to the left ...) created by
- A ui range slider is not moveable when both handles are moved to the left. …
- 14:11 Ticket #3803 (if the ID of an element contains a dot ("."), it's ancestores are not ...) closed by
- fixed: Yeah, they were already being removed from the class filters but not ID, …
- 05:36 Ticket #3724 (Clone on SSL with Anchor Tag) closed by
- duplicate: This looks like a duplicate of #1734; the IE case for clone goes through …
- 04:25 Ticket #3313 (FF2 throw error, but IE 6 works fine) closed by
- worksforme: Looks like you solved this problem, the referenced page does not have a …
- 04:15 Ticket #3805 (IE8 beta 2 bug: .ready + mouseover + inline-block do not work) closed by
- worksforme: The test case works for me in both jQuery 1.2.6 and jQuery 1.3b2. When I …
- 04:04 Ticket #3811 (jQuery doesn't create proper case-sensitive XML elements) closed by
- invalid: jQuery doesn't have an XML parser. You're using its HTML parser. The …
- 03:57 Ticket #3776 ($.each iterator extremely inefficient with arrays with no values at lower ...) closed by
- invalid: The for/in is not a safe way to deal with an Array because of the issues …
- 03:52 Ticket #3823 ($.fn.offset bug for fixed elements (chrome/safari)) created by
- Found in jQuery 1.3 Beta 2 Offset of the fixed element doesn't include …
- 03:37 Ticket #2575 (Hide does not "hide" non-visible elements) closed by
- duplicate: This is a duplicate of #1349.
- 02:46 Ticket #1831 (slideUp/slideDown - Bug in IE with images (overflow issue ?)) closed by
- invalid: Test case URL no longer exists; re-file with a test if the problem is …
- 01:10 Ticket #3630 (Selectors don't support low Unicode characters (eñe)) closed by
- fixed: That's an easy fix, just landed it in Sizzle, will push to jQuery soon. …
01/10/09:
- 22:53 Ticket #3301 (Not working offset() for document) closed by
- invalid: No test case. In any case, why take the offset() of the document?
- 22:49 Ticket #1867 (Some MS IE 7.0 userAgent strings return a jQuery browser.version of 6.0) closed by
- duplicate: This is a duplicate of #2784 but I left the later ticket open since it had …
- 22:47 Ticket #2198 (Simple selectors fail on older non-validating document) closed by
- invalid: Couldn't reproduce given the steps above. Reopen with a test case if the …
- 22:37 Ticket #1874 (.html() bug with inserting SWF in IE) closed by
- invalid: I think this is the problem you are referring to, related to the EOLAS …
- 22:30 Ticket #2090 (.css() causes error when called on an element not in the DOM on Safari) closed by
- fixed: This appears to work as desired in 1.2.6 for the test case.
- 22:25 Ticket #1780 (in jQuery 1.2.1 call to .height() Crashes IE 6.0 and IE 7.0 fully) closed by
- invalid: closed/invalid per your request.
- 22:19 Ticket #1974 (Cannot make ajax call from function that is called by child window in ...) closed by
- invalid: If this problem still exists, please reopen with a test case.
- 22:16 Ticket #1900 (Setting contentType on $.ajax() call does not work.) closed by
- invalid: This page: …
- 22:15 Ticket #3793 (CHILD regex bug) closed by
- fixed: Fixed here: …
- 22:14 Ticket #3796 (POS slector related bug) closed by
- fixed: Fixed here: …
- 22:06 Ticket #1263 (Dropped AJAX connections strangly report success) closed by
- invalid: No test case or details on the bug. Reopen with more details if the …
- 20:30 Changeset [0066ba3f823fdf3e41aa805f54876312c8bd915a] by
-
- src/core.js
- test/unit/core.js
- 19:58 Ticket #3820 (.live() delegation fails in second handler if first handler modify the DOM) closed by
- fixed: Fixed in SVN rev [6079] - thanks for the patches! Had to make a couple …
- 19:57 Changeset [b1018cad1256a7b9cc47e675b2a9e22c409b7aed] by
-
- src/event.js
- test/unit/event.js
- 12:48 Ticket #3822 ($('div > div:eq(1)') doesn't work in 1.3b2) created by
- the selectors of this form work fine with 1.2.6 but not with 1.3b2 $('div …
- 08:16 Ticket #3821 ([validate] "jQuery.validator.messages is null or not an object." error in ...) created by
- AFFLICTED BROWSER: ie6 only (works fine in ie7 and FF) PAGE ENCODING: …
- 03:10 Ticket #3820 (.live() delegation fails in second handler if first handler modify the DOM) created by
- From the jQuery Development list: I'm using 1.3b2 (6070) and found the …
- 01:08 Ticket #3737 (TypeError: ret[i].parentNode is null) closed by
- fixed: Fixed in SVN rev [6078].
- 01:07 Changeset [29bf601f3495ced43fbb6152bf9306f2618bb955] by
-
- src/core.js
- test/unit/core.js
- 00:42 Ticket #3819 (jQuery 1.3b2 selector engine *much* slower than 1.3b1 (FF 3.0.5)) closed by
- worksforme: I really can't confirm this - I keep trying but can't reproduce the …
- 00:16 Changeset [afb05081c013bdd38e0dc8ac1c99bbb9f5a00559] by
-
- test/data/test.html
- test/data/test.js
- test/data/test.php
- test/data/test2.html
- test/unit/ajax.js
- test/unit/fx.js
01/09/09:
- 23:49 Changeset [d62875fb0181c44f8b34a8e842ae323801637b25] by
-
- test/data/test.html
- test/data/test.js
- test/data/test.php
- test/data/test2.html
- test/unit/ajax.js
- test/unit/core.js
- test/unit/fx.js
- 23:42 Ticket #3819 (jQuery 1.3b2 selector engine *much* slower than 1.3b1 (FF 3.0.5)) created by
- This bug is only found under Firefox 3.0.5. FF 3.1 / Safari 3 work fine. …
- 22:16 Ticket #3787 (jquery live - callback not firing when bound to more than one event) closed by
- fixed: Fixed in SVN revs [6074-6075].
- 22:14 Changeset [ec7baf230d3c246dadf00c94115e6668425b9354] by
-
- src/event.js
- test/unit/event.js
- 22:10 Changeset [d12e8a34e6d96f98ac4f9408a0d61a9ed373f917] by
-
- src/event.js
- test/unit/event.js
- 20:35 Ticket #1319 ($().ready() sometimes fires too soon on Safari/Win) reopened by
- I am now noticing this problem again. Safari v3.2.1 windows. Issue is …
- 17:37 Ticket #3818 ($.ajax() requires data param if type is POST) created by
- if i didn't set data option in $.ajax(); with type : "POST" the request …
- 15:08 Ticket #3817 (strange side effects with firebug) created by
- $(".scores").css("background","none"); …
- 14:29 Ticket #3813 (range selection fails in jQuery 1.3 beta 2) closed by
- duplicate: Duplicate of #3796.
- 13:57 Ticket #3816 (Sizzle.filter and xml) created by
- From: …
01/08/09:
- 22:23 Ticket #3538 (.unbind() on multiple event types only unbinds first type) closed by
- fixed: Fixed at [6068]. Refactored unbind tests at [6069], including one for this …
- 22:22 Changeset [eced38a30d21d025db3e219f3cce7239754316d8] by
-
- test/unit/event.js
- 22:21 Changeset [6898cd6d2a8d515941032ddb806d3cbabd2d2506] by
-
- src/event.js
- 21:41 Changeset [c6f189ac73939c813bf3a2b848c492c8ba259807] by
-
- src/core.js
- test/unit/core.js
- 19:03 Ticket #3815 (Jquery UI Tabs 3 + WP sidebars) created by
- This problem is insane. With normal, non-dynamic content, everything …
- 18:29 Ticket #3814 (table tr:first > *:not(:first), doesn't work) created by
- I'm testing “jQuery 1.3 Beta 2″ Ok,In an HTML table, I want to select (in …
- 17:30 Ticket #3813 (range selection fails in jQuery 1.3 beta 2) created by
- when filtering the range of nodes, it returns an empty object …
- 15:49 Ticket #3812 (non-existent ui-slider moveTo) created by
- I'm using jquery.ui-slider.js - jQuery UI Slider 1.6rc4. In this I noticed …
- 14:22 Ticket #3811 (jQuery doesn't create proper case-sensitive XML elements) created by
- When creating new elements with the core method, jQuery will only create …
- 10:46 Ticket #2978 (Possible $().ready() bug in Safari 3.1.1) closed by
- invalid: Ticket closed at the request of the reporter.
- 10:39 Ticket #3607 (Duration of bounce effect) closed by
- invalid
- 05:01 Ticket #2940 (1.2.6.js - exception caused by doing .append() or .html() - please see the ...) closed by
- invalid: No test case or detail on error.
- 04:26 Ticket #2950 (Not supproted multi-dimensional objects on jQuery.ajax options.data) closed by
- invalid: http://docs.jquery.com/Ajax/jQuery.ajax#options Object must be Key/Value …
- 04:23 Ticket #3155 (Request method GET in Internet Explorer 6 & 7) closed by
- invalid
- 04:19 Ticket #2906 (Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data start with '?' ...) closed by
- invalid: I think this discusses the issue: …
- 03:57 Ticket #3428 (.load and script in tag <script>) closed by
- invalid: You cannot run a script by injecting content inside script tags with …
- 03:54 Ticket #3318 (find doesn't work in IE but works fine in Firefox) closed by
- invalid: Yes, most likely IE is not happy trying to parse XML with its tag-soup …
- 03:45 Ticket #3487 (Hi,I find a little bug) closed by
- invalid: IE does not allow a trailing comma, but this is not something jQuery …
- 02:05 Ticket #3810 (offset function in Safari 3) created by
- jQuery's offset function doesn't seem to work properly in Safari 3. I am …
- 01:01 Ticket #3809 (After adding the checkbox element to a li that has ul embended,the ...) created by
- In the book: jQuery in Action,there is a exaples named …
Note: See TracTimeline
for information about the timeline view.
