Timeline
11/24/11:
- 21:01 Ticket #10816 (pageX missing from mouse events in jQ1.7) closed by
- duplicate: I'm going to mark this as a dup, can anyone concerned about this please …
- 20:50 Ticket #10881 (Cannot place $.clone'd element into DOM using $.html more than once) closed by
- invalid: The cloned content is a set of DOM elements, right? Not a string? So …
- 20:46 Ticket #10882 (Cannot fire/handle custom hover event in jQuery 1.7) reopened by
- 20:45 Ticket #10882 (Cannot fire/handle custom hover event in jQuery 1.7) closed by
- duplicate: This was introduced by the "fix" for #7139, which I would gladly remove …
- 20:31 Ticket #10760 (jQuery Selector for UI Tab Click Event) closed by
- invalid
- 20:30 Ticket #10885 (Missing timestamps from Mouse Events) closed by
- duplicate: Yes, this is a dup of #10775. Unfortunately, all we can do is lie to you …
- 20:26 Ticket #10853 (children method is partially broken for ie8) closed by
- invalid: We can't really do anything without a test case, sorry.
- 20:23 Ticket #10888 (jQuery should allow catching a namespaced event) closed by
- plugin: You're welcome to create your own aliases if you'd like: […] A plugin …
- 19:37 Ticket #10888 (jQuery should allow catching a namespaced event) created by
- Currently, the following won't do anything: […] It would be nice if …
- 17:59 Ticket #10887 (bug:delete row error) closed by
- invalid: Use closest …
- 15:31 Ticket #10887 (bug:delete row error) created by
- I want to delete a row in table which lay another table's td. like this: …
- 13:57 Ticket #10886 ($(document).trigger() crashes jquery) created by
- We have tried jQuery 1.7 and 1.7.1 and both exhibit a problem that we do …
- 12:44 Ticket #10885 (Missing timestamps from Mouse Events) created by
- I am aware of ticket #10755, so I'm not sure if this is related, or even …
- 09:00 Ticket #10883 (removeAttr("checked") will recheck the radio again) created by
- Please test this example below. http://jsfiddle.net/eamVw/
- 08:28 Ticket #10882 (Cannot fire/handle custom hover event in jQuery 1.7) created by
- See the following fiddle: http://jsfiddle.net/s6gSe/ When running in …
- 08:17 Ticket #10744 (css background change doesn't work properly) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:46 Ticket #10881 (Cannot place $.clone'd element into DOM using $.html more than once) created by
- If you store a cloned DOM element in a variable, you can only put it back …
11/23/11:
- 22:40 Ticket #10879 (Jquery toggle method using "slide" effect from Jquery UI) closed by
- invalid: Unfortunately, we are unable to assist with issues related to support, …
- 22:21 Ticket #10880 ($(element).is(':visible') should return true if either offsetHeight:0 or ...) created by
- Hi there, At present, $(element).is(':visible') returns true _only_ if …
- 21:56 Ticket #10879 (Jquery toggle method using "slide" effect from Jquery UI) created by
- If the method is applied to hide/show a form field with input type="file". …
- 21:04 Ticket #10878 ($("select").live("change", function(){ ...broken in IE8 in jQuery 1.7) created by
- Following example works with 1.6.4, but breaks in 1.7.x …
- 18:51 Ticket #10877 (Make outerWidth/Height a setter) created by
- The math required by the regular boxmodel leaves it traces in a lot of …
- 18:19 Ticket #10867 (jQuery.extend replaces the target object when deep extend is explicitly ...) reopened by
- rwaldron and I have discussed this and we're reopening for further …
- 18:02 Ticket #10876 (i have this problem with jquery-1.4.2.min.js,) created by
- Hello ,I have this problem with my website (i am not an programator, i …
- 17:05 Ticket #10867 (jQuery.extend replaces the target object when deep extend is explicitly ...) closed by
- duplicate: Sorry, but we'e already been down this road. A quick ticket search for …
- 15:43 Ticket #10873 (live does not work with elements got from using each function) closed by
- invalid: This is documented behaviour, live does not work against arbitrary …
- 15:15 Ticket #10875 (ajaxSend(), ajaxStop() don't get triggered) closed by
- worksforme: http://jsfiddle.net/qw6VM/ It's the semantics of $() that changed.
- 15:03 Ticket #10875 (ajaxSend(), ajaxStop() don't get triggered) created by
- I'm trying to get een event triggered when ajax starts/stops loading data. …
- 14:56 Ticket #10870 (Incorrect behaviour of $.removeAttr("selected")) reopened by
- Do NOT remove native properties with .removeProp. They cannot be …
- 14:24 Ticket #10874 (Undefined second parameters triggers getter instead of setter) closed by
- duplicate
- 13:51 Ticket #10874 (Undefined second parameters triggers getter instead of setter) created by
- Consider the following function: […] The $div variable should be the …
- 11:16 Ticket #10873 (live does not work with elements got from using each function) created by
- example: $('a').each(function(i. elt) { $(elt).live('click', function() …
- 11:02 Ticket #10872 ($(<selector>).html(<string>) isnt working right in IE-8) created by
- In IE-8 (and 7 and 6 i guess as well) the html() function isnt working …
- 10:30 Ticket #10870 (Incorrect behaviour of $.removeAttr("selected")) closed by
- worksforme: Thanks for submitting a ticket to the jQuery bug tracker. Please note that …
- 10:24 Ticket #10871 (jquery datepicker >>> set current date from server side) closed by
- invalid: Thanks for submitting a ticket to the jQuery project. Unfortunately this …
- 09:48 Ticket #10871 (jquery datepicker >>> set current date from server side) created by
- jquery datepicker >>> set current date from server side Hi Jquery team ! …
- 09:26 Ticket #10870 (Incorrect behaviour of $.removeAttr("selected")) created by
- Calling $.removeAttr("selected") on the option that doesn't have …
- 09:00 Ticket #10869 (Cross-Browser XML parsing support breaks for IE9) created by
- Problem found in version 1.7.1 When you call $.parseXML(<xmlstring>) …
- 07:51 Ticket #10718 (Unable to set value of the property 'innerHTML' with HTML5 in IE8 and IE7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
11/22/11:
- 23:09 Ticket #10868 (feature request: .preimage) created by
- I'd like a method that reverses the normal direction of selectors, used to …
- 22:34 Ticket #10866 (My elements are losing attached data once the DOM loads) closed by
- invalid: Unfortunately, we are unable to assist with issues related to support, …
- 21:32 Ticket #10867 (jQuery.extend replaces the target object when deep extend is explicitly ...) created by
- jQuery.extend has an optional leading parameter that toggles deep …
- 21:28 Ticket #10866 (My elements are losing attached data once the DOM loads) created by
- I have tested my code in Chrome, IE8, and in Firefox. In the former two, …
- 19:43 Ticket #10865 ($(selector).html(undefined) returns the content of the element) closed by
- duplicate
- 19:29 Ticket #10865 ($(selector).html(undefined) returns the content of the element) created by
- This might be an intended feature, but it feels like a bug to me. I'd …
- 19:05 Ticket #10864 (text() method on a document fragment always returns the empty string) created by
- The following code used to work in 1.6.x, but no longer does (1.7 or …
- 19:01 Ticket #10863 (.data method does not return an object if the JSON string contains ...) created by
- I am attempting to use the .data method to retrieve a JSON object that was …
- 18:52 Ticket #10862 (Sytax bug) closed by
- invalid: Thanks for taking a moment to try to help the jQuery project, but this is …
- 18:39 Ticket #10862 (Sytax bug) created by
- jQuery has a problem dealing with the "+" character. ex. <input …
- 18:31 Ticket #10861 (prepend error in IE9) closed by
- worksforme: http://jsfiddle.net/timmywil/dGSFe/4/ I'm not sure the issue there, but …
- 18:25 Ticket #10860 (HTTPS bug) closed by
- invalid: I don't think it's possible that this is an issue with jQuery core. Make …
- 18:23 Ticket #10861 (prepend error in IE9) created by
- Hi, I couldn't find a ticket describing this problem, so sorry if it's a …
- 18:18 Ticket #10860 (HTTPS bug) created by
- Using IE8 (Browser Mode IE8 and Document Mode Quirks), upon selecting out …
- 18:08 Ticket #10859 (Can't move focus to the control because it is invisible, not enabled, or ...) created by
- I'm getting the following error on IE 8.0: Webpage error details User …
- 17:12 Ticket #10858 (css.js regular expressions are incomplete) created by
- A review of pull request #610 …
- 16:38 Ticket #10857 (Animate() interprets percentage as pixels) closed by
- duplicate
- 15:57 Ticket #10857 (Animate() interprets percentage as pixels) created by
- http://jsfiddle.net/prrstn/YvYpW/3/ This bug appears in jQuery 1.7, but …
- 14:41 Ticket #10852 (upgrade jquery version 1.5 to 1.7) closed by
- invalid: Unfortunately, we are unable to assist with issues related to support, …
- 14:17 Ticket #10855 (Make sure the css("borderTopWidth") returns numeric value in IE8 if no ...) closed by
- duplicate: You said "now" but this behavior has been consistent since the beginning …
- 13:51 Ticket #10856 (jQuery.isNumeric() returns true for 32+bit integers, results in problem ...) closed by
- duplicate: This isn't the fault of .isNumeric(), it's quite true that the data can …
- 12:03 Ticket #10856 (jQuery.isNumeric() returns true for 32+bit integers, results in problem ...) created by
- When reading a data-attribute from an element that contains a numeric …
- 11:27 Ticket #10855 (Make sure the css("borderTopWidth") returns numeric value in IE8 if no ...) created by
- Using the el.css("borderTopWidth") query now returns "medium" on IE8 …
- 10:27 Ticket #10854 (Problem with .hover() and IE9) created by
- I have a strange problem with .hover() and IE9. When I create div with a …
- 09:30 Ticket #10853 (children method is partially broken for ie8) created by
- Children() is implemented by looping over nextSibling on firstChild. In …
- 08:26 Ticket #10850 (Plugin page: nameing) closed by
- wontfix: We are planning a major overhaul of the plugins site and until then, we …
- 08:13 Ticket #8745 (Spam in the plug-ins directory) closed by
- duplicate
- 08:13 Ticket #8745 (Spam in the plug-ins directory) reopened by
- 08:12 Ticket #9552 (Hi, your plugins section is spammed by battery sellers...) closed by
- duplicate
- 08:12 Ticket #9552 (Hi, your plugins section is spammed by battery sellers...) reopened by
- 08:11 Ticket #10549 (please remove spammer) closed by
- duplicate
- 08:11 Ticket #10549 (please remove spammer) reopened by
- This "user" and his fellow ne'er-do-wells have been vanquished, see 10806
- 08:10 Ticket #10547 (Regarding spamming) closed by
- duplicate
- 08:10 Ticket #10547 (Regarding spamming) reopened by
- This users and most of his cohorts have been abolished, see #10806
- 08:09 Ticket #10112 (Spam in Plugins) closed by
- duplicate
- 08:09 Ticket #10112 (Spam in Plugins) reopened by
- 08:08 Ticket #10111 (Spam in Plugins) closed by
- duplicate
- 08:08 Ticket #10111 (Spam in Plugins) reopened by
- 08:06 Ticket #10806 (Someone has been spamming the Plugin) closed by
- fixed: This ticket is not a duplicate of #10173, which was about a bad link in …
- 08:05 Ticket #10708 (Dni Español) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:57 Ticket #10806 (Someone has been spamming the Plugin) reopened by
- 04:48 Ticket #10852 (upgrade jquery version 1.5 to 1.7) created by
- upgrade jquery version 1.5.1 to 1.7 i want to update this …
- 03:24 Ticket #10851 (White flash during page load (Firefox)) created by
- This is a problem that I actually already experience since 1.6.0. I have …
- 02:54 Ticket #10850 (Plugin page: nameing) created by
- I noticed all my Jquery Plugins are bookmarked as "Plugins jQuery …
- 02:11 Milestone 1.7.1 completed
- 02:02 Ticket #10006 (method show is not working as expected in all browsers when called for ...) reopened by
- This patch was causing a memory leak only in Testswarm so we backed it …
- 00:29 Ticket #10837 (Triggering custom events with the same name as a property fails) closed by
- duplicate
11/21/11:
- 22:02 Ticket #10849 (jQuery.support.hrefNormalized means the opposite of what its name implies) created by
- According to the docs (and verified by taking a quick look at the source), …
- 20:52 Ticket #10846 (fail to use jquery ui 1.8.12 and jquery 1.6.4) closed by
- invalid: Unfortunately, we are unable to assist with issues related to support, …
- 20:48 Ticket #10847 (Overlapping in Chrome and IE) closed by
- invalid: Please ask for support on the forums or on the …
- 20:20 Ticket #10848 (Animation toggling loses state tracking in certain atomic edge cases) created by
- ajpiano and I figured out that there are certain times you can click or …
- 20:09 Ticket #10847 (Overlapping in Chrome and IE) created by
- Hi, First of all, I am very interested in everything of jquery :) The …
- 19:35 Ticket #10840 ($("input[type=radio]") also selects checkboxes.) closed by
- invalid: It is invalid to give the checkbox the same name as the radios and as you …
- 18:50 Ticket #10846 (fail to use jquery ui 1.8.12 and jquery 1.6.4) created by
- after click of button search call function for use datapicker and catch …
- 18:27 Ticket #10006 (method show is not working as expected in all browsers when called for ...) closed by
- fixed: Landing pull request 581. Updates original patch by Orkel. Fixes #10006. …
- 18:25 Ticket #10611 (It's unclear how to best contribute to jQuery) closed by
- fixed: Landing pull request 611. Adds Contributing to jQuery Guidelines section …
- 17:58 Ticket #10845 (preventDefault in keypress event cancel change event) closed by
- invalid: I've visually compiled your example and tried to create a test case: …
- 17:11 Ticket #10807 (Non-ascii apostrophe in comment) closed by
- fixed: Removed in …
- 16:33 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") closed by
- fixed: Fix #10844. Harden quickIs() against form-aliasing of the id property. …
- 16:30 Ticket #10845 (preventDefault in keypress event cancel change event) created by
- If i return false from keypress event or do a preventDefault, the change …
- 16:15 Ticket #10842 (Version 1.7 break background color in opera 11.52) closed by
- worksforme
- 15:55 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") reopened by
- You're right, this is a regression because it used to go through Sizzle. …
- 15:21 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") closed by
- cantfix: There is no easy way to fix this and it's not specific to jQuery. Bowsers …
- 15:04 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") created by
- If I create submit handler via .delegate() or .on() function, the …
- 14:20 Ticket #10841 (.last() doesn't update) closed by
- invalid: You've appended your input element to the html element, which is …
- 13:55 Ticket #10843 (Consider adding :link to Sizzle) created by
- Using selectors of the type [attrname] to select elements based on the …
- 13:52 Ticket #10842 (Version 1.7 break background color in opera 11.52) created by
- please try these in opera 11.52 <!DOCTYPE HTML PUBLIC "-W3CDTD HTML …
- 11:11 Ticket #10841 (.last() doesn't update) created by
- HTML […] Javascript […]
- 09:13 Ticket #10840 ($("input[type=radio]") also selects checkboxes.) created by
- This bug was found when upgrading from jQuery 1.6.1 to 1.7
11/20/11:
- 20:08 Ticket #10839 (Form submit bug) closed by
- duplicate: This is not a jQuery bug, it's a bug in the DOM.
- 19:53 Ticket #10839 (Form submit bug) created by
- Form submit via $("#myForm").submit() fails, if form contains input …
- 08:15 Ticket #10688 (issue Of Define Jquery For Parent Window From An Iframe) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #10685 (Replace elements to XHTML-style without checking if it is a XHTML document) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #10680 (focus() in jquery1.7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #10655 (getJSON doesn't send the right Accept header in some browsers.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:18 Ticket #10838 (Opera .slideToggle() bug) created by
- Hello I've witnessed a slideToggle bug with Opera browser. An absolute …
- 00:26 Ticket #10836 ($.when().always() only passes results of rejected promises) closed by
- invalid: You can't generalize this behaviour. The Promise returned by $.when is …
11/19/11:
- 21:25 Ticket #10837 (Triggering custom events with the same name as a property fails) created by
- When triggering a custom event on an object which has a property with the …
- 20:04 Ticket #10836 ($.when().always() only passes results of rejected promises) created by
- The behaviour of always() is not what is expected. It get's fired every …
- 07:52 Ticket #10594 (scrollTop on WebOS) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:10 Ticket #10834 (Page for help on searching jQuery website contains just the single word ...) created by
- Description When searching jQuery.com if the search term you …
11/18/11:
- 21:03 Ticket #10644 (jQuery performce issue in support function) closed by
- worksforme: Closing until this issue can be reproduced. Support has already undergone …
- 20:38 Ticket #10833 (Update style guide to reflect new argument whitespace rules) created by
- Based on the discussion had here: …
- 20:11 Ticket #10831 (inArray is broken on IE7 and 8 at least when called with just 2 params) closed by
- invalid: Thank you
- 18:25 Ticket #10832 (jQuery.contains() fails with SVG elements in IE9 (includes solution)) created by
- See http://forum.jquery.com/topic/1-6-2-broke-svg-hover-events for the …
- 18:24 Ticket #10831 (inArray is broken on IE7 and 8 at least when called with just 2 params) created by
- I've experienced an issue with IE 7 and 8 where $.inArray(elem, array) …
- 17:57 Ticket #10829 (IE9 crashes when running jQuery Data tests suite from swarm.jquery.org) closed by
- worksforme: No crashes and all green against the full unit tests; both IE9-32bit and …
- 17:40 Ticket #10830 (:first selector in delegate/on doesn't work) closed by
- worksforme: http://jsfiddle.net/timmywil/yf5g3/ Works for me. But I recommend using …
- 17:35 Ticket #10830 (:first selector in delegate/on doesn't work) created by
- Markup: […] ---- jQuery: […]
- 17:34 Ticket #10829 (IE9 crashes when running jQuery Data tests suite from swarm.jquery.org) created by
- Whenever IE9 x64 downloads and executes the Data tests, the browser …
- 17:20 Ticket #10828 (attr("coords") returns undefined in IE7) created by
- I was only able to reproduce this in "true" IE7, not IE8 with IE7 view …
- 16:43 Ticket #10825 (Incorect width in FireFox / IE9 on Win7) closed by
- wontfix: Actually, this may be invalid. We don't use getBoundingClientRect in …
- 15:25 Ticket #10815 ($.browser.mozilla) closed by
- worksforme: http://jsfiddle.net/ARtpC/1/
- 15:21 Ticket #10810 ($.parseJSON("null") Causes Stack Overflow With Internet Explorer 6 - 7) closed by
- invalid: No. Don't replace native methods with semi-functional ones, it will …
- 15:21 Ticket #10823 (inconsistent results when using [value=blah]) closed by
- duplicate
- 15:19 Ticket #10827 (Triggering "click" event on a checkbox toggles the "checked" property ...) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:17 Ticket #8796 (Executing .click() on a checkbox performs actions out of order) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:17 Ticket #8796 (Executing .click() on a checkbox performs actions out of order) reopened by
- 15:17 Ticket #8885 (triggering checkbox's click()) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:16 Ticket #8885 (triggering checkbox's click()) reopened by
- 15:16 Ticket #9274 (The click handler for a checkbox is called before the checked property is ...) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:16 Ticket #9274 (The click handler for a checkbox is called before the checked property is ...) reopened by
- 15:15 Ticket #10005 (Click event function does not fire at consistent times.) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:15 Ticket #10005 (Click event function does not fire at consistent times.) reopened by
- 15:14 Ticket #10166 (click() on a checkbox still doesn't appear checked(or unchecked) before ...) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:14 Ticket #10166 (click() on a checkbox still doesn't appear checked(or unchecked) before ...) reopened by
- 15:12 Ticket #10364 (Animate and stop on a object) closed by
- invalid: Thank you for investigating the issue further.
- 15:09 Ticket #8508 (Change event does not fire on IE8 for css hidden inputs) closed by
- wontfix: IE just refuses to fire events on an invisible checkbox. A workaround …
- 14:52 Ticket #10826 (new support test leaks "body" to global) closed by
- fixed: Landed. …
- 14:13 Ticket #10827 (Triggering "click" event on a checkbox toggles the "checked" property ...) created by
- When a user click on a checkbox with a click listener, it first flips the …
- 13:08 Ticket #10826 (new support test leaks "body" to global) created by
- this code nulls out any global "body var": […]
- 12:32 Ticket #10825 (Incorect width in FireFox / IE9 on Win7) created by
- == Description == For some time now, both IE9 and FF have implemented sub …
- 11:46 Ticket #10824 (jQuery.ajax ($.ajax) and its memory leaking) created by
- I faced a serius problem with an application suffering of memory leaking. …
- 03:13 Ticket #10823 (inconsistent results when using [value=blah]) created by
- There are some inconsistencies when using [value=blah] in selectors …
- 00:43 Ticket #10629 (IE is much too sensitive concerning the fake body. Explore cleaning up ...) closed by
- fixed: Fixed in …
11/17/11:
- 22:42 Ticket #10821 (JQuery.event.add can add handlers for the same event multiple times) closed by
- fixed: Documentation updated.
- 22:05 Ticket #10822 ($('[nodeName]', xmlDoc); no longer finds anything) closed by
- duplicate
- 21:04 Ticket #10822 ($('[nodeName]', xmlDoc); no longer finds anything) created by
- Used to work in jQuery version 1.6.4. No longer works in jQuery version …
- 20:04 Ticket #10821 (JQuery.event.add can add handlers for the same event multiple times) created by
- This bug identifies a change in behaviour between 1.3.2 and 1.6.4. The …
- 20:02 Ticket #10817 (Change .bind() in ajax.js to .on()) closed by
- fixed: Landing pull request 604. Updates bind to on in src/ajax.js. Fixes #10817. …
- 18:44 Ticket #10820 (Build error: node.js sys => util) closed by
- wontfix
- 18:32 Ticket #10820 (Build error: node.js sys => util) created by
- […]
- 18:32 Ticket #10819 (Eliminate "this.on.call(this, ") created by
- […] can be simplified to: […] since the this value is …
- 17:49 Ticket #10818 (IE9 won't fire change event if value of input is changed using keyup) created by
- If both keyup and change events are bound to same text input box, and the …
- 17:05 Ticket #10812 (passing empty object to .before() or .after() throws exception in IE7) closed by
- fixed: Fix #10812, let .before() and .after() work on empty collections. …
- 17:03 Ticket #10817 (Change .bind() in ajax.js to .on()) created by
- In line 260 of ajax.js there is: […] I believe, it should be .on() …
- 16:54 Ticket #10816 (pageX missing from mouse events in jQ1.7) created by
- In JQ 1.6.4 on line 3019: […] becomes in JQ 1.7: […] which is a …
- 16:06 Ticket #10815 ($.browser.mozilla) created by
- $.browser.mozilla returns undefined in firefox 8.0. The example. …
- 15:18 Ticket #10814 (make support as lazy as possible with closure in mind) created by
- All of the support tests that run at doc ready, and possibly others, can …
- 13:40 Ticket #10813 (can't find html5 tags when using .find() [IE-Only]) closed by
- invalid: You need a shim/shiv in your code since IE 6/7/8 do not natively support …
- 13:22 Ticket #10811 ($.when provides incoherent arguments to .done() when called with multiple ...) closed by
- invalid: It seems to me you expect your Deferreds to always be resolved as an array …
- 12:54 Ticket #10813 (can't find html5 tags when using .find() [IE-Only]) created by
- Quick demo: http://jsfiddle.net/LM9PW/ […]
- 12:14 Ticket #10812 (passing empty object to .before() or .after() throws exception in IE7) created by
- The following line: $( '.hlist dl dl, .hlist ol ol, .hlist ul ul' ) …
- 09:52 Ticket #10811 ($.when provides incoherent arguments to .done() when called with multiple ...) created by
- A single argument $.when forwards anything it got directly to its …
- 07:27 Ticket #10810 ($.parseJSON("null") Causes Stack Overflow With Internet Explorer 6 - 7) created by
- In all of the (modern) browsers, JSON.parse returns null when called with …
- 00:30 Ticket #10809 (incorrect test using ".activeElement" in the :focus pseudo-class resolver) created by
- The "document.activeElement" does not completely reflect a "focussed" …
Note: See TracTimeline
for information about the timeline view.
