Timeline
06/29/11:
- 23:26 Ticket #9703 (You can no longer bind to the transition end event in jQuery 1.6) closed by
- invalid: If you pass a third argument, jQuery.fn.bind() will think that is the …
- 22:31 Ticket #9703 (You can no longer bind to the transition end event in jQuery 1.6) created by
- I was running code similar to this in Chrome with jQuery 1.5.2: […] …
- 22:13 Ticket #9613 ($.ajax is not launching error callback on 400 Bad Request when jsonp ...) closed by
- invalid: What I don't understand is why the doc says "Note: Prior to jQuery 1.5, …
- 21:19 Ticket #9701 (v1.6.1 google closure compile warnings) closed by
- wontfix: jQuery previously used Google Closure Compiler and have since switched to …
- 21:17 Ticket #9700 (REMOVEDATA() VIA AN OBJECT WITH HYPHENATED KEYS DOESN'T DELETE THE DATA) closed by
- duplicate: rude.
- 21:17 Ticket #9691 (version 1.6.1 - data method will camelize data key if "-" is used) closed by
- duplicate
- 21:16 Ticket #9413 ($.fn.removeData does not remove data with a dash in a name) reopened by
- 20:37 Ticket #9701 (v1.6.1 google closure compile warnings) created by
- When I try to compile jquery v1.6.1 (src) with google closure I get: …
- 19:48 Ticket #9700 (REMOVEDATA() VIA AN OBJECT WITH HYPHENATED KEYS DOESN'T DELETE THE DATA) created by
- This is leftover from Ticket #9301. Removing the data containing an …
- 19:31 Ticket #7818 (META: Define validity of plain JS objects for jQuery() and its methods) closed by
- fixed
- 19:00 Ticket #9555 (jQuery.support fails in iframe) closed by
- invalid: I'm not sure what's going on there, but it doesn't seem like a jQuery core …
- 18:50 Ticket #9500 ($('html, body').removeAttr('style') fails in Webkit browsers.) closed by
- duplicate: removeAttribute('style') even without this overflow conversion has …
- 15:30 Ticket #8744 (.ajax() jsonp requests are not handled correctly when hitting timeout) reopened by
- 14:58 Ticket #9699 (removeAttr('style') does not consistently remove the style attribute in ...) created by
- 1. $('#item').css('visibility', 'hidden'); 2. …
- 14:53 Ticket #9698 (Core Style Cleanup) created by
- I spent last night and this morning doing a complete code style sweep of …
- 13:50 Ticket #9675 (jQuery causes a second HTTP GET request on @font-face files on Firefox) closed by
- cantfix: Thanks for looking into it.
- 13:46 Ticket #9693 (Inconsistency of document and code for .toggleClass) closed by
- fixed: Thank you! docs updated: http://api.jquery.com/toggleClass/
- 13:19 Ticket #9691 (version 1.6.1 - data method will camelize data key if "-" is used) reopened by
- I'd like to open this particular issue for discussion. I see the point …
- 12:24 Ticket #9695 (don't know where to ask) closed by
- worksforme: All of that information can be found @ blog.jquery.com
- 12:23 Ticket #9697 (Problem with "td:even or td:odd" when used colspan in a previous line) created by
- Hi, I have the following example code: <table class="tableConsulta"> …
- 12:23 Ticket #9696 (requestAnimationFrame throws error in Firefox when animation is running ...) created by
- firefox will throw: "attempt to run compile-and-go script on a cleared …
- 12:10 Ticket #9695 (don't know where to ask) created by
- not a bug just some thing usefull i think can you add the last date of …
- 11:49 Ticket #9694 (IE9 issue with .animate()) created by
- Effects all versions of JQuery i have tested up to 1.6.1 When animating …
- 09:50 Ticket #9693 (Inconsistency of document and code for .toggleClass) created by
- In document, it said .toggleClass( function(index, class), [switch] ) …
- 08:27 Ticket #9692 (bug about function addclass) created by
- in 1.6.2rc1 if setClass like "myclassname1" if i want …
- 07:53 Ticket #9577 ($.noConflict appears to no longer function correctly in 1.6.1 (IE)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:53 Ticket #9576 (removeAttr("disabled") on IE7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:34 Ticket #9691 (version 1.6.1 - data method will camelize data key if "-" is used) closed by
- wontfix: That behaviour is 100% correct per the data-* attr spec, also: see #7328 …
- 01:02 Ticket #9691 (version 1.6.1 - data method will camelize data key if "-" is used) created by
- jQuery 1.6.1 if i call .data("x-y", someData) will not be able to find or …
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 …
Note: See TracTimeline
for information about the timeline view.
