Timeline
Dec 4, 2011:
- 8:44 PM Ticket #10949 (Paging issue) closed by
- invalid: This doesn't seem to be a jQuery core bug. Please ask for help on the …
- 8:04 PM Ticket #10949 (Paging issue) created by
- I have an application which shows the data across several pages in …
- 10:22 AM Ticket #10948 (Proposing to add similar to $.fn.eq behavior for $.fn.end method.) closed by
- duplicate: Definitely makes code harder to read. Match up each filtering method …
- 6:44 AM Ticket #10948 (Proposing to add similar to $.fn.eq behavior for $.fn.end method.) created by
- Sometimes traverse chain might be long, sometimes it is required to …
Dec 3, 2011:
- 5:14 PM Ticket #10947 (Remove redundant return value in $.Callbacks) closed by
- invalid: And that's why we test. :)
- 3:55 PM Ticket #10947 (Remove redundant return value in $.Callbacks) created by
- https://github.com/jquery/jquery/blob/master/src/callbacks.js#L213-215 …
- 7:43 AM Ticket #10906 (ajaxStop event not fired when one of the ajax success throw exception) closed by
- wontfix: Closing this as a wontfix. Can be opened if this still occurs when the …
- 6:04 AM Ticket #10946 (unified event binder for click and dblclick) created by
- In local system much of the actions could be fired with double …
Dec 2, 2011:
- 7:08 PM Ticket #10944 ($.ajax does not always return an object implementing the Promise interface) created by
- The documentation of $.ajax states "The jqXHR objects returned by …
- 5:56 PM Ticket #10943 (JQuery 1.7.1 does not properly set tabindex property on cloned element ...) created by
- JQuery 1.7.1 does not properly set tabindex property on cloned element …
- 3:54 PM Ticket #10942 (Make a version of isNumeric() that is compatible with parse[Int|Float]) created by
- Several bugs related to data() and large numbers have been dismissed …
- 3:32 AM Ticket #10941 (When the same request multiple jsonp, browser through a ...) created by
- First, I do not define the window[jsonpCallback] function, jQuery will …
Dec 1, 2011:
- 1:45 PM Ticket #10940 ($(XML.childNodes[1]).find('something').each IE9 buggy response) created by
- jquery $(XML.childNodes[1]).find('something').each responds …
- 12:00 PM Ticket #10939 (form.attr('method') returns undefined in IE7) closed by
- invalid: Only
GET
andPOST
are allowed by the spec. … - 11:55 AM Ticket #10939 (form.attr('method') returns undefined in IE7) created by
- See the following jsfiddle: http://jsfiddle.net/Q4jhX/
- 9:10 AM Ticket #10938 (change event not working in Internet Explorer (IE7)) created by
- $(function () { $("input:file").change(function () { …
- 9:04 AM Ticket #10937 (.on does not work for newly added elements) closed by
- invalid: That's not how you use
.on()
for delegated events. Please read the … - 9:02 AM Ticket #10937 (.on does not work for newly added elements) created by
- I'm using ajax to fetch the content for a dialog I'm displaying using …
- 8:37 AM Ticket #10936 (Normalise setTimeout(fn, 0) and setTimeout(fn, 1)) closed by
- duplicate
- 8:24 AM Ticket #10936 (Normalise setTimeout(fn, 0) and setTimeout(fn, 1)) created by
- The code contains both, and from …
- 7:42 AM Ticket #10935 (isNumeric return true on array with only one numeric value) created by
- isNumeric return true when the test value is an array with only one …
- 6:37 AM Ticket #10934 (Value not persisting in IE 7 and 8) created by
- We are using jquery data table and passing values back to backend. 1 …
- 4:42 AM Ticket #10933 (jQuery parseJSON not parsing properly) created by
- Windows 7 Home Premium, Chrome 15, jQuery 1.6.4 & 1.7.1 My …
- 4:36 AM Ticket #10932 (Replacing a table row with a new one, the new one has no parentElement ...) created by
- I dynamicall replace a table row inside a tbody element with a new …
- 4:00 AM Ticket #10921 (Opera 11 - reordering selectors (comma separated) returns different ...) closed by
- duplicate: This appears to be a bug with Opera's querySelectorAll.
- 2:49 AM Ticket #10808 (IE8 DontEnum Prevents Proper $.extend Behavior) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:30 AM Ticket #10931 (Unit tests shouldn't require internet access) created by
- I was working on jQuery while waiting for internet service to be …
Nov 30, 2011:
- 8:30 PM Ticket #10930 (Documentation bug: Change "internals" category name.) created by
- (Low priority) Documentation bug: After having a discussion on …
- 2:51 PM Ticket #10929 (Datepicker deals with national date format) closed by
- invalid: This is NOT the correct form! Please use the [http://dev.jqueryui.com/ …
- 2:31 PM Ticket #10929 (Datepicker deals with national date format) created by
- The problem with datepicker is that I can not predict in which format …
- 2:10 PM Ticket #10927 (on is not replacing live properly) closed by
- invalid: The example there isn't using event delegation at all. Please ask for …
- 1:32 PM Ticket #10928 ($(window).on() breaks in IE) created by
- I've got a set of code that uses the new
.on()
, which I'd like to … - 10:39 AM Ticket #10923 (backgroundPosition retrieval causes error in IE8 on DOM object created ...) closed by
- duplicate
- 8:39 AM Ticket #10926 (Wrap function doesn't wrap jQuery objects unless added to DOM) closed by
- invalid: Not a bug,
.wrap()
returns the original set. From the … - 5:04 AM Ticket #10927 (on is not replacing live properly) created by
- $(document).ready(function(){ $(document).on("click", function(){ …
- 4:56 AM Ticket #10926 (Wrap function doesn't wrap jQuery objects unless added to DOM) created by
- Hi there, It seems there is a dependency in wrap function which works …
- 3:11 AM Ticket #10797 (width() and height() mixed in mozilla with jq v 1.7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:11 AM Ticket #10789 (about the load of ajax) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 29, 2011:
- 1:03 PM Ticket #10925 (support parsing JSON when cross-site request protection is prepended) created by
- There are well-known vulnerabilities around how JSON responses can be …
- 11:59 AM Ticket #10924 (Safari 5 Win (and others ?) prop/attr works great only with uppercase ...) created by
- With disabled and required attributes, prop/attr works fine on Firefox …
- 11:28 AM Ticket #10923 (backgroundPosition retrieval causes error in IE8 on DOM object created ...) created by
- I use Brandon Aarons, bgpos.js css hooks plugin to animate background …
- 10:27 AM Ticket #10922 (parents() followed by add() or andSelf reverses order) created by
- On jquery.com run […] adding .andSelf() reverses the list :( …
- 9:52 AM Ticket #10921 (Opera 11 - reordering selectors (comma separated) returns different ...) created by
- Shortly, in Opera 11.52 queries bellow return different results …
- 9:17 AM Ticket #10919 (piso) closed by
- invalid
- 9:02 AM Ticket #10920 (response from jSon) created by
- response from jSon like {"d":"something value"} is conflicting
- 8:54 AM Ticket #10919 (piso) created by
- ☼ ♥ ONE PESO FOR MY FUTURE ♥ ☼ Sir / Ma’am, I’m Reymar H. Orot …
- 8:30 AM Ticket #10918 (fadeIn/show a table row will add style='display: block' to the tr tag ...) created by
- This is may a duplicate of http://bugs.jquery.com/ticket/8629, …
- 7:18 AM Ticket #10917 (jquery min script has a comment bug) closed by
- invalid: The
//
is not a comment, it's part of a regex literal. The syntax … - 7:11 AM Ticket #10914 (Filter ':empty' does not work in 1.6.4) closed by
- invalid
- 7:10 AM Ticket #10917 (jquery min script has a comment bug) created by
- When ever I download a minified version of jquery and add that file in …
- 7:09 AM Ticket #10915 (jQuery 1.6 and after, incorrect feature detection for IE8) closed by
- invalid: This is not a bug, the bug was actually in 1.5.2. From the …
- 6:53 AM Ticket #10916 (this is the error message i am getting) closed by
- invalid: This is NOT the correct form! Please use the …
- 6:50 AM Ticket #10913 (jQuery.html() - removes double spaces on IE7 and IE8) closed by
- invalid: This is not a jQuery issue. Using `alert( …
- 6:22 AM Ticket #10916 (this is the error message i am getting) created by
- $("#datepicker").datepicker is not a function [Break On This Error] $( …
- 6:13 AM Ticket #10915 (jQuery 1.6 and after, incorrect feature detection for IE8) created by
- In jQuery 1.6 and after (tested in 1.6, 1.6.4, 1.7, 1.7.1) feature …
- 4:04 AM Ticket #10914 (Filter ':empty' does not work in 1.6.4) created by
- Filter ':empty' does not work in 1.6.4. In 1.6.3 it works fine. …
- 3:42 AM Ticket #10910 (Radio button attribute set to checked doesn't update UI) closed by
- invalid: Even though you should use
.prop()
to set thechecked
state, the … - 3:41 AM Ticket #10913 (jQuery.html() - removes double spaces on IE7 and IE8) created by
- 1. Set html value with double spaces: $("#list").html('<li>List item …
- 3:16 AM Ticket #10784 ($.removeData is not working in 1.7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:16 AM Ticket #10390 (Object does not support property or method getAttributeNode) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 28, 2011:
- 6:19 PM Ticket #10582 (Invalid argument on line 8602 in jQuery 1.6.4 : fx.now has NaN value ...) closed by
- wontfix: the fiddle contains the following code: […] which is incorrect …
- 5:48 PM Ticket #10910 (Radio button attribute set to checked doesn't update UI) created by
- Upgraded from 1.4.4 to 1.7.1 and this piece of code no longer works …
- 4:23 PM Ticket #10908 (makeArray it's duplicate entries!) closed by
- invalid
- 2:29 PM Ticket #10909 (.submit() fails when field named "submit" exists) closed by
- duplicate
- 12:17 PM Ticket #10909 (.submit() fails when field named "submit" exists) created by
- Found a problem while using a form field named "submit" […]
- 9:52 AM Ticket #10908 (makeArray it's duplicate entries!) created by
- Hello, Jsfiddle Example …
- 9:34 AM Ticket #10907 (triggering custom events with namespace triggers "property xxx of ...) closed by
- invalid: There is an autocomplete property on that element, which the code is …
- 5:03 AM Ticket #10907 (triggering custom events with namespace triggers "property xxx of ...) created by
- when i attached jQ UI autocomplete to input and tried to trigger …
- 2:52 AM Ticket #10774 (catch statement not defined in the try block) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 27, 2011:
- 11:28 PM Ticket #10892 (html() bug?) closed by
- invalid: Please ask for help on the forums.
- 9:34 PM Ticket #10117 ([chrome] outerWidth(true) returns wrong results with mixed px- and %-values) closed by
- duplicate
- 9:34 PM Ticket #10117 ([chrome] outerWidth(true) returns wrong results with mixed px- and %-values) reopened by
- 9:32 PM Ticket #10560 (removeData failing on line 1821 using "in" on true which is not an object) closed by
- invalid: > $("#floating-image").mouseleave(function(image) { An event …
- 9:32 PM Ticket #10117 ([chrome] outerWidth(true) returns wrong results with mixed px- and %-values) closed by
- duplicate: this is a dupe of #10639
- 9:21 PM Ticket #10906 (ajaxStop event not fired when one of the ajax success throw exception) created by
- Example here: http://jsfiddle.net/wVjZy/ The problem is that there …
- 9:02 PM Ticket #10904 (Firefox doesn't seem to evaluate try/catch block in a window.onerror ...) closed by
- cantfix: Seems like an issue with Firefox and
addEventListener()
to me, the … - 8:42 PM Ticket #10560 (removeData failing on line 1821 using "in" on true which is not an object) reopened by
- 8:38 PM Ticket #10905 (JQuery Event Binding) closed by
- invalid: Please see the
.on()
and.delegate()
methods, and please use the … - 5:22 PM Ticket #10905 (JQuery Event Binding) created by
- JQuery is awesome. But I felt something missing I thought should …
- 3:26 PM Ticket #10904 (Firefox doesn't seem to evaluate try/catch block in a window.onerror ...) created by
- I logged what I believed to be a Firefox bug with Mozilla. Further …
- 10:57 AM Ticket #10903 ('append' in IE local intranet web site does not work well with if ...) created by
- Although this is probably an IE only bug, jQuery "falls" for it and a …
- 2:54 AM Ticket #10771 (animation Bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Note: See TracTimeline
for information about the timeline view.