Timeline
Aug 3, 2010:
- 11:59 PM Ticket #6867 (jQuery.fn.add adds incorrect elements when given select or form DOM nodes) created by
- Some DOM elements have a length property -- e.g., select box elements …
- 10:36 PM Ticket #6497 (.first() and .last() methods do not work if .children() returns only 1 ...) closed by
- worksforme: I tried to create a test case from your verbal description and it …
- 9:10 PM Ticket #6859 (visible and hidden filters ignore visibility style) closed by
- worksforme: As documented, :visible and :hidden only take the css display property …
- 9:07 PM Ticket #6860 (Documentation for event.originalTarget) closed by
- invalid: Despite the property being added in #2814, event.originalTarget isn't …
- 8:54 PM Ticket #6862 (With selector select the <div> can't get me want) closed by
- invalid
- 8:44 PM Ticket #6864 (Failed CORS requests report status success due to xhr.status === 0) closed by
- invalid: Can you reopen with a test case and some further discussion? Is this …
- 8:38 PM Ticket #6865 (Firefox - infinite loop: 'elem.ownerDocument.defaultView' is null) closed by
- invalid: Please reopen with a test case. It sounds like the plugins may be …
- 8:35 PM Ticket #6854 (IE in Win7 problem with S.ajax) closed by
- duplicate: Dup of #6855.
- 3:43 PM Ticket #6866 (Feature request for removeCSS) created by
- function to remove Css instead of having to do .css({'background': …
- 1:32 PM Ticket #6865 (Firefox - infinite loop: 'elem.ownerDocument.defaultView' is null) created by
- Some plugins (eg. PrettyPhoto) cause an infinite loop of errors in …
- 11:58 AM 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 …
- 10:15 AM Ticket #6863 (faster getText) created by
- var getText = function (elem) { var text = []; for (var node = …
- 2:13 AM Ticket #6862 (With selector select the <div> can't get me want) created by
- the script code $(document).ready(function() { …
Aug 2, 2010:
- 9:40 PM Ticket #6860 (Documentation for event.originalTarget) created by
- I recently came across a use case for
event.originalTarget
, and it … - 3:46 PM Ticket #6859 (visible and hidden filters ignore visibility style) created by
- If the style visibility: hidden is applied to an element or its …
- 6:01 AM Ticket #6858 (IE6 and IE7 textarea val() does not work) created by
- Cant update textarea value with val(). In IE8 and all other browsers …
Aug 1, 2010:
- 5:51 PM 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: […]
- 12:49 AM 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: …
Jul 31, 2010:
- 6:10 PM 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 …
- 5:35 AM Ticket #6855 (IE in Win7 problem with S.ajax) created by
- When IE load the site first time after the clicking on element must …
- 5:33 AM Ticket #6854 (IE in Win7 problem with S.ajax) created by
- When IE load the site first time after the clicking on element must …
Jul 30, 2010:
- 6:26 PM Ticket #6853 (two click events fired on a single click) created by
- Clicking on links/elements fires two click events on a single click …
- 7:23 AM Ticket #6852 (Floating divs are conflicting with hide(), Show()) created by
- Hi, I have two requirements on same div in my application. On …
Jul 29, 2010:
- 6:43 PM 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 …
- 6:40 PM 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 …
- 6:33 PM Ticket #6851 (JSON-Error) closed by
- worksforme: The problem is here: […] Those \u0022 characters are double-quotes …
- 4:44 PM Ticket #6851 (JSON-Error) created by
- jQuerry can not do this: var …
- 3:35 PM Ticket #6850 (Error in deep > selectors when root node has no parent) created by
- $('<div/>').append('<div/>').find('div > div > div') TypeError: …
- 11:32 AM Ticket #6849 (Link spamming in the documentation) created by
- Two links to hangingon.org seem to be parasites at …
- 11:02 AM 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. …
- 7:24 AM Ticket #6847 ($.post callback function does not work when defined inline) created by
- The following works & writes test to the screen: …
Jul 28, 2010:
- 9:17 PM 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 … - 6:37 PM 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 …
- 6:13 PM Ticket #6845 (unload garbage collection) created by
- ISSUE: Garbage cleanup is not assigned to an anonymous function. …
- 4:17 PM Ticket #6844 (Simple way for plugins to delay the ready event) created by
- Some plugins will need to load resources dynamically and …
- 4:08 PM Ticket #6843 (computed Style bug when filtering over text nodes) created by
- line 4697 (of jquery1.4.2) var computedStyle = …
- 1:25 PM Ticket #6842 (Expando Collision Possible With noConflict()) created by
- If a page has two copies of jQuery, the jQuery expando property can …
- 11:19 AM Changeset [6f031c1]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- test/unit/core.js
- test/unit/effects.js
- test/unit/manipulation.js
- test/unit/selector.js
- 8:16 AM 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 …
- 6:55 AM Ticket #6840 (.append() from iframe to top document) created by
- Hi Executing .append() within an iframe to top document does not …
- 5:38 AM Ticket #6839 (Selector Multi Class) created by
- I have a object with two class like this. <a class="MyMainClass …
- 3:48 AM 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 …
Jul 27, 2010:
- 11:14 PM Ticket #6351 ($elm.append() not consistent with $().appendTo()) closed by
- invalid: Please reopen with a complete test case.
- 11:12 PM Ticket #5895 ($(s, ctx) fails for some selectors) closed by
- invalid: Please reopen with a complete test case (a complete file with html and …
- 11:08 PM Ticket #5772 ($() is jQuery but nut $(document) any more?) closed by
- fixed
- 11:07 PM Ticket #5271 ($()) closed by
- fixed: This was fixed in 1.4; $() no longer returns [ window ].
- 10:51 PM 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 …
- 10:45 PM Ticket #2295 (UI plugins should expose defaults) closed by
- invalid: Moved to UI bug tracker, I think.
- 10:23 PM Ticket #6830 (Malayalam Languauge integration in datepicker) closed by
- invalid: Please report jQuery UI bugs in the UI bug tracker: …
- 10:22 PM Ticket #6831 (Not able to make <p> tag transperent using opacity in css due to ...) closed by
- invalid: This isn't a bug report.
- 10:20 PM 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 = …
- 10:14 PM Ticket #6834 ($.ajax doesn't uri encode a string input automatically) closed by
- invalid: Please reopen and attach a test case.
- 10:12 PM 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 …
- 6:51 PM Ticket #6836 (Array incorrectly dealt as object breaking functionality of clone ...) created by
- In line 4344 of the released 1.4.2 instead of for ( var handler in …
- 4:30 PM Ticket #6835 (.val() returns text on button elements with <= IE7) created by
- <script type="text/javascript"> $(document).ready(function(){ …
- 2:48 PM 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. …
- 2:24 PM Ticket #6833 (.live() mapping to "mouseenter mouseleave" events in IE8 bug) created by
- Attaching "hover" or "mouseenter mouseleave" to live() has …
- 1:45 PM Ticket #6832 (setData Bubbles) closed by
- fixed: Fixed …
- 1:45 PM Changeset [c4b4df4]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 1:45 PM Ticket #6832 (setData Bubbles) created by
- The setData event bubbles, this should not be the case (as getData …
- 6:50 AM Changeset [646fbea]1.12-stable2.2-stablekillphp by
- test/data/testrunner.js
- 5:06 AM Ticket #6831 (Not able to make <p> tag transperent using opacity in css due to ...) created by
- I am trying to build tooltip on fly with dynamic contents in it. I …
- 2:16 AM Ticket #6830 (Malayalam Languauge integration in datepicker) created by
- Malayalam is the language of Kerala which is a state in India, known …
Note: See TracTimeline
for information about the timeline view.