Timeline
Dec 5, 2011:
- 11:50 PM Ticket #10955 (Brower crashing or either hanging when we are using Jquery Clone ...) closed by
- worksforme: That is generally an indication that issue lies in your code and not …
- 9:25 PM Ticket #10956 (post intercepts pdf download) closed by
- invalid: This sounds like a question for the forum, or stackoverflow.
- 9:24 PM Ticket #10957 (Some callback function is not implemented, the results are not correct。) closed by
- invalid: You specified a callback function, which they are all using.
- 9:07 PM Ticket #10957 (Some callback function is not implemented, the results are not correct。) created by
- testcase http://jsfiddle.net/cfddream/ZHPLB/25/ In the testcase, has …
- 7:15 PM Ticket #10956 (post intercepts pdf download) created by
- I use post method to call a php page with a few parameters. PHP page …
- 7:04 PM Ticket #10950 (dynamic Iframe $.support) closed by
- invalid: In order to run the support tests for the iframe, jQuery must be …
- 7:02 PM Ticket #10954 (The function parameter to jQuery.grep should be optional) closed by
- wontfix: Since grep is mainly used internally, I don't think this will make it …
- 4:41 PM Ticket #10955 (Brower crashing or either hanging when we are using Jquery Clone ...) created by
- Hi, All my browser are either hanging or crashing due to below …
- 4:13 PM Ticket #10954 (The function parameter to jQuery.grep should be optional) created by
- It would be great if the team could consider making the function …
- 2:33 PM Ticket #10953 (AJAX default contentType should include the charset) created by
- Tomcat (6, at least) uses ISO-8859-1 as default charset, when not …
- 1:22 PM Ticket #10952 (.fired() doesn't work on Callbacks object when it is flagged with "once") created by
- Adding the flags "once" or "once unique" to a callbacks object seems …
- 12:35 PM Ticket #10951 (.val() raises cannot call method 'toLowerCase') closed by
- invalid: From the docs: > At present, the only …
- 12:10 PM Ticket #10951 (.val() raises cannot call method 'toLowerCase') created by
- If I ask for the value of a regular object like $({test: 0}).val() …
- 10:29 AM Ticket #10950 (dynamic Iframe $.support) created by
- I use jQuery to create an iframe, and with a …
- 7:22 AM Ticket #10851 (White flash during page load (Firefox)) closed by
- wontfix
- 7:18 AM Ticket #10900 (jQuery.load() stops executing inline scripts on error) closed by
- wontfix: jQuery won't and shouldn't catch exceptions for you. You can easily …
- 6:12 AM Ticket #10941 (When the same request multiple jsonp, browser through a ...) closed by
- invalid: You'd set your testcase to use jQuery 1.5.2. When I set it to jQuery …
- 3:04 AM Ticket #10838 (Opera .slideToggle() bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
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 …
Note: See TracTimeline
for information about the timeline view.