Timeline
06/28/11:
- 23:28 Ticket #9689 (keypress) closed by
- invalid
- 22:37 Ticket #9690 (nth-child + class does not work in Firefox 5) created by
- This selector is meant to select all the cells in the 8th column which …
- 20:44 Ticket #9689 (keypress) created by
- $(document.body) .bind('keypress', function(event) { …
- 20:10 Ticket #9688 (`data` and `attr` inconsistencies with numbers) closed by
- duplicate
- 20:07 Ticket #9688 (`data` and `attr` inconsistencies with numbers) created by
- It looks like the data method, when reading data attributes off of …
- 19:20 Ticket #9686 (jQuery homepage) closed by
- fixed
- 17:45 Ticket #9684 (.attr() or .prop() to change target on a link not working) closed by
- invalid: @germLukas It has always been in the documentation that quotes are …
- 17:09 Ticket #9687 ($.getScript() equiv $.ajax() with timeout - timeout elapsed, error() ...) created by
- BUG: An $.ajax()-retrieved script is loaded/executed even after the …
- 17:01 Ticket #9686 (jQuery homepage) created by
- Not sure where to post it, but on homepage, links for jsninja don't work …
- 16:50 Ticket #9678 (setInterval cleared by animation) closed by
- fixed: Set timerId to true instead of a number so that intervals set to 1 are not …
- 16:31 Ticket #9685 (attr('selectedIndex') Not Working with FF in 1.6.2 RC1) closed by
- duplicate: selectedIndex is not an attribute.
- 16:17 Ticket #9685 (attr('selectedIndex') Not Working with FF in 1.6.2 RC1) created by
- $(this).attr('selectedIndex') not working in FF where $(this) is a change …
- 15:46 Changeset [ab1504f14f56944a5a6297c68b323f0af01d5be8] by
-
- src/effects.js
- 15:27 Ticket #9678 (setInterval cleared by animation) reopened by
- timerId was set to 1 because it's a short way to set a truthy value. The …
- 15:09 Ticket #9684 (.attr() or .prop() to change target on a link not working) created by
- I'm trying to change the target property of all my external links so that …
- 12:04 Ticket #9683 (Access items with checked / unchecked for Radio Button list.) created by
- Hello , I getting problems to set attributes checked=checked/true …
- 10:35 Ticket #9682 (Ajax retry fetches the wrong URL) created by
- When I do a retry of an ajax request using $.ajax(this) the new URL …
- 07:46 Ticket #9567 (jQuery bug with $('#sth').width();) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:02 Ticket #9681 (jQuery freezes on chrome when calling $($)) created by
- On the latest chrome calling $($); Freezes the browser. I know that …
- 00:46 Ticket #9680 (IE 9) created by
- Jquery is not working in IE 9... Its a simple drop navigational menu.
06/27/11:
- 18:36 Ticket #9679 (Document $.proxy enhancements from #7783) closed by
- duplicate: Thanks eric, we'll use needsdocs in 7783 to take care of this issue.
- 18:19 Ticket #7783 (Fixing $.proxy to work like (and use) Function.prototype.bind) closed by
- fixed: It's ok to have closed tickets that need docs, just add keyword needsdocs.
- 16:58 Ticket #7783 (Fixing $.proxy to work like (and use) Function.prototype.bind) reopened by
- 16:44 Ticket #9679 (Document $.proxy enhancements from #7783) created by
- The documentation for $.proxy should be updated to reflect enhancements …
- 15:22 Ticket #9678 (setInterval cleared by animation) closed by
- worksforme: Works for me in latest Chrome with jQuery Edge: …
- 15:10 Ticket #9678 (setInterval cleared by animation) created by
- In Google Chrome setInterval callback will not execute when preceded by …
- 14:55 Ticket #9677 (Bug with replaceWith and document.write) closed by
- invalid: This is correct behavior as script tags created with jQuery will be …
- 14:34 Ticket #9677 (Bug with replaceWith and document.write) created by
- This piece of code replace all document. …
- 11:24 Ticket #9676 (.toggle() on IE7 returns to zoom:1, not zoom:0) created by
- jQuery versions affected: 1.6.1 and older Browser versions affected: IE7 …
- 10:25 Ticket #9675 (jQuery causes a second HTTP GET request on @font-face files on Firefox) created by
- I'll start by noting that this is a very confusing bug, so my apologies if …
06/26/11:
- 18:56 Ticket #9673 (Jquery not worling on chrome) created by
- hi, i am saurabh sharma, m using Extjs for design UI of my project. there …
- 14:06 Ticket #9672 (Access to event.relatedTarget causes "Permission denied" exception in ...) closed by
- wontfix: Firefox 3.5 is obsolete and no longer supported in terms of writing new …
- 07:56 Ticket #9560 (Null function getAttribute is invoked in acceptData()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:59 Ticket #9672 (Access to event.relatedTarget causes "Permission denied" exception in ...) created by
- When jQuery handles mouseenter/mouseleave events and accesses …
- 05:24 Ticket #9667 (jQuery .css can't read z-index value on Webkit browsers) closed by
- wontfix: I understand it being confusing that the computed z-index is auto when …
- 05:16 Ticket #9670 (selectedIndex returns undefined) closed by
- duplicate: selectedIndex is not an attribute.
06/25/11:
- 16:22 Ticket #9670 (selectedIndex returns undefined) created by
- This works OK in 1.5.2 but returns undefined in 1.6.1 <select …
- 13:42 Ticket #9668 (Delay function) closed by
- invalid: The .delay() method delays *queued* operations such as animation …
- 13:38 Ticket #9669 (the background color of tag body will be override in IE8) closed by
- duplicate
- 08:08 Ticket #9558 (1.6.1 Getting the value of unexisting attribute is causing - ... is not ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:13 Ticket #9669 (the background color of tag body will be override in IE8) created by
- <!doctype html> <html> <head> <meta http-equiv="Content-Type" …
- 06:10 Ticket #9668 (Delay function) created by
- Hi, The delay function isn't working properly! Javascript seems to ignore …
- 03:17 Ticket #9666 (Cannot detect when an IFRAME has finished loading with .delegate and .live) closed by
- patchwelcome: Sounds like we'll just need to document this: "The .live() and …
- 02:05 Ticket #9667 (jQuery .css can't read z-index value on Webkit browsers) created by
- jQuery("#X").css("z-index"); always returns "auto" on Webkit browsers. …
- 00:56 Ticket #9666 (Cannot detect when an IFRAME has finished loading with .delegate and .live) created by
- Detecting when an IFRAME has finished loading can be done using .load(), …
06/24/11:
- 21:13 Ticket #9602 (Exception when adding a new node in XML.) closed by
- duplicate
- 19:29 Ticket #9665 (FadeTo breaking code) created by
- I am using version 1.6.1 and everything seems to be working fine until i …
- 15:13 Ticket #9663 (Is there a limit of 15 .animate() calls/page?) closed by
- invalid: […] is not a remotely valid usage of setTimeout. As you can see, the …
- 14:55 Ticket #9664 (jQuery minified package > 1.5.2 bug) created by
- Just found an issue with the minified package > 1.5.2 where trying to call …
- 12:19 Ticket #9663 (Is there a limit of 15 .animate() calls/page?) created by
- I'm having this weird issue where my animate() calls stop doing their job …
- 07:57 Ticket #9495 ($(...).change() on radio not working when using keyboard to change ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
06/23/11:
- 23:15 Ticket #9661 (Imágen pierde atributo "hide" cuando cambia el "src") closed by
- invalid: This is too much code for a bug report. I would recommend that you start …
- 23:06 Ticket #9661 (Imágen pierde atributo "hide" cuando cambia el "src") created by
- Yo hize un plugin donde tienes varias imágenes con src="about:blank" …
- 23:02 Ticket #9603 (Give siblings() the option to provide siblings which are not part of ...) closed by
- invalid: Sorry but I'm not understanding the need here. Perhaps you can explore and …
- 16:45 Ticket #9660 (jQuery selector "[value=foo]" doesn't work if value set on runtime) closed by
- invalid: The value attribute does not stay up-to-date with the current value. It …
- 16:37 Ticket #9660 (jQuery selector "[value=foo]" doesn't work if value set on runtime) created by
- With jQuery 1.4.2/1.2.6 and others this will work (if "foo" typed by user …
- 16:35 Ticket #9649 (Change events not fired on checkbox in Opera 11.50 when clicking a label ...) closed by
- invalid: OK, appears to have been a regression in earlier 11.50 snapshots, but …
- 16:25 Ticket #9659 (CSS "left" value is incorrect when set to "auto" in FF4) closed by
- cantfix: Test case with jQuery git: http://jsfiddle.net/timmywil/5qtRX/4/ I don't …
- 16:13 Ticket #9659 (CSS "left" value is incorrect when set to "auto" in FF4) created by
- When using $(selector).css("left") in FireFox 4.0.1, a pixel value is …
- 14:22 Ticket #9655 (No Option to Creat an new Account on Jquery.com) closed by
- duplicate: This is something we can help you with in #jquery-dev.
- 14:15 Ticket #9657 (Extend .hasClass to similar .hasClasses) closed by
- wontfix: I think we're in agreement.
- 14:10 Ticket #9658 ($.ajax should not prepend & to query string data when joining it to a url ...) created by
- An ampersand is unnecessarily prepended to the query string data of a GET …
- 13:54 Ticket #9656 (#[id] selector selects too much in Safari when working with cloned ...) closed by
- invalid: Try it with valid ids, rather than numbers. …
- 12:04 Ticket #9657 (Extend .hasClass to similar .hasClasses) created by
- I was thinking if it would be good to check an element if it has classes, …
- 08:36 Ticket #9656 (#[id] selector selects too much in Safari when working with cloned ...) created by
- See http://jsfiddle.net/AmzU5/ - Safari is the only browser alerting "2", …
- 07:59 Ticket #9527 (Selector not working goed with table's) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:30 Ticket #9655 (No Option to Creat an new Account on Jquery.com) created by
- I want to Create a new account on jQuery.com.. but i was enable to do so. …
- 06:04 Ticket #9652 (jquery 1.6 breaking background image on html element) closed by
- duplicate
- 05:18 Ticket #9652 (jquery 1.6 breaking background image on html element) created by
- If I am including latest jQuery 1.6 build in the end of markup just before …
- 01:56 Ticket #9650 (can not add source element to video in ie9) created by
- can not add source element to video element exist in dom in ie9.
- 00:28 Ticket #9649 (Change events not fired on checkbox in Opera 11.50 when clicking a label ...) created by
- In this situation where: 1. You have a .live binding to a click event and …
06/22/11:
- 19:44 Ticket #9647 (.append() fails when jQuery object in array) closed by
- duplicate
- 19:25 Ticket #9647 (.append() fails when jQuery object in array) created by
- 1. The version(s) of jQuery affected tested: 1.0, 1.3, 1.6.1 (all …
- 13:26 Ticket #9644 (jquery 1.6.1 $('form').attr('tagName') con't get the right value) closed by
- duplicate: tagName is not an attribute.
- 11:30 Ticket #9646 (IE7: Cloning of form-elements and changing their names also changes the ...) created by
- Check example: http://jsbin.com/akolu4/6 If the name-attribute first is …
- 08:01 Ticket #9544 (getJSON event fires twice) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:01 Ticket #9541 (href click sometimes fails if the clicked div is in motion) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:01 Ticket #9537 (The keycode bug under Mozila 5) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:01 Ticket #9535 (Image Fade In/Out Effect under FF) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:55 Ticket #9601 ([IE9] Function breaks on animate()) closed by
- invalid: Thanks for submitting a ticket to the jQuery project!. Unfortunately, we …
- 03:35 Ticket #9644 (jquery 1.6.1 $('form').attr('tagName') con't get the right value) created by
- jquery 1.6.1 $('form').attr('tagName') con't get the right value. jquery …
06/21/11:
- 23:29 Ticket #9643 (Executing .click() method directly after unbinding an event fails to ...) created by
- I have a form that utilizes a click handler to execute certain checks, and …
- 23:11 Ticket #9642 (.attr("value") returns undefined when attribute is actually named 'value') closed by
- duplicate
- 22:55 Ticket #9642 (.attr("value") returns undefined when attribute is actually named 'value') created by
- Happens in 1.6.1. Used to work fine with 1.5. This attribute shows up …
- 21:22 Ticket #9641 (toggleClass failed on element with id set.) created by
- When test toggleClass function on elements with id defined, it failed. A …
- 18:39 Ticket #9640 (Opera HTML background styling being removed) closed by
- duplicate
- 18:36 Ticket #9640 (Opera HTML background styling being removed) created by
- I came across a bug, where the background CSS is being removed from HTML …
- 18:11 Ticket #9639 (jQuery animations "jump" with word wrapping and constant width) created by
- Here's a simple example: http://jsfiddle.net/2a7BV/ If you take out the …
- 18:09 Ticket #9638 (Suggestion for new Traversal function: orChild()) closed by
- duplicate: This is a duplicate of rejected 1.7 proposal. I wrote a plugin to satisfy …
- 18:04 Ticket #9638 (Suggestion for new Traversal function: orChild()) created by
- Today I had the following problem. I had to write a function to update the …
- 17:56 Ticket #9630 (foo.contents().hasClass() returns incorrect value) reopened by
- 17:15 Ticket #9636 (Duplicate body removes real body's background in Opera) closed by
- duplicate
- 15:58 Ticket #9637 ($('[data-remote]').live doesn't work in Opera if data-remote attribute has ...) created by
- Reproduction steps: Open any page with jQuery in any version of Opera. …
- 15:30 Ticket #9630 (foo.contents().hasClass() returns incorrect value) closed by
- worksforme: This is a non-issue. http://jsfiddle.net/rwaldron/D5QgV/
- 15:12 Ticket #9636 (Duplicate body removes real body's background in Opera) created by
- When page uses background on both <html> and <body>, this code: […] …
- 14:41 Ticket #9635 (Trable, when selector XML wich have the prefix) created by
- It is very inconvenient if the elements of the document XML, which have to …
- 09:48 Ticket #9633 (Error in IE8) closed by
- worksforme: Thanks for submitting a ticket to the jQuery Project!. This is the …
- 09:07 Ticket #9634 (visible "t" character in upper left corner during support.js init) created by
- Hi, Ever since jQuery 1.4.3 release, there's been the following line in …
- 09:05 Ticket #9633 (Error in IE8) created by
- 网页错误详细信息 用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; …
- 08:23 Ticket #9632 (Fixed: jQuery.ajax() method doesn't support res protocol) created by
- Fixed: jQuery.ajax() method doesn't support res protocol(res://) find: …
- 08:05 Ticket #9631 (i want to register to submit a new page using jquery ...) created by
- i want to register to submit a new page using jquery but when i go to the …
- 07:52 Ticket #9529 (Selector not working goed with table's) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:52 Ticket #9528 (KeyError: 'captcha_redirect') closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:52 Ticket #9526 (new attr() code converts value to lowercase prior to testing value for ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:52 Ticket #9523 (Animation triggers "click" event) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:18 Ticket #9630 (foo.contents().hasClass() returns incorrect value) created by
- hasClass("undefined") returns true incorrectly for elements that do no …
Note: See TracTimeline
for information about the timeline view.
