Timeline
08/04/10:
- 23:33 Ticket #6874 (ajax contentType application/json -> data object2json automatically) created by
- As I said, in 2010 we have json rest services. set up json …
- 21:58 Ticket #6873 (Incorrect cross-site XHR detecting) created by
- Following code may work incorrect for default (80) http port: var parts = …
- 17:41 Ticket #6872 (selector, variable assignment, replace and value of replaced variable) created by
- I am not sure if this can be considered a bug or not, maybe just …
- 16:19 Ticket #6871 (Sending FormData with file fields set wrong content-type header) created by
- Sending FormData with file fields shuld result in content-type …
- 10:39 Ticket #6870 (j query window error bug) created by
- line 16 error with j query minimum js and jsand please fix. not liking the …
- 08:07 Ticket #6869 (.one() method throws error with plain Javascript object) created by
- With jQuery JavaScript Library v1.4.2 of Sat Feb 13 22:33:48 2010 -0500 on …
- 04:22 Ticket #6868 ($.trim very expensive on long strings) created by
- I ran $.trim on a ~17kB string, and it caused my browser to ask me if I …
- 03:59 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 and …
- 02:36 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 seems to …
- 01:10 Ticket #6859 (visible and hidden filters ignore visibility style) closed by
- worksforme: As documented, :visible and :hidden only take the css display property …
- 01:07 Ticket #6860 (Documentation for event.originalTarget) closed by
- invalid: Despite the property being added in #2814, event.originalTarget isn't a …
- 00:54 Ticket #6862 (With selector select the <div> can't get me want) closed by
- invalid
- 00:44 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 on …
- 00:38 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 passing …
- 00:35 Ticket #6854 (IE in Win7 problem with S.ajax) closed by
- duplicate: Dup of #6855.
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 …
Note: See TracTimeline
for information about the timeline view.
