Timeline
08/03/10:
- 19:43 Ticket #6866 (Feature request for removeCSS) created by
- function to remove Css instead of having to do .css({'background': }); …
- 17:32 Ticket #6865 (Firefox - infinite loop: 'elem.ownerDocument.defaultView' is null) created by
- Some plugins (eg. PrettyPhoto) cause an infinite loop of errors in Firefox …
- 15:58 Ticket #6864 (Failed CORS requests report status success due to xhr.status === 0) created by
- CORS requests in Gecko/Webkit that fail (due to absent header on the …
- 14:15 Ticket #6863 (faster getText) created by
- var getText = function (elem) { var text = []; for (var node = …
- 06:13 Ticket #6862 (With selector select the <div> can't get me want) created by
- the script code $(document).ready(function() { …
- 01:40 Ticket #6860 (Documentation for event.originalTarget) created by
- I recently came across a use case for event.originalTarget, and it would …
08/02/10:
- 19:46 Ticket #6859 (visible and hidden filters ignore visibility style) created by
- If the style visibility: hidden is applied to an element or its parents, …
- 10:01 Ticket #6858 (IE6 and IE7 textarea val() does not work) created by
- Cant update textarea value with val(). In IE8 and all other browsers works …
08/01/10:
- 21:51 Ticket #6857 (JQuery execution fails in FF and IE when typed in address bar.) closed by
- worksforme: You would have to do something like this: […]
- 04:49 Ticket #6857 (JQuery execution fails in FF and IE when typed in address bar.) created by
- In the address bar, when I try a command like: javascript: …
07/31/10:
- 22:10 Ticket #6856 (Should .appendTo accept a context for the selector?) created by
- It is very common to create a DOM fragment, attach it to the DOM, and …
- 09:35 Ticket #6855 (IE in Win7 problem with S.ajax) created by
- When IE load the site first time after the clicking on element must script …
- 09:33 Ticket #6854 (IE in Win7 problem with S.ajax) created by
- When IE load the site first time after the clicking on element must script …
07/30/10:
- 22:26 Ticket #6853 (two click events fired on a single click) created by
- Clicking on links/elements fires two click events on a single click under …
- 11:23 Ticket #6852 (Floating divs are conflicting with hide(), Show()) created by
- Hi, I have two requirements on same div in my application. On button …
07/29/10:
- 22:43 Ticket #6847 ($.post callback function does not work when defined inline) closed by
- invalid: If ajax callbacks just didn't work at all, we would have heard about it. …
- 22:40 Ticket #6848 (style function fails to check for parseFloat(value) == NaN causing IE6 ...) closed by
- invalid: Can you reopen with a test case? I am not sure why it would be necessary …
- 22:33 Ticket #6851 (JSON-Error) closed by
- worksforme: The problem is here: […] Those \u0022 characters are double-quotes …
- 20:44 Ticket #6851 (JSON-Error) created by
- jQuerry can not do this: var …
- 19:35 Ticket #6850 (Error in deep > selectors when root node has no parent) created by
- $('<div/>').append('<div/>').find('div > div > div') TypeError: parent is …
- 15:32 Ticket #6849 (Link spamming in the documentation) created by
- Two links to hangingon.org seem to be parasites at …
- 15:02 Ticket #6848 (style function fails to check for parseFloat(value) == NaN causing IE6 ...) created by
- This error only occurs in IE6 - other browsers appear to tolerate it. When …
- 11:24 Ticket #6847 ($.post callback function does not work when defined inline) created by
- The following works & writes test to the screen: …
- 01:17 Ticket #6846 (Cannot select tags with ids containing periods) closed by
- worksforme: $("#some.id") Matches an id of "some" with a class of "id", just as …
07/28/10:
- 22:37 Ticket #6846 (Cannot select tags with ids containing periods) created by
- $('#some.id') will not match a tag with an id of "some.id" even though …
- 22:13 Ticket #6845 (unload garbage collection) created by
- ISSUE: Garbage cleanup is not assigned to an anonymous function. Sometimes …
- 20:17 Ticket #6844 (Simple way for plugins to delay the ready event) created by
- Some plugins will need to load resources dynamically and asynchronously, …
- 20:08 Ticket #6843 (computed Style bug when filtering over text nodes) created by
- line 4697 (of jquery1.4.2) var computedStyle = …
- 17:25 Ticket #6842 (Expando Collision Possible With noConflict()) created by
- If a page has two copies of jQuery, the jQuery expando property can still …
- 15:19 Changeset [6f031c10157a2ca2265e0dbf684ef527d79afb56] by
-
- test/unit/attributes.js
- test/unit/core.js
- test/unit/effects.js
- test/unit/manipulation.js
- test/unit/selector.js
- 12:16 Ticket #6841 (IE<9 stylesheets with filter rules break when setting opacity) created by
- In Internet Explorer the css filter property is used for opacity whenever …
- 10:55 Ticket #6840 (.append() from iframe to top document) created by
- Hi Executing .append() within an iframe to top document does not work in …
- 09:38 Ticket #6839 (Selector Multi Class) created by
- I have a object with two class like this. <a class="MyMainClass SubClass" …
- 07:48 Ticket #6838 (:first selector behaves differently between IE8 and FF 3.6.8) created by
- I have the following html snippet: […] If I release the following …
- 03:14 Ticket #6351 ($elm.append() not consistent with $().appendTo()) closed by
- invalid: Please reopen with a complete test case.
- 03:12 Ticket #5895 ($(s, ctx) fails for some selectors) closed by
- invalid: Please reopen with a complete test case (a complete file with html and …
- 03:08 Ticket #5772 ($() is jQuery but nut $(document) any more?) closed by
- fixed
- 03:07 Ticket #5271 ($()) closed by
- fixed: This was fixed in 1.4; $() no longer returns [ window ].
- 02:51 Ticket #2846 (FF2 infinite loop in jQuery animation onComplete) closed by
- wontfix: FF2 is no longer supported; if this bug still exists and someone has a …
- 02:45 Ticket #2295 (UI plugins should expose defaults) closed by
- invalid: Moved to UI bug tracker, I think.
- 02:23 Ticket #6830 (Malayalam Languauge integration in datepicker) closed by
- invalid: Please report jQuery UI bugs in the UI bug tracker: …
- 02:22 Ticket #6831 (Not able to make <p> tag transperent using opacity in css due to fadeIn() ...) closed by
- invalid: This isn't a bug report.
- 02:20 Ticket #6837 ($(selectElement).val() will return nothing after a form reset in IE) created by
- In Internet Explorer, calling val() on a select element (where type = …
- 02:14 Ticket #6834 ($.ajax doesn't uri encode a string input automatically) closed by
- invalid: Please reopen and attach a test case.
- 02:12 Ticket #6833 (.live() mapping to "mouseenter mouseleave" events in IE8 bug) closed by
- invalid: Please reopen and attach a complete test case file that fills in the …
07/27/10:
- 22:51 Ticket #6836 (Array incorrectly dealt as object breaking functionality of clone function ...) created by
- In line 4344 of the released 1.4.2 instead of for ( var handler in …
- 20:30 Ticket #6835 (.val() returns text on button elements with <= IE7) created by
- <script type="text/javascript"> $(document).ready(function(){ …
- 18:48 Ticket #6834 ($.ajax doesn't uri encode a string input automatically) created by
- when I pass "ab+cd" as input, it will become "ab cd" after deparam. when …
- 18:24 Ticket #6833 (.live() mapping to "mouseenter mouseleave" events in IE8 bug) created by
- Attaching "hover" or "mouseenter mouseleave" to live() has "flickering" …
- 17:45 Ticket #6832 (setData Bubbles) closed by
- fixed: Fixed …
- 17:45 Changeset [c4b4df469161ed3c3d372ebed342261efd413ac1] by
-
- src/data.js
- test/unit/data.js
- 17:45 Ticket #6832 (setData Bubbles) created by
- The setData event bubbles, this should not be the case (as getData doesn't …
- 10:50 Changeset [646fbea561ce5319d888780c20f0c0f03b8daad3] by
-
- test/data/testrunner.js
- 09:06 Ticket #6831 (Not able to make <p> tag transperent using opacity in css due to fadeIn() ...) created by
- I am trying to build tooltip on fly with dynamic contents in it. I have …
- 06:16 Ticket #6830 (Malayalam Languauge integration in datepicker) created by
- Malayalam is the language of Kerala which is a state in India, known as …
- 03:39 Ticket #6829 (get failure with non standard domain/port) created by
- $.get(' http://192.168.1.212:2222/some/folder/'), null, …
- 02:47 Ticket #6828 (IE8 reports: 'null' is null or not an object (caused by indexing null as ...) closed by
- invalid: Please reopen with a test case demonstrating how this problem occurs.
Note: See TracTimeline
for information about the timeline view.
