Timeline
Feb 3, 2009:
- 10:37 PM Ticket #4057 (Color Animation Bug (Highlight Effect)) created by
- If a highlight effect happens to an hidden panel, an exception is …
- 6:38 PM Ticket #4053 (Animation speed behaviour) closed by
- duplicate: Definitely agreed, but this is a dup of #2542.
- 5:40 PM Ticket #4056 (:selected selector throwing error) created by
- When making a selection set using :selector an error is thrown on line …
- 2:06 PM Ticket #4055 (innerWidth and ... fails for document and window) created by
- I'm using jQuery 1.3.1 with Firefox 3.0.5. for $(document) and …
- 12:00 PM Ticket #4054 (XML parsing error in IE) created by
- There is an error in the way jQuery matches a selector in an XML …
- 10:49 AM Ticket #4053 (Animation speed behaviour) created by
- Example: for(i =- 1; i < 2; i++) $("#test"+i).hide(i,function(){ …
- 8:28 AM Ticket #4052 ([validate] depens bug if you use load()) created by
- http://nrzv.com/valid/ step 1 works well. on Step 2 there is a rule …
- 7:17 AM Ticket #4051 ([api.jquery.com] Effects problems) created by
- Effects -> Basics -> show() Internal link to show( speed, [callback] ) …
- 6:54 AM Ticket #4050 (Namespaced XML attributes not triggering bind()/live() events) created by
- For XHTML 1.0 Transitional documents: $("a[bi :cid]").bind("click", …
- 2:13 AM Ticket #4049 (Cannot set checkboxes in strict XHTML) created by
- Suppose you have a strict XHTML page in jQuery 1.3.1, and suppose the …
Feb 2, 2009:
- 11:19 PM Ticket #3682 (Jquery load() method - Ref: Ticket #3187 - More info) closed by
- invalid: Closed because it's an old bug that never got a test case. Reopen if …
- 10:40 PM Ticket #4048 (the filters for form throw an error) created by
- While I excute the following expr for each() action, it will throw a …
- 10:30 PM Ticket #2568 (elem has no properties error in nodeName method) closed by
- invalid: Since this was reported against 1.2.3 and never got a test case, I'm …
- 9:58 PM Ticket #3956 (serializeArray() return a empty array) closed by
- invalid: Thanks for the follow-up!
- 9:02 PM Ticket #4047 (Selector, <select> and val() returns inconsistent value) closed by
- worksforme: I've attached a complete test case that seems to work fine for me. You …
- 8:45 PM Ticket #4039 (Error updating form attributes in IE) closed by
- duplicate: Duplicate of #3113
- 8:44 PM Ticket #3806 (attr() wont't change forms action attribute if form has input with id ...) closed by
- duplicate: Duplicate of #3113
- 5:12 PM Ticket #4047 (Selector, <select> and val() returns inconsistent value) created by
- Hi, I have the following code, <div id="testDiv"> <select …
- 4:34 PM Ticket #4046 (.attr("value") 1.2.6 versus 1.3.1) created by
- xhtml snippet: <p id="bpUsername"><input name="bpUsername" …
- 3:12 PM Ticket #4045 ([validate] additional-method.js addmethod(letterswithbasicpunc)) created by
- The opening round bracket ( and the closing round bracket ) in the …
- 2:59 PM Ticket #4044 ($.ajax POST in Firefox fails with a null data parameter) created by
- Firefox has a bug where it does not send a Content-Length of 0 in a …
- 11:41 AM Ticket #4043 (animation on input or textarea results in loss of cursor and possibly ...) created by
- Tested with Wekbit nightly build and FF 3.05 Using code such as the …
- 8:51 AM Ticket #4042 (.class selector not working in opera in some cases) created by
- If an element has two similar classes, e.g. class="bugTest bug" …
- 6:55 AM Ticket #4041 (Some selectors with meta-characters fail in jQuery 1.3.1) created by
- In jQuery 1.3.1,elements with these 7 characters fail to match: ~ ( + …
- 4:57 AM Ticket #4040 (Attribute Filters bug in IE (document vs. document.body)) created by
- <div class="cs1" name="node1"></div> The code: …
Feb 1, 2009:
- 8:14 PM Ticket #4039 (Error updating form attributes in IE) created by
- IE issue: If a user creates a form with inputs named "action" or …
- 10:22 AM Ticket #4031 (offset function in jquery.dimensions.js broken in IE) closed by
- worksforme
- 10:14 AM Ticket #4038 (Improving .hide() method to avoiding reflow to constantly occur) created by
- .hide() method, in its current state, when applied to many elements …
- 4:13 AM Ticket #4037 (800x faster HTML load on large HTML chunks) created by
- I was using .load() to load a large chunk of HTML (660K) into my …
- 3:11 AM Ticket #4036 (Important performance improvement) created by
- While investigating poor .trim() performance, I discovered that there …
Jan 31, 2009:
- 9:54 PM Ticket #4027 (Animate src bug on Safari and Chrome) closed by
- invalid: Okay, cool. Sounds like you have it figured out so I'll close the ticket.
- 9:45 PM Ticket #4019 (Inconsistent selector behavior when selecting from a subset of html ...) closed by
- invalid: The
.html()
method, like the.innerHTML
property of a DOM … - 4:48 PM Ticket #4030 (Show method callback not working properly) closed by
- invalid: When you say
hideAllProfile(id)
you are executing the function … - 4:38 PM Ticket #2286 (Add ability to use "Category" namespacing on events) closed by
- fixed: As I understand the desired feature, this was implemented as part of …
- 4:22 PM Ticket #2313 (Arrange browser version check regexp) closed by
- duplicate: This patch is obviated by #3402 and the related tickets mentioned there.
- 4:17 PM Ticket #2152 (Checking object constructors for equality with "Array" function is ...) closed by
- fixed: This is fixed in jQuery 1.3 with the new implementation of …
- 1:07 PM Ticket #3575 (select event for html select element) closed by
- invalid: I looked at the test case. The decision on whether to show the next …
- 12:46 PM Ticket #3675 (reset event) closed by
- worksforme: Seems to work for me in FF, IE, Chrome, and Safari.
- 12:14 PM Ticket #2640 (CSS ~= attribute selector) closed by
- invalid
- 12:09 PM Ticket #2929 (Comparing DOM elements and/or jQuery objects for equality) closed by
- duplicate: This is a dup of #2773 which also has a patch to {{{.is()}}.
- 11:45 AM Ticket #3695 (Don't convert $(undefined) to $(document), use arguments.length instead.) closed by
- duplicate: This is a duplicate of #1807 .
- 11:41 AM Ticket #3453 (append() etc functions to accept many arguments) closed by
- invalid: Since this already works as desired I'll close the ticket.
- 11:16 AM Ticket #1989 (If page loaded with $(sel).load(url) contains Javascript it may not ...) closed by
- fixed: Now works this way in jQuery 1.3; scripts are executed after all DOM …
- 11:03 AM Ticket #4032 ($('input[value=""']) fails) closed by
- duplicate
- 3:27 AM Ticket #4035 (change event firing for disabled options in select) created by
- The change event gets triggered for clicks on options within a select …
Jan 30, 2009:
- 3:50 PM Ticket #4034 (iepngfix) created by
- Hello! After changing jquery from 1.2.6 to 1.3/1.3.1, side library …
- 1:23 PM Ticket #4033 (currentTarget isn't enforced (for IE) on native events) created by
- Previous version normalized the event property "currentTarget", which …
- 11:44 AM Ticket #4032 ($('input[value=""']) fails) created by
- 11:15 AM Ticket #4031 (offset function in jquery.dimensions.js broken in IE) created by
- When making a draggable litebox in IE. I get an error on line 445. It …
- 9:41 AM Ticket #4030 (Show method callback not working properly) created by
- here is my code: function showProfile(id) { …
- 3:17 AM Ticket #4029 ([autocomplete] - (bassistance.de) - IE6 & 7 on blur issue) created by
- Hi, I have noticed an issue with the jQuery autocomplete plugin from …
Jan 29, 2009:
- 8:35 PM Ticket #4009 (Ajax does not work properly in Internet Explorer) closed by
- invalid: Yep, caching is on by default.
- 8:08 PM Ticket #4021 (selector '#myid inpit[type=myvalue]' fails in 1-3-1) closed by
- invalid: The @ to specify attributes has been deprecated for some time, and was …
- 3:45 PM Ticket #4028 (".className:not(:first)." incorrect in IE) created by
- 1. The selector '$(".className:not(:first)").length)' returns one too …
- 2:26 PM Ticket #4027 (Animate src bug on Safari and Chrome) created by
- First of all, a big thanks to everyone working on jQuery for making …
- 9:59 AM Ticket #4026 (Possible speed improv. for closest()) created by
- Can you add an extra parameter that it can be a selector or a …
- 8:48 AM Ticket #4025 ([autocomplete] (v.1.0.2) populate() function loads raw data not parsed data) created by
- While implementing the autocomplete plugin v.1.0.2 (excellent work, …
- 6:12 AM Ticket #4024 (bind() should accept the "ready" event kind) created by
- It would be great if bind could accept the "ready" event, ie $( …
- 5:17 AM Ticket #4023 ("+" combinator and ":visible" misbehaving?) created by
- In the following sample code, the result should be that only "section …
- 4:56 AM Ticket #4022 ([validate] additional-method.js) created by
- IN additional-method.js, there are three functions at the top: …
- 1:00 AM Ticket #4021 (selector '#myid inpit[type=myvalue]' fails in 1-3-1) created by
- I create a small html document with a table and a "Disable" button. My …
Jan 28, 2009:
- 10:55 PM Ticket #4020 (ID/Name Selector Bug) created by
- I was just using jQuery 1.3.1 when I came across an issue in IE7. When …
- 9:19 PM Ticket #4019 (Inconsistent selector behavior when selecting from a subset of html ...) created by
- When using a selector in the form of $("element",html), the behavior …
- 6:12 PM Ticket #4018 (documentation incorrect for jQuery.support.tbody) created by
- currently at http://docs.jquery.com/Utilities/jQuery.support it says: …
- 6:02 PM Ticket #4010 (expression $("*[@anyattribute=value]") makes error) closed by
- invalid: The [@attr] syntax was deprecated quite a while back, and is no longer …
- 5:38 PM Changeset [ce00f88]1.12-stable2.2-stablekillphp by
- src/event.js
- 3:29 PM Ticket #4017 (IE7 wants to run ActiveX add-on) created by
- I just started using 1.3.1. When I do and I load my site in IE7 (on …
- 2:29 PM Ticket #4016 ([IE 6 & 7] Errors when traversing child elements after inserting ...) created by
- IE 6 throws an error when traversing a parent's child nodes if the …
- 1:49 PM Ticket #4015 (Animation causes repeated div background image requests in IE6) created by
- Scenario: A page has a div with a background-image. An event …
- 1:43 PM Ticket #4014 (boxModel check affects page layout) created by
- The DIV inserted by the check for box model in use in support.js (line …
- 1:33 PM Ticket #4013 (:enabled no longer finds hidden elements) created by
- A form element with <item type="hidden"> will POST with those hidden …
- 1:22 PM Ticket #4012 (Live() support for focus,blur,change,select,submit,reset events in IE) created by
- Live() does not work for focus,blur,change,select,submit,reset because …
- 9:34 AM Ticket #3104 (setting a value on a select element ambiguous) reopened by
- I'm sorry to say it was not. The problem still exists. The solution …
- 9:12 AM Ticket #3104 (setting a value on a select element ambiguous) closed by
- fixed: It sounds like this was fixed in jQuery 1.3.
- 4:33 AM Ticket #4011 (Internet explorer 7.0.6001.18000 crashes on append) created by
- Running […] in IE 7.0.6001.18000 will crash the browser. Bug found …
- 4:19 AM Ticket #4010 (expression $("*[@anyattribute=value]") makes error) created by
- Using * instead one of the elements names (for example …
- 3:43 AM Ticket #4009 (Ajax does not work properly in Internet Explorer) created by
- In Internet Explorer, When you try to reload a value from sever with …
Jan 27, 2009:
- 10:03 PM Ticket #4008 (Animate border width issue in Opera) created by
- Opera has a rendering bug that causes problems when setting a border …
- 7:14 PM Ticket #3953 (val() on select isn't correct... ?) closed by
- duplicate: This is a dup of #3104.
- 4:44 PM Ticket #4007 (replaceWith error) created by
- I wrote a javascript function to validate phone numbers, and included …
- 3:57 PM Ticket #4006 (Selector 'input[type="text"][value=""]' fails) created by
- Using the following selector fails in 1.3.1: …
- 2:08 PM Ticket #3941 (jQuery 1.3.0 and current SVN pack versions $('select').val() returns ...) closed by
- wontfix: Yeah, we no longer support packed scripts - pleased use minification …
- 12:51 PM Ticket #4005 (All Plugins break with 1.3.1, worked in 1.3.0 (not plugin specific)) created by
- It seems something changed between 1.3.0 and 1.3.1 in which ALL our …
- 12:02 PM Ticket #4004 (Speed up DOM removal by decoupling event.remove and removeData) created by
- (as discussed …
- 5:54 AM Ticket #4003 (serializeArray / map) created by
- please excuse my bad english jquery-1.3.js line: 3179 to 3186 / …
- 3:52 AM Ticket #4002 (Problem with selectors in Safari) created by
- I encountered a really weird problem in Safari in the 1.3+ releases of …
Note: See TracTimeline
for information about the timeline view.