Timeline
08/06/10:
- 19:30 Ticket #6883 (.addClass problem with '-'in class names) created by
- When the class name sent by parameter includes the '-' character, the …
- 15:18 Ticket #6882 (BUG in IE) created by
- Only in IE I just tested it with IE8 so far but probaly the error is there …
- 14:42 Ticket #6881 (Some valid selectors throw a syntax error when passed to jQuery.fn.is()) created by
- var input; input = $('input').eq(0); try { input.is(':focus'); } …
- 03:54 Ticket #6880 (Add compatibility to be able to 'trigger' mouseleave/mouseenter special ...) created by
- trigger('mouseenter') and trigger('mouseleave') properly triggers events …
- 00:39 Ticket #6878 (html() has weird behavior for divs nested inside anchors in FireFox) closed by
- invalid: <a> is an inline element. <div> is a block element. A document with a …
- 00:01 Ticket #6875 (Selector and unexpected behavior) closed by
- invalid: It looks like the thread is still going on, and the "test case" is too …
08/05/10:
- 22:54 Ticket #6879 (Add custom comparator to inArray) created by
- As an enhancement, add a third parameter to inArray that is a callback …
- 19:01 Ticket #6878 (html() has weird behavior for divs nested inside anchors in FireFox) created by
- When I use the .html() method to set the inner html of a div which is …
- 18:32 Ticket #6877 (Change event not firing on select box on keypress) created by
- Test the attached code on ie8 by pressing the down key on the keyboard …
- 17:41 Ticket #6875 (Selector and unexpected behavior) reopened by
- It has been. …
- 17:31 Ticket #6876 (Newline in form data should be encoded as CRLF pair) created by
- See this post: …
- 17:26 Ticket #6875 (Selector and unexpected behavior) closed by
- invalid: Please debug this on the forum and open a more specific bug, thanks.
- 17:13 Ticket #6875 (Selector and unexpected behavior) created by
- The problem, when using a nested group of input elements which get created …
- 00:14 Ticket #6870 (j query window error bug) closed by
- invalid: A good bug report should have a clear explanation and a test case.
- 00:12 Ticket #6871 (Sending FormData with file fields set wrong content-type header) closed by
- worksforme: There is a way to override it. You can pass {{{contentType: …
- 00:07 Ticket #6872 (selector, variable assignment, replace and value of replaced variable) closed by
- invalid: > I am not sure if this can be considered a bug or not, If you determine …
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 …
Note: See TracTimeline
for information about the timeline view.
