Timeline
Nov 14, 2011:
- 11:06 PM Ticket #10789 (about the load of ajax) created by
- There are two questions about .load. 1. .load could not work as …
- 4:58 PM Ticket #10390 (Object does not support property or method getAttributeNode) reopened by
- 4:58 PM Ticket #10788 (Line: 2479 Error: Object doesn't support property or method ...) closed by
- duplicate
- 4:56 PM Ticket #10788 (Line: 2479 Error: Object doesn't support property or method ...) created by
- This is the same issue as in Ticket #10390. the code is a bit more …
- 4:24 PM Ticket #10787 (Selecting by [nodeName] finds nothing in 1.7) closed by
- duplicate: It was a bug that it worked before. The XML does not have a nodeName …
- 4:14 PM Ticket #10787 (Selecting by [nodeName] finds nothing in 1.7) created by
- The syntax being discussed here is performing a find on a jQuery …
- 4:04 PM Ticket #10666 (event.metaKey returns false when ctrl key is down) closed by
- invalid: I talked to scott.gonzalez and we're going to leave 1.7 as is; UI will …
- 2:19 PM Ticket #10786 (Width is inconsistant with node isn't in the document) closed by
- cantfix: It must be kept in mind that .css is for retrieving _computed_ values. …
- 2:09 PM Ticket #10735 (Using "$(document).ready" causes warning about getAttributeNodeNS() ...) closed by
- invalid: Thank you, I figured.
- 12:31 PM Changeset [20cbf1b]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 12:24 PM Changeset [a8460d2]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 12:14 PM Ticket #10687 (jQuery calls the AMD define() global function too early) closed by
- fixed: Landing pull request 586. Create exports.js for exporting jQuery to …
- 12:13 PM Changeset [8bc60ba]1.12-stable2.2-stablekillphp by
- Makefile
- src/core.js
- src/exports.js
- src/outro.js
- test/index.html
- test/unit/core.js
- test/unit/exports.js
- 11:40 AM Ticket #10750 (A "null" in the data object can cause an error in stop) closed by
- fixed: Ensuring that nulls in private data object won't cause errors on …
- 11:36 AM Changeset [499d7e40]1.12-stable2.2-stablekillphp by
- src/effects.js
- 11:32 AM Ticket #10773 (removeAttr is fragile for edge cases) closed by
- fixed: Fix #10773. Improve parameter handling in removeAttr. Changeset: …
- 11:30 AM Changeset [a467aa0a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 11:24 AM Ticket #10786 (Width is inconsistant with node isn't in the document) created by
- If I do .width() on an element that is not attached to the document …
- 10:19 AM Ticket #10757 (attr(): on XML documents returns "undefined") closed by
- invalid: Dave hit it on the nose. It works fine if importNode is not used to …
- 10:03 AM Ticket #10785 (jQuery .html().replace breaks in IE7-8 only. Example fiddle included.) closed by
- invalid: Please visit the forum http://forum.jquery.com/ for support questions.
- 9:50 AM Ticket #10785 (jQuery .html().replace breaks in IE7-8 only. Example fiddle included.) created by
- I know this is not a good way to do what i am doing in this sample, …
- 9:49 AM Ticket #10630 (Fix focus-related test failures to resolve Swarm failures) closed by
- fixed: Fixed by removing tests triggered by browser focus. We need a better …
- 9:48 AM Ticket #10784 ($.removeData is not working in 1.7) created by
- As of 1.7, removeData is not working, here is a simple test case: …
- 9:40 AM Ticket #10783 (select) closed by
- invalid: That syntax will not bind delegated events. Please re-read the …
- 9:24 AM Ticket #10783 (select) created by
- When trying to assign .on the method to an element within the option …
- 8:12 AM Ticket #10781 (Firefox 8 checking if input type checkbox is checked always returns false) closed by
- invalid
- 6:39 AM Ticket #10782 (Incorrect calculating width) created by
- If parent is hidden width() represents width in pixels however it's in …
- 2:53 AM Ticket #10781 (Firefox 8 checking if input type checkbox is checked always returns false) created by
- Hi, Since I updated to firefox 8, I'm always returned false on the …
Nov 13, 2011:
- 9:32 PM Changeset [fa96f4b]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 9:03 PM Changeset [d2815ed]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 8:50 PM Changeset [683be09]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 3:45 PM Ticket #10780 (.animate() does not work correctly for percentages) closed by
- duplicate
- 3:44 PM Ticket #10780 (.animate() does not work correctly for percentages) created by
- If I have this: […] With this css: […] And try to do this: …
- 3:14 PM Ticket #10662 (Slide jumps when first child element has a top margin) closed by
- cantfix
- 3:14 PM Ticket #10662 (Slide jumps when first child element has a top margin) reopened by
- That makes sense. When animating width and height, there really is no …
- 2:51 PM Ticket #10776 (TypeError: 'undefined' is not a function (evaluating ...) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 2:45 PM Ticket #10778 ($form.submit() behaving differently between chrome and firefox) closed by
- invalid: I'd recommend attaching the form before submitting. You can make it …
- 2:42 PM Ticket #10779 (Documentation Split) closed by
- invalid: Perhaps you're looking for slice. http://api.jquery.com/slice/
- 2:12 PM Ticket #10779 (Documentation Split) created by
- I was looking for a split function... if you search for "split" in the …
- 12:15 PM Ticket #10778 ($form.submit() behaving differently between chrome and firefox) created by
- Consider the following: […] the last line will cause page.php to …
- 9:55 AM Ticket #10777 (.toggleClass( className, switch ) works incorectly with non-bool type ...) closed by
- invalid: Quote from the documentation, > A Boolean (not just truthy/falsy) …
- 9:40 AM Ticket #10777 (.toggleClass( className, switch ) works incorectly with non-bool type ...) created by
- When you use non-bool "switch" argument .toggleClass works incorrectly …
- 9:25 AM Ticket #10776 (TypeError: 'undefined' is not a function (evaluating ...) created by
- jQuery version: 1.7 It raise this error when I try to call tab UI …
- 8:52 AM Ticket #10775 (animate height to 100% animates height to 100px) closed by
- duplicate
- 6:50 AM Ticket #10775 (animate height to 100% animates height to 100px) created by
- In jQuery 1.6 and below you could animate the height to 100%, in 1.7 …
- 5:35 AM Ticket #10774 (catch statement not defined in the try block) created by
- Catch statement not defined at try{while(a[0])a.shift().apply(e,f)} …
- 3:10 AM Ticket #10773 (removeAttr is fragile for edge cases) created by
- If argument for removeAttr is: 1) not a string( …
- 2:51 AM Ticket #10600 (Valid selector throws exception in IE7/8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 12, 2011:
- 10:01 PM Ticket #10772 (Jquery 1.7 throws error in ie9) closed by
- invalid: It must have thrown a fastball error, since it went by so fast you …
- 9:57 PM Ticket #10772 (Jquery 1.7 throws error in ie9) created by
- In ie9 Jquery 1.7 throws an error. Version 1.6.3 works fine.
- 1:25 PM Ticket #10771 (animation Bug) created by
- $(function() { var oldfx = $.fx.step._default; $.fx.step._default …
- 1:12 PM Ticket #10770 (Investigate re-ordering build file) created by
- By changing the order that the various .js files are included, you can …
- 12:54 PM Ticket #10769 (SCRIPT5007 error when loading jQuery after DOM ready) closed by
- duplicate
- 11:48 AM Ticket #10769 (SCRIPT5007 error when loading jQuery after DOM ready) created by
- In IE 9 in IE 7 mode I got SCRIPT5007 error if I load jQuery with …
- 10:03 AM Ticket #10767 (jQuery.fn.exists = function(){return jQuery(this).length>0;} var $jq ...) closed by
- invalid: I don't know what you are trying to say, but this is not the right …
- 2:35 AM Ticket #10767 (jQuery.fn.exists = function(){return jQuery(this).length>0;} var $jq ...) created by
- google.setOnLoadCallback(function() { Preload all CSS images …
Nov 11, 2011:
- 10:01 PM Ticket #10763 (data() is gone after drag and drop images in a contenteditable) closed by
- cantfix: Confirmed, but it is not a jQuery problem. All dynamic properties seem …
- 9:53 PM Ticket #10765 (API documentation is missing) closed by
- fixed: It was a transient database problem that should be fixed now.
- 9:52 PM Ticket #10766 (jQuery.extend does not relate to JavaScript 1.8.5's property description) closed by
- invalid: $.extend is primarily intended as a cross-browser method for our own …
- 9:37 PM Ticket #10766 (jQuery.extend does not relate to JavaScript 1.8.5's property description) created by
- JavaScript 1.8.5 introduced methods like …
- 5:00 PM Ticket #10764 (.attr with combobox) closed by
- invalid
- 4:59 PM Ticket #10765 (API documentation is missing) created by
- The online API documentation was working fine earlier today, but now …
- 2:19 PM Ticket #10764 (.attr with combobox) created by
- I have a combobox. The code $("#combo").attr("options") in jquery 5.2 …
- 2:16 PM Ticket #10763 (data() is gone after drag and drop images in a contenteditable) created by
- I have an image inside a contenteditable container and I have defined …
- 12:16 PM Ticket #10750 (A "null" in the data object can cause an error in stop) reopened by
- Please provide a complete reduced test case on jsFiddle to help us …
- 11:56 AM Ticket #10761 (disabling textareas with prop() issue) closed by
- invalid: As per the docs on prop, never remove …
- 11:32 AM Ticket #10762 (.on() - delegated event handler using selector) closed by
- invalid: This isn't a bug since the selector is invalid; please ask for help on …
- 11:30 AM Ticket #10762 (.on() - delegated event handler using selector) created by
- The plugin I created which uses a <dl> list works fine using this …
- 10:57 AM Ticket #10761 (disabling textareas with prop() issue) created by
- first time prop( "disabled", true ) on $( ':input' ) works for …
- 10:55 AM Ticket #10756 (file drop event dataTransfer undefined) closed by
- worksforme: Use an even property fix hook :) `jQuery.event.fixHooks.drop = { …
- 10:39 AM Ticket #10756 (file drop event dataTransfer undefined) reopened by
- 9:42 AM Ticket #10759 (Mouseout event behaviour differs from 1.6.4 to 1.7) closed by
- invalid: There was a bug in pre-1.7 versions where mouseover/mouseenter and …
- 8:57 AM Ticket #10733 (remove uses of jQuery.each in css module in favor of a for loop) closed by
- fixed
- 8:22 AM Ticket #10758 (Bubble popup give jquery error in xhtml doc but works fine in html doc) closed by
- invalid: This is to vague a description and too much code for a bug report. The …
- 8:12 AM Ticket #10756 (file drop event dataTransfer undefined) closed by
- duplicate
- 7:21 AM Ticket #10760 (jQuery Selector for UI Tab Click Event) created by
- I'm not sure if this is a core jQuery issue or one of jQuery UI Tabs, …
- 7:11 AM Ticket #10759 (Mouseout event behaviour differs from 1.6.4 to 1.7) created by
- See jsFiddle - http://jsfiddle.net/9Va8V/2/ It works in 1.6.4 but …
- 6:49 AM Ticket #10758 (Bubble popup give jquery error in xhtml doc but works fine in html doc) created by
- We have implemented a jquery bubble popup plugin in our application …
- 5:55 AM Ticket #10757 (attr(): on XML documents returns "undefined") created by
- After updating from 1.6.2 to 1.7 I noticed a bug. I load a XML …
- 5:15 AM Ticket #10756 (file drop event dataTransfer undefined) created by
- $("#dropbox").on("drop",function(e){ e.dataTransfer undefined } …
- 4:34 AM Ticket #10755 (e.timeStamp (JQ 1.7) wrong value in Firefox, Opera) created by
- Wrong timestamp value in FF. Was correct in 1.6.4 …
Nov 10, 2011:
- 10:59 PM Ticket #10754 (have jQuery.swap return the return of the callback instead of just ...) created by
- In all of it's uses, a return val would be more appropriate than …
- 10:40 PM Ticket #10753 (inline the evalScript function in manipulation.js as it's only used once) created by
- As far as I can tell, there is no reason to have this be a named …
- 9:59 PM Changeset [e0a4aa4]1.12-stable2.2-stablekillphp by
- src/css.js
- 9:53 PM Changeset [774eba3]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 6:05 PM Changeset [5ba7f60]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 4:20 PM Ticket #10752 (Change in Selector Logic noticeable in 1.4 to 1.6.4) closed by
- invalid: Yes, if there are special characters you must quote them. We used to …
- 4:05 PM Ticket #10752 (Change in Selector Logic noticeable in 1.4 to 1.6.4) created by
- jQuery("img[src$=off.gif]") This works in 1.4, but not in …
- 2:23 PM Ticket #10751 (sub() function is not available on jQuery selection) closed by
- invalid: sub is not a prototype method. http://api.jquery.com/jQuery.sub …
- 1:24 PM Ticket #10751 (sub() function is not available on jQuery selection) created by
- http://jsfiddle.net/ilazarte/4LQLR/
- 11:15 AM Ticket #10745 (IE7: selector does not work) closed by
- wontfix: This is because we use the #2 iFlag in jQuery.attr for getAttribute so …
- 11:08 AM Ticket #9427 (Passing undefined to .text() does not trigger setter) reopened by
- Reopening for 1.8 discussion -- should we have uniform behavior for …
- 11:08 AM Ticket #10746 (jQuery1.7 load issue as an AMD module) closed by
- invalid: Please ask for support on the forums or on …
- 11:07 AM Ticket #5571 (Allow chaining when passing undefined to any setter in jQuery) reopened by
- Reopening for 1.8 discussion -- should we have uniform behavior for …
- 11:04 AM Ticket #10750 (A "null" in the data object can cause an error in stop) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! …
- 10:42 AM Ticket #10749 (.text(null) breaks chaining) closed by
- duplicate
- 10:40 AM Ticket #10747 (Triggering event on object causes object method call) closed by
- duplicate
- 10:31 AM Ticket #10737 (IE7 / 8 - Fixed Position Test Issue) closed by
- fixed: Move clearing the support vars to before the offset doc ready call in …
- 10:31 AM Changeset [d589709]1.12-stable2.2-stablekillphp by
- src/support.js
- 10:31 AM Ticket #10750 (A "null" in the data object can cause an error in stop) created by
- IE8 drops a JS error - "Object required" - on line 8555 ($.stop()) …
- 10:01 AM Ticket #10749 (.text(null) breaks chaining) created by
- Calling text on an element with null as the argument breaks chaining. …
- 9:12 AM Ticket #10748 (Firefox 7 doesn't work well with property val() of textareas) created by
- I've a textarea with id="performance" and when I make: var perf = …
- 5:28 AM Ticket #10747 (Triggering event on object causes object method call) created by
- For example if we have custom object: […] and we trigger custom …
- 2:56 AM Ticket #10587 (window["eval"].call raises error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:56 AM Ticket #10579 (jquery tag on asp.net server tag in ie7 only) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:37 AM Ticket #10746 (jQuery1.7 load issue as an AMD module) created by
- There is an issue when we try to load jQuery1.7 as an AMD module: …
- 1:43 AM Ticket #10745 (IE7: selector does not work) created by
- In IE7 the following selector does not work. No problems in IE8 & IE9: …
Nov 9, 2011:
- 11:43 PM Ticket #10744 (css background change doesn't work properly) created by
- $("body").css("background", "#000"); $("body").css("background", …
- 10:33 PM Ticket #10742 (is(:visible) always returns true when toggle('fast') is used) closed by
- invalid: The .toggle("fast") happens asynchronously. Since it hasn't finished …
- 10:29 PM Ticket #10743 ($ funciton can't work) closed by
- invalid: Please ask for help on the forum, this is not a bug report.
- 10:05 PM Ticket #10743 ($ funciton can't work) created by
- May be my english is not good enough what problem is.My code is in …
- 9:58 PM Ticket #10704 (special.handle method should fire under origType name) closed by
- fixed: Fixed. …
- 9:51 PM Changeset [e977a85]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:29 PM Ticket #10705 (off bug event name parser) closed by
- fixed: Fix #10705. Don't bail too soon in
.off()
event string processing. … - 9:29 PM Changeset [dd363d2c]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
.off()
event string processing.- 8:30 PM Changeset [654930d]1.12-stable2.2-stablekillphp by
- src/core.js
- 5:41 PM Ticket #10742 (is(:visible) always returns true when toggle('fast') is used) created by
- I am new to jquery and am working with some pretty simple stuff. So …
- 4:37 PM Ticket #10739 (CSS get for zoom style does not work in IE7, IE8, inconsistent IE9) closed by
- wontfix: That is the computed value for zoom in IE6/7. Given that zoom is not …
- 3:54 PM Ticket #10741 (jQuery.css(this, 'display') on a detached element is inconsistent ...) closed by
- duplicate: Thanks for the dup!
- 3:28 PM Ticket #10741 (jQuery.css(this, 'display') on a detached element is inconsistent ...) created by
- in Chrome and IE, jQuery.css(this, 'display') reports on a detached …
- 2:58 PM Ticket #10740 (Wrong/Missing Documentation for fn.removeAttr) created by
- For jQuery.fn.removeAttr, the docs only show it as accepting a single …
- 2:49 PM Ticket #10739 (CSS get for zoom style does not work in IE7, IE8, inconsistent IE9) created by
- Example page: http://thedailynathan.com/files/jQuery/zoombug.html I …
- 2:01 PM Ticket #10736 (iframe load event) closed by
- invalid: If you watch the network traffic, you can see that the iframe src is …
- 1:49 PM Ticket #10738 (jqXHR no longer returned from $.ajax requests in 1.7) closed by
- duplicate
- 1:32 PM Ticket #10738 (jqXHR no longer returned from $.ajax requests in 1.7) created by
- I noticed an issue after upgrading to jQuery 1.7 where I could no …
- 12:51 PM Ticket #10737 (IE7 / 8 - Fixed Position Test Issue) created by
- When asynchronously loading jQuery 1.7 via RequireJs 1.0.1 in IE7 / 8, …
- 12:42 PM Ticket #10736 (iframe load event) created by
- jQuery does not handle load event for iframe which are not yet added …
- 11:51 AM Ticket #10734 (hide() and show() behave strangely for elements with 'float:left') closed by
- invalid: I'm not sure where the actual issue was, possibly the leaking …
- 11:16 AM Ticket #10735 (Using "$(document).ready" causes warning about getAttributeNodeNS() ...) created by
- Load the following page in Firefox 8 with the web console open: …
- 11:05 AM Ticket #10734 (hide() and show() behave strangely for elements with 'float:left') created by
- Sample page with the behavior: http://jsfiddle.net/zee2G/1/ Steps to …
- 9:29 AM Ticket #10731 (jq1.7 selector [value=""] Something wrong) closed by
- duplicate: The deprecation of the value hook will fix this.
- 8:56 AM Ticket #10720 (Selector performance regression when parsing XML) closed by
- worksforme: That's not a very generalized function, so no. Filtering with a …
- 8:32 AM Ticket #10733 (remove uses of jQuery.each in css module in favor of a for loop) created by
- as far as I can tell, using $.each is monstrously slow compared to a …
- 8:22 AM Ticket #10732 (open tickets for jqueyr) closed by
- invalid
- 8:21 AM Ticket #10730 (if checkbox is checked by jQuery, 'checked' attribute won't disappear ...) closed by
- invalid: That is correct behavior. The user's click does not remove the …
- 8:14 AM Ticket #10732 (open tickets for jqueyr) created by
- example :D (lalala) [[Image]] […]
- 4:21 AM Ticket #10731 (jq1.7 selector [value=""] Something wrong) created by
- http://jsfiddle.net/WZmqg/1/ [value=""] not correct when input's …
Nov 8, 2011:
- 11:49 PM Ticket #10730 (if checkbox is checked by jQuery, 'checked' attribute won't disappear ...) created by
- The following code makes checkbox unable to correctly determine …
- 11:08 PM Ticket #10712 (Triggering blur with live bind broken) closed by
- fixed: Fix #10712. Deal with focus/blur morphing to focusin/focusout. …
- 11:08 PM Changeset [39f9b846]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:47 PM Ticket #10729 (rmouseEvent & mouseHooks missing drag* events) created by
- Previously, drag* events received the same attention that all events …
- 7:32 PM Ticket #10717 (A triggered load bubbles up to window) closed by
- fixed: Fix #10717, .trigger("load") on images can't bubble to window. This …
- 7:32 PM Changeset [45101de]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 7:02 PM Ticket #10723 (jqXHR.always() returns a Promise instead of a jqXHR object) closed by
- fixed: Have Deferred.always return the object onto which it is currently …
- 7:02 PM Changeset [2a9f068]1.12-stable2.2-stablekillphp by
- src/deferred.js
- test/unit/deferred.js
- 6:29 PM Ticket #10728 ($.ajax doesn't persist with deferred methods) closed by
- duplicate
- 6:15 PM Ticket #10728 ($.ajax doesn't persist with deferred methods) created by
- When calling $.ajax(...).always(), the returned deferred is not the …
- 6:01 PM Ticket #10727 (With 1.7 droppable() event target changed) closed by
- invalid: This should be reported to the UI folks at dev.jqueryui.com and they …
- 5:56 PM Ticket #10727 (With 1.7 droppable() event target changed) created by
- Under 1.6.2 the event target on a droppable drop was the element that …
- 3:58 PM Ticket #10725 (jquery special event not working correctly in jquery 1.7) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! …
- 3:52 PM Changeset [c3600e2]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 3:52 PM Changeset [d8e2b4b]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 3:47 PM Ticket #10724 ($(document).text() always returns an empty string) closed by
- fixed: Update Sizzle. Adds document to acceptable nodeTypes for .text(). …
- 3:47 PM Changeset [0cc806f]1.12-stable2.2-stablekillphp by
- src/sizzle
- test/unit/manipulation.js
- 3:25 PM Ticket #10726 ($(#document).closest('[foo]') throws error in IE) created by
- Trying to access properties of what I think is a document fragment …
- 3:11 PM Ticket #10725 (jquery special event not working correctly in jquery 1.7) created by
- this worked in jquery 1.6.x but no longer works in jquery 1.7, don't …
- 1:31 PM Ticket #10722 (Jquery 1.7 cdn i still down) closed by
- invalid: We have contacted them. We don't control Google domains. Contact them …
- 1:27 PM Ticket #10724 ($(document).text() always returns an empty string) created by
- I'm not sure if .text() is supposed to work on the document element, …
- 1:22 PM Ticket #10723 (jqXHR.always() returns a Promise instead of a jqXHR object) created by
- Test case: […] Expected behavior: Aborts the GET request. …
- 1:13 PM Ticket #10722 (Jquery 1.7 cdn i still down) created by
- http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js Thanks!!
- 12:24 PM Ticket #10721 (Name attribute not getting set dynamically in IE 8) closed by
- invalid: Since there is no test case and no indication that this is a jQuery …
- 12:12 PM Ticket #10721 (Name attribute not getting set dynamically in IE 8) created by
- Trying to set a name attribute dynamically is not working in IE 8. It …
- 10:09 AM Changeset [cc4a999]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 9:53 AM Ticket #10719 (remove() method breaks when tag name is provided as selector) closed by
- invalid: Wait, what am I thinking. The argument to remove is a filter for the …
- 9:48 AM Changeset [f0e43fa]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 9:42 AM Changeset [95cd200]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- src/sizzle
- src/support.js
- test/unit/manipulation.js
- 9:42 AM Changeset [586fb05]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 9:36 AM Ticket #10720 (Selector performance regression when parsing XML) created by
- Related to http://bugs.jquery.com/ticket/10377 jQuery 1.7 no longer …
- 9:23 AM Ticket #10719 (remove() method breaks when tag name is provided as selector) created by
- Hi, Doing $("p").remove() works just fine but doing …
- 9:12 AM Ticket #10716 (Jquery 1.7 : Animate won't change unit but works fine with Jquery 1.6.4) closed by
- duplicate
- 9:12 AM Ticket #10713 (Animating a percent value treated as pixel value in 1.7) closed by
- duplicate
- 8:19 AM Ticket #10718 (Unable to set value of the property 'innerHTML' with HTML5 in IE8 and IE7) created by
- When using HTML5 elements (we included html5shiv) we got the error: …
- 6:18 AM Ticket #10711 (For Loop Missing Opening Brace.) closed by
- fixed: Thanks for pointing this out. I've just fixed it.
- 6:12 AM Ticket #10715 (data fetching in jquery from sql database) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. …
- 6:10 AM Ticket #10714 (jqGrid problem) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. …
- 5:30 AM Ticket #10717 (A triggered load bubbles up to window) created by
- Consider this JSFiddle: http://jsfiddle.net/Ytzd9/ A function is …
- 5:15 AM Ticket #10716 (Jquery 1.7 : Animate won't change unit but works fine with Jquery 1.6.4) created by
- Hello I got a bug with jQuery 1.7, but it's working well with Jquery …
- 3:47 AM Ticket #10715 (data fetching in jquery from sql database) created by
- I am having a jquery script for creating charts in ASP.net. But I want …
- 2:17 AM Ticket #10714 (jqGrid problem) created by
- when i m returing blank string in a cellvalue row line of gris is …
- 1:25 AM Ticket #10713 (Animating a percent value treated as pixel value in 1.7) created by
- Upgrading from jQuery 1.6.4 to 1.7 broke ability to animate using a …
- 12:08 AM Ticket #10682 (Creating DOM elements with $(' ') leaks memory and skips the fragment cache) closed by
- fixed: Remove test of the invalid object for IE9's sake; Rewrite the …
- 12:06 AM Changeset [0ce2d5e]1.12-stable2.2-stablekillphp by
- src/sizzle
- 12:05 AM Changeset [41b31d7]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- src/support.js
- test/unit/manipulation.js
Nov 7, 2011:
- 10:15 PM Ticket #10712 (Triggering blur with live bind broken) created by
- http://jsfiddle.net/QrNXX/ clicking into box and blurring via browser …
- 9:33 PM Changeset [f8eba6e]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 9:25 PM Tickets #10667,10670 batch updated by
- fixed: Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes …
- 9:22 PM Changeset [66e65c8]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 9:18 PM Ticket #10711 (For Loop Missing Opening Brace.) created by
- Greetings, the following url: …
- 8:40 PM Changeset [68ca9d4]1.12-stable2.2-stablekillphp by
- src/event.js
- 8:34 PM Ticket #10710 (slidedown() and table issue) created by
- Looks like the height for a <td> is calculated at a pre-determined …
- 8:21 PM Ticket #10709 (trouble setting title in IE 8 & 7) closed by
- duplicate: As it should be. You can also do […]
- 8:12 PM Ticket #10709 (trouble setting title in IE 8 & 7) created by
- $('title').text('text'); throws an error in IE7 and IE8. I also tried …
- 6:07 PM Changeset [5ba98fe]1.12-stable2.2-stablekillphp by
- src/event.js
- 4:12 PM Ticket #10708 (Dni Español) created by
- Metodo para añadir en el jQuery para validar el dni o acreditación …
- 1:11 PM Ticket #10706 (The regex /\s+/ appears three times) closed by
- worksforme: This is because the source is developed in sep module files, each with …
- 1:06 PM Ticket #10706 (The regex /\s+/ appears three times) created by
- We are assigning the regex /\s+/ to 2 different variables, and we have …
- 11:56 AM Ticket #10705 (off bug event name parser) created by
- Adding an extra space at the end or at the beginning of the event name …
- 11:50 AM Changeset [9189d7b]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:40 AM Ticket #10646 (Have jQuery.error throw instanceof Error object) closed by
- fixed: Fix #10646. Throw an Error object from
.error()
for IE's sake. … - 11:40 AM Changeset [8d2655d]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
.error()
for IE's sake.- 11:26 AM Ticket #10690 (isNumeric) closed by
- fixed: Fix #10690. Make sure
.isNumeric()
can't get aDate
. Also add … - 11:25 AM Changeset [795583d]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
.isNumeric()
can't get aDate
. Also add …- 11:15 AM Ticket #10676 (wheelDelta not added to mousewheel event anymore) closed by
- fixed: Fix #10676. Remove
wheelDelta
from the event props list. A … - 11:15 AM Changeset [13aa845]1.12-stable2.2-stablekillphp by
- src/event.js
wheelDelta
from the event props list. A …- 11:08 AM Ticket #10701 (Problems with submit forms using submit function) closed by
- fixed: Fix #10701, .preventDefault if an inline handler returns false. Baby …
- 11:07 AM Changeset [90c907e]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:47 AM Ticket #10669 (.animate() no longer animates percentage(%) width) closed by
- fixed: Add back unit in the width/height step function. Fixes #10669. …
- 10:47 AM Changeset [1e677f3]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 10:20 AM Ticket #10704 (special.handle method should fire under origType name) created by
- Right now you must attach a handler under the mapped type, which is …
- 10:15 AM Ticket #10698 (.load() throws exception in Opera 11.52) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 10:13 AM Ticket #10703 (data() returns zero for long strings starting with '0x') closed by
- wontfix: As the long article says, if you want a data- attribute as a string …
- 10:06 AM Ticket #10701 (Problems with submit forms using submit function) reopened by
- Yeah it just needs an extra check in .trigger(). The reason this got …
- 9:34 AM Ticket #10701 (Problems with submit forms using submit function) closed by
- invalid: "return false" only works if you use jQuery to bind the handlers. …
- 9:33 AM Ticket #10703 (data() returns zero for long strings starting with '0x') reopened by
- Yep, I have to agree although I am still not sure why you're …
- 9:07 AM Ticket #10703 (data() returns zero for long strings starting with '0x') closed by
- invalid: It's trying to convert that to a number, but it's too big. Use …
- 8:58 AM Ticket #10703 (data() returns zero for long strings starting with '0x') created by
- trying to retrieve long id strings from the data object is returning …
- 8:33 AM Ticket #10700 (IE8 error at jQuery.inArray()) closed by
- invalid: Why would you expect inArray to work on a string?
- 7:59 AM Ticket #10701 (Problems with submit forms using submit function) created by
- On 1.7 form is posting even if onsubmit returns false. In 1.6.4 …
- 6:55 AM Ticket #10700 (IE8 error at jQuery.inArray()) created by
- I've downloaded latest jQuery 1.7 minified version. Updated my …
- 3:09 AM Ticket #10529 (iOS 5 report error when $.ajax triggered) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:21 AM Ticket #10699 (Calling stopPropagation() before trigger() doesn't call handlers on element) created by
- Calling stopPropagation() on an event object before triggering it …
Note: See TracTimeline
for information about the timeline view.