Timeline
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 …
Jan 26, 2009:
- 11:45 PM Ticket #4001 (setInterval leak in function custom) created by
- jQuery.fx.prototype.custom uses jQuery.timers.push(t) == 1 as a guard …
- 10:43 PM Ticket #2793 (UI: Draggable + Resizable does not work) closed by
- fixed: Fixed 8 months ago. See [http://ui.jquery.com/bugs/ticket/2793 the UI …
- 10:28 PM Ticket #4000 (overflow bug using .animate webkit browsers - element loses overflow ...) created by
- I've attached a file with examples of all the cases where this …
- 5:33 PM Ticket #3999 (toArray()) created by
- An more explicit way to get an array from a jQuery object. toArray( …
- 5:27 PM Ticket #3989 (Alll links on bind docs go to 404) closed by
- fixed: Looks like this was fixed by Kswedberg today. (Thanks Karl!)
- 5:17 PM Ticket #3325 (Website UI Error) closed by
- worksforme: tested in FF 3 Mac, Safari 3.x Mac, and IE 6. Can't replicate the problem.
- 5:14 PM Ticket #3021 (Downloadable documentation) closed by
- fixed: documentation is now available via an Adobe Air app. See …
- 5:11 PM Ticket #2684 (http://docs.jquery.com/ html rendering problem) closed by
- fixed: all the empty p and br tags have been removed
- 5:03 PM Ticket #3350 (Documentation screen layouts are broken) closed by
- fixed: these issues have been fixed
- 2:54 PM Ticket #3998 (find() method only return the first match element) created by
- When I Used find() method, e.g. $(this).find('span.myClass'), it only …
- 1:02 PM Ticket #3997 (Address Rewriting Trailing Slash Bug in IE7) created by
- Having a valid page url containing a trailing slash (quite common in …
- 10:42 AM Ticket #3996 (Live events and triggerHandler()) created by
- It seems triggerHandler() doesn't trigger live events as expected. A …
- 10:31 AM Ticket #3995 (jQuery(array) and get()) created by
- On every jQuery(array) call, the array is unnecessary cloned before …
- 9:52 AM Ticket #3994 ($('#id1 > div') does not work correct in Opera 9.27) created by
- Child selector in the attached file finds two elements in Opera 9.27 …
- 8:53 AM Ticket #3993 (Framesets in Opera not working with jQuery 1.3) created by
- Framesets do not work in Opera when jquery is included in the parent …
- 8:49 AM Ticket #3992 (remove new line in version.txt) created by
- The trailing new line was removed in [6114] but has been added again. …
- 5:21 AM Ticket #3991 (Selector [attribute=""] doesn't work) created by
- $('form input[value=""]) or $('form input[value!=""]) doesn't work. …
- 5:19 AM Ticket #3990 (1.3.1 selector bug - $('input[value=""]')) created by
- This works in 1.2.6 http://pastebin.me/497d8dc0b9e3a In 1.3.1 …
Jan 25, 2009:
- 9:48 PM Ticket #3989 (Alll links on bind docs go to 404) created by
- All the links on "Events -> Event Handling -> bind" page at …
- 9:20 PM Ticket #3604 (JQuery Animate Sometimes Does Not Fade In Offscreen Elements (Opacity IE)) closed by
- duplicate
- 9:00 PM Ticket #3937 (Problems with mozzila firefox and slideDown) closed by
- duplicate: This is a duplicate of #3177.
- 8:47 PM Ticket #2361 ($('#element_id').show('slow/fast') losses overflow style) closed by
- worksforme: This works in 1.3.1.
- 8:10 PM Ticket #3458 (Slow performance in IE6/7) closed by
- invalid: You're better off asking questions like these in the forums, since …
- 8:04 PM Ticket #3839 (table caption slideDown slideUp bugs) closed by
- wontfix
- 3:33 PM Ticket #3988 ($(document).ready() fires after images load in IE) created by
- In IE, $(document).ready() fires after images are fully loaded. This …
- 2:11 PM Ticket #3504 (Thickbox is not working in IE7.0.5730.13 (It is very urgent)) closed by
- duplicate: The problem mentioned in those pages is already a bug at #3402, so …
- 1:25 PM Ticket #3975 (Problem in opacity animation) closed by
- invalid: Here's the basics of the test code:
[…]
The
.stop()
method is … - 1:18 PM Ticket #3974 (Problem in opacity animation) closed by
- duplicate: Dup of #3975 which has the test case.
- 1:07 PM Ticket #3978 (unrecognized expression after jquery update to 1.3.1) closed by
- invalid: Yes, @ is no longer allowed.
- 1:06 PM Ticket #3979 (jQuery('.class') returns only one element) closed by
- worksforme
- 1:01 PM Ticket #3987 ($('tr:even').addClass() and $('tr:odd').addClass() doesn't work) closed by
- worksforme: Works for me as well; if it's broken in a specific situation, please …
Note: See TracTimeline
for information about the timeline view.