Timeline
11/11/11:
- 22:00 Ticket #10764 (.attr with combobox) closed by
- invalid
- 21:59 Ticket #10765 (API documentation is missing) created by
- The online API documentation was working fine earlier today, but now all …
- 19:19 Ticket #10764 (.attr with combobox) created by
- I have a combobox. The code $("#combo").attr("options") in jquery 5.2 work …
- 19:16 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 some …
- 17:16 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 assess …
- 16:56 Ticket #10761 (disabling textareas with prop() issue) closed by
- invalid: As per the docs on prop, never remove native …
- 16:32 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 the …
- 16:30 Ticket #10762 (.on() - delegated event handler using selector) created by
- The plugin I created which uses a <dl> list works fine using this syntax …
- 15:57 Ticket #10761 (disabling textareas with prop() issue) created by
- first time prop( "disabled", true ) on $( ':input' ) works for textareas.. …
- 15:55 Ticket #10756 (file drop event dataTransfer undefined) closed by
- worksforme: Use an even property fix hook :) `jQuery.event.fixHooks.drop = { props: [ …
- 15:39 Ticket #10756 (file drop event dataTransfer undefined) reopened by
- 14:42 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 …
- 13:57 Ticket #10733 (remove uses of jQuery.each in css module in favor of a for loop) closed by
- fixed
- 13:22 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 two …
- 13:12 Ticket #10756 (file drop event dataTransfer undefined) closed by
- duplicate
- 12:21 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, but …
- 12:11 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 breaks …
- 11:49 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 which …
- 10:55 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 document …
- 10:15 Ticket #10756 (file drop event dataTransfer undefined) created by
- $("#dropbox").on("drop",function(e){ e.dataTransfer undefined } not …
- 09:34 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 …
- 03:59 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 modifying …
- 03:40 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 function …
11/10/11:
- 21:20 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 …
- 21:05 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 1.6.4. …
- 19:23 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 Also, …
- 18:24 Ticket #10751 (sub() function is not available on jQuery selection) created by
- http://jsfiddle.net/ilazarte/4LQLR/
- 16:15 Ticket #10745 (IE7: selector does not work) closed by
- wontfix: This is because we use the #2 iFlag in jQuery.attr for getAttribute so we …
- 16:08 Ticket #9427 (Passing undefined to .text() does not trigger setter) reopened by
- Reopening for 1.8 discussion -- should we have uniform behavior for …
- 16:08 Ticket #10746 (jQuery1.7 load issue as an AMD module) closed by
- invalid: Please ask for support on the forums or on the …
- 16:07 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 …
- 16:04 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! Please …
- 15:42 Ticket #10749 (.text(null) breaks chaining) closed by
- duplicate
- 15:40 Ticket #10747 (Triggering event on object causes object method call) closed by
- duplicate
- 15:31 Ticket #10737 (IE7 / 8 - Fixed Position Test Issue) closed by
- fixed: Move clearing the support vars to before the offset doc ready call in case …
- 15:31 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()) when …
- 15:01 Ticket #10749 (.text(null) breaks chaining) created by
- Calling text on an element with null as the argument breaks chaining. See: …
- 14:12 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 = …
- 10:28 Ticket #10747 (Triggering event on object causes object method call) created by
- For example if we have custom object: […] and we trigger custom event …
- 07:56 Ticket #10587 (window["eval"].call raises error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:56 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 …
- 07:37 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: <script> …
- 06:43 Ticket #10745 (IE7: selector does not work) created by
- In IE7 the following selector does not work. No problems in IE8 & IE9: …
- 04:43 Ticket #10744 (css background change doesn't work properly) created by
- $("body").css("background", "#000"); $("body").css("background", …
- 03:33 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 yet …
- 03:29 Ticket #10743 ($ funciton can't work) closed by
- invalid: Please ask for help on the forum, this is not a bug report.
- 03:05 Ticket #10743 ($ funciton can't work) created by
- May be my english is not good enough what problem is.My code is in below: …
- 02:58 Ticket #10704 (special.handle method should fire under origType name) closed by
- fixed: Fixed. …
- 02:29 Ticket #10705 (off bug event name parser) closed by
- fixed: Fix #10705. Don't bail too soon in .off() event string processing. …
11/09/11:
- 22:41 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 this …
- 21:37 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 …
- 20:54 Ticket #10741 (jQuery.css(this, 'display') on a detached element is inconsistent across ...) closed by
- duplicate: Thanks for the dup!
- 20:28 Ticket #10741 (jQuery.css(this, 'display') on a detached element is inconsistent across ...) created by
- in Chrome and IE, jQuery.css(this, 'display') reports on a detached …
- 19:58 Ticket #10740 (Wrong/Missing Documentation for fn.removeAttr) created by
- For jQuery.fn.removeAttr, the docs only show it as accepting a single …
- 19:49 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 use …
- 19:01 Ticket #10736 (iframe load event) closed by
- invalid: If you watch the network traffic, you can see that the iframe src is not …
- 18:49 Ticket #10738 (jqXHR no longer returned from $.ajax requests in 1.7) closed by
- duplicate
- 18:32 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 longer …
- 17:51 Ticket #10737 (IE7 / 8 - Fixed Position Test Issue) created by
- When asynchronously loading jQuery 1.7 via RequireJs 1.0.1 in IE7 / 8, …
- 17:42 Ticket #10736 (iframe load event) created by
- jQuery does not handle load event for iframe which are not yet added to …
- 16:51 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 "content" …
- 16:16 Ticket #10735 (Using "$(document).ready" causes warning about getAttributeNodeNS() being ...) created by
- Load the following page in Firefox 8 with the web console open: […] …
- 16:05 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 …
- 14:29 Ticket #10731 (jq1.7 selector [value=""] Something wrong) closed by
- duplicate: The deprecation of the value hook will fix this.
- 13:56 Ticket #10720 (Selector performance regression when parsing XML) closed by
- worksforme: That's not a very generalized function, so no. Filtering with a function …
- 13:32 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 …
- 13:22 Ticket #10732 (open tickets for jqueyr) closed by
- invalid
- 13:21 Ticket #10730 (if checkbox is checked by jQuery, 'checked' attribute won't disappear when ...) closed by
- invalid: That is correct behavior. The user's click does not remove the attribute …
- 13:14 Ticket #10732 (open tickets for jqueyr) created by
- example :D (lalala) [[Image]] […]
- 09:21 Ticket #10731 (jq1.7 selector [value=""] Something wrong) created by
- http://jsfiddle.net/WZmqg/1/ [value=""] not correct when input's value …
- 04:49 Ticket #10730 (if checkbox is checked by jQuery, 'checked' attribute won't disappear when ...) created by
- The following code makes checkbox unable to correctly determine whether …
- 04:08 Ticket #10712 (Triggering blur with live bind broken) closed by
- fixed: Fix #10712. Deal with focus/blur morphing to focusin/focusout. …
- 02:47 Ticket #10729 (rmouseEvent & mouseHooks missing drag* events) created by
- Previously, drag* events received the same attention that all events did, …
- 00:32 Ticket #10717 (A triggered load bubbles up to window) closed by
- fixed: Fix #10717, .trigger("load") on images can't bubble to window. This means …
- 00:02 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 attached …
11/08/11:
- 23:29 Ticket #10728 ($.ajax doesn't persist with deferred methods) closed by
- duplicate
- 23:15 Ticket #10728 ($.ajax doesn't persist with deferred methods) created by
- When calling $.ajax(...).always(), the returned deferred is not the …
- 23:01 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 can …
- 22:56 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 the …
- 20:58 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! Please …
- 20:47 Ticket #10724 ($(document).text() always returns an empty string) closed by
- fixed: Update Sizzle. Adds document to acceptable nodeTypes for .text(). Fixes …
- 20:25 Ticket #10726 ($(#document).closest('[foo]') throws error in IE) created by
- Trying to access properties of what I think is a document fragment …
- 20:11 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 know …
- 18:31 Ticket #10722 (Jquery 1.7 cdn i still down) closed by
- invalid: We have contacted them. We don't control Google domains. Contact them …
- 18:27 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, but …
- 18:22 Ticket #10723 (jqXHR.always() returns a Promise instead of a jqXHR object) created by
- Test case: […] Expected behavior: Aborts the GET request. Observed …
- 18:13 Ticket #10722 (Jquery 1.7 cdn i still down) created by
- http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js Thanks!!
- 17:24 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 bug, …
- 17:12 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 is …
- 14:53 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 …
- 14:36 Ticket #10720 (Selector performance regression when parsing XML) created by
- Related to http://bugs.jquery.com/ticket/10377 jQuery 1.7 no longer …
- 14:23 Ticket #10719 (remove() method breaks when tag name is provided as selector) created by
- Hi, Doing $("p").remove() works just fine but doing $("div").remove("p") …
- 14:12 Ticket #10716 (Jquery 1.7 : Animate won't change unit but works fine with Jquery 1.6.4) closed by
- duplicate
- 14:12 Ticket #10713 (Animating a percent value treated as pixel value in 1.7) closed by
- duplicate
- 13:19 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: …
- 11:18 Ticket #10711 (For Loop Missing Opening Brace.) closed by
- fixed: Thanks for pointing this out. I've just fixed it.
- 11:12 Ticket #10715 (data fetching in jquery from sql database) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. Unfortunately, …
- 11:10 Ticket #10714 (jqGrid problem) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. Unfortunately, …
- 10:30 Ticket #10717 (A triggered load bubbles up to window) created by
- Consider this JSFiddle: http://jsfiddle.net/Ytzd9/ A function is bound …
- 10:15 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 …
- 08:47 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 to …
- 07:17 Ticket #10714 (jqGrid problem) created by
- when i m returing blank string in a cellvalue row line of gris is breaking …
- 06:25 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 …
- 05:08 Ticket #10682 (Creating DOM elements with $(' ') leaks memory and skips the fragment ...) closed by
- fixed: Remove test of the invalid object for IE9's sake; Rewrite the appropriate …
- 03:15 Ticket #10712 (Triggering blur with live bind broken) created by
- http://jsfiddle.net/QrNXX/ clicking into box and blurring via browser …
- 02:25 Ticket #10667 (HTML5 Support in .wrapAll() does add a ":" to element) closed by
- fixed: Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes …
- 02:25 Ticket #10670 (rnoshimcache probably not constructed correctly) closed by
- fixed: Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes …
- 02:18 Ticket #10711 (For Loop Missing Opening Brace.) created by
- Greetings, the following url: …
- 01:34 Ticket #10710 (slidedown() and table issue) created by
- Looks like the height for a <td> is calculated at a pre-determined width …
- 01:21 Ticket #10709 (trouble setting title in IE 8 & 7) closed by
- duplicate: As it should be. You can also do […]
- 01:12 Ticket #10709 (trouble setting title in IE 8 & 7) created by
- $('title').text('text'); throws an error in IE7 and IE8. I also tried …
11/07/11:
- 21:12 Ticket #10708 (Dni Español) created by
- Metodo para añadir en el jQuery para validar el dni o acreditación …
- 18:11 Ticket #10706 (The regex /\s+/ appears three times) closed by
- worksforme: This is because the source is developed in sep module files, each with its …
- 18:06 Ticket #10706 (The regex /\s+/ appears three times) created by
- We are assigning the regex /\s+/ to 2 different variables, and we have a …
- 16:56 Ticket #10705 (off bug event name parser) created by
- Adding an extra space at the end or at the beginning of the event name …
- 16:40 Ticket #10646 (Have jQuery.error throw instanceof Error object) closed by
- fixed: Fix #10646. Throw an Error object from .error() for IE's sake. …
- 16:26 Ticket #10690 (isNumeric) closed by
- fixed: Fix #10690. Make sure .isNumeric() can't get a Date. Also add tests …
- 16:15 Ticket #10676 (wheelDelta not added to mousewheel event anymore) closed by
- fixed: Fix #10676. Remove wheelDelta from the event props list. A …
- 16:08 Ticket #10701 (Problems with submit forms using submit function) closed by
- fixed: Fix #10701, .preventDefault if an inline handler returns false. Baby …
- 15:47 Ticket #10669 (.animate() no longer animates percentage(%) width) closed by
- fixed: Add back unit in the width/height step function. Fixes #10669. …
- 15:20 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 just …
- 15:15 Ticket #10698 (.load() throws exception in Opera 11.52) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please ask …
- 15:13 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 with …
- 15:06 Ticket #10701 (Problems with submit forms using submit function) reopened by
- Yeah it just needs an extra check in .trigger(). The reason this got …
- 14:34 Ticket #10701 (Problems with submit forms using submit function) closed by
- invalid: "return false" only works if you use jQuery to bind the handlers. …
- 14:33 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 converting …
- 14:07 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 .attr() …
- 13:58 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 zero …
- 13:33 Ticket #10700 (IE8 error at jQuery.inArray()) closed by
- invalid: Why would you expect inArray to work on a string?
- 12:59 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 everithing …
- 11:55 Ticket #10700 (IE8 error at jQuery.inArray()) created by
- I've downloaded latest jQuery 1.7 minified version. Updated my application …
- 08:09 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 …
- 07:21 Ticket #10699 (Calling stopPropagation() before trigger() doesn't call handlers on ...) created by
- Calling stopPropagation() on an event object before triggering it doesn't …
- 03:05 Ticket #10698 (.load() throws exception in Opera 11.52) created by
- I am loading in some basic html into a div using: Load the page …
- 02:14 Ticket #10697 (Sizzle revamp) created by
- This ticket is for tracking enhancements and reductions for Sizzle. Some …
- 01:20 Ticket #4434 (access :hover css properties of an element via jquery) closed by
- wontfix: Timmywil and I talked about it and there's no decent way to support the …
11/06/11:
- 22:03 Ticket #10177 (index of callback function in .wrap is always 0) closed by
- fixed: Fix #10177. Pass correct index to function-parameter of .wrap …
- 21:21 Ticket #10616 (Type coersion not done for -1 in .eq) closed by
- fixed: Coerce eq() argument all the time. Fixes #10616 Changeset: …
- 21:06 Ticket #10675 (Use internalKey shortcut instead of jQuery.expando) closed by
- fixed: User internalKey instead of jQuery.expando. Fixes #10675 Changeset: …
- 20:30 Ticket #10691 (remove all occurrences of the "equals" and "same" function in the unit ...) closed by
- fixed: Fix #10691. Remove all instances of equals() and same(), as these are …
- 19:24 Ticket #10696 (Proposed enhancement of :not selector) closed by
- invalid: Your understanding of :not() is wrong, which is why I asked you to go to …
- 18:56 Ticket #10696 (Proposed enhancement of :not selector) created by
- If I have HTML such as: <details> <summary>Some text content</summary> …
- 16:12 Ticket #10695 (Inconsistent behaviour of show()) closed by
- duplicate
- 15:23 Ticket #10695 (Inconsistent behaviour of show()) created by
- Showing element( for ex. span with display:none) while it is in …
- 13:50 Ticket #10694 (Selector :hover dont work in Opera 11.53) closed by
- duplicate: I've reopened #4434 which was closed by accident.
- 13:49 Ticket #4434 (access :hover css properties of an element via jquery) reopened by
- 08:14 Ticket #10560 (removeData failing on line 1821 using "in" on true which is not an object) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:03 Ticket #10694 (Selector :hover dont work in Opera 11.53) created by
- In opera: Uncaught exception: Syntax error, unrecognized expression: hover …
- 05:04 Ticket #10693 (generalize the "test something in an iframe" code in unit tests) created by
- there are 3 different pieces of code in 3 different unit test modules: …
- 04:24 Ticket #10692 (Configure the jshint options to more accurately match the style guide) created by
- JSHint's configuration options are way better than JSLint's. In …
- 03:32 Ticket #10691 (remove all occurrences of the "equals" and "same" function in the unit ...) created by
- in testrunner.js: […] it's time this aliases went bye bye. 1.8?
11/05/11:
- 23:40 Ticket #10690 (isNumeric) created by
- The isNumeric function use does not give the right result in every …
- 21:57 Ticket #10689 (images not in dom report 0 width/height) closed by
- invalid: $img.width() gets computed styles. $img[0].width retrieves the uncomputed …
- 21:54 Ticket #10593 (The "href" attribute of <a> element lost when using append() in old IE) closed by
- invalid: The javascript pseudo protocol has many issues in IE6. I recommend …
- 21:52 Ticket #10689 (images not in dom report 0 width/height) created by
- I have an image not in the DOM. $img.width() === 0. `$img[0].width …
- 21:51 Ticket #10609 (slideDown/Up of floated box in Crome/Safari) closed by
- cantfix
- 21:32 Ticket #10662 (Slide jumps when first child element has a top margin) closed by
- worksforme: This does not seem to be an issue in the latest version of jQuery. …
- 21:14 Ticket #10688 (issue Of Define Jquery For Parent Window From An Iframe) created by
- Test Code: …
- 20:02 Ticket #10682 (Creating DOM elements with $(' ') leaks memory and skips the fragment ...) reopened by
- Well just to be sure I put some debugging in the fiddle to dump the …
- 19:11 Ticket #10686 (Defining jQuery using AMD's define should be done after all of jQuery has ...) closed by
- duplicate: John made a report himself.
- 19:08 Ticket #10503 (fadeIn on inline elements: display css property ignored) closed by
- worksforme: Thank you for looking into the problem further.
- 19:04 Ticket #10687 (jQuery calls the AMD define() global function too early) created by
- Hey guys! Sorry I didn't discover this until after release. :( jQuery …
- 18:33 Ticket #10686 (Defining jQuery using AMD's define should be done after all of jQuery has ...) created by
- requirejs does not have a problem with the placement, but curl.js does. …
- 18:31 Ticket #10545 (Don't expose jQuery to `window` with AMD) closed by
- wontfix: We agree that it would be ideal, but probably not realistic.
- 18:25 Ticket #10096 (Matching of implicit 'value' attributes has changed) closed by
- duplicate
- 18:25 Ticket #10383 (Attribute selector inconsistant in IE8) closed by
- duplicate
- 18:15 Ticket #10677 (opera cannot ue the [attribute^=value] selector) closed by
- duplicate
- 18:06 Ticket #10684 (Bug in .animation) closed by
- duplicate
- 18:00 Ticket #10681 (Got a wrong result with animate({width:'90%'},600)) closed by
- duplicate
- 17:57 Ticket #10678 ([attribue=^value] cannot work well on prera when load another element) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! …
- 17:00 Ticket #10683 (Failed with $node.animate({width:'60%'},600)) closed by
- invalid: Closed per op request
- 16:59 Ticket #10682 (Creating DOM elements with $(' ') leaks memory and skips the fragment ...) closed by
- invalid: The memory consumption in this pattern will be the same with or without …
- 16:47 Ticket #10685 (Replace elements to XHTML-style without checking if it is a XHTML document) created by
- I have a XML document which contains "<param>something</param>" in it. …
- 12:18 Ticket #10684 (Bug in .animation) created by
- in .animation feature % is converted into px. like i have given width 70% …
- 09:38 Ticket #10683 (Failed with $node.animate({width:'60%'},600)) created by
- This function works well in jQuery 1.64: […] But it got a {width: …
- 09:17 Ticket #10682 (Creating DOM elements with $(' ') leaks memory and skips the fragment ...) created by
- Creating DOM elements with $() can cause memory usage to increase in a …
- 09:14 Ticket #10681 (Got a wrong result with animate({width:'90%'},600)) created by
- I made one function with this animate method below: […] It works well …
- 08:15 Ticket #10552 (Ajax response status 0) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:39 Ticket #10680 (focus() in jquery1.7) created by
- html:<a href= id='a123'></a>; script:$("#123").focus() works not very …
- 04:51 Ticket #10679 (CSS3 vendor prefix support) created by
- There are a few bugs, although admittedly edge cases, that effect the css …
- 04:10 Ticket #10678 ([attribue=^value] cannot work well on prera when load another element) created by
- http://stackoverflow.com/questions/8013542/attribute-value-cannot-woking-on …
- 03:47 Ticket #10677 (opera cannot ue the [attribute^=value] selector) created by
- $("g[id=trans]") can use in firefox but cannot in opera.…
11/04/11:
- 22:26 Ticket #10676 (wheelDelta not added to mousewheel event anymore) created by
- It appears that inside a mousewheel event handler, wheelDelta is not …
- 20:56 Ticket #10675 (Use internalKey shortcut instead of jQuery.expando) created by
- Thanks to github user: pomeh …
- 20:15 Ticket #10674 (IE Crashes when trying use $("title").text();) closed by
- duplicate
- 20:09 Ticket #10674 (IE Crashes when trying use $("title").text();) created by
- Problem is in IE 8 and older.
- 16:43 Ticket #10671 (attr('attribute', undefined) doesn't return jQuery) closed by
- duplicate: This is intentional for all jQuery setters.
- 16:40 Ticket #10672 (attr() no return value) closed by
- worksforme: Whoops, i deleted my earlier comment, misread the example. …
- 16:32 Ticket #10673 (Label .on('click') may fire twice) closed by
- worksforme: It's just normal event bubbling, slightly complicated by the fact that the …
- 15:54 Ticket #10670 (rnoshimcache probably not constructed correctly) reopened by
- These are not dupes. rwaldron has pending fixes for this issue tho.
- 15:50 Ticket #10673 (Label .on('click') may fire twice) created by
- See the following test case: http://jsfiddle.net/HKGsT/ Essentially …
- 15:35 Ticket #10672 (attr() no return value) created by
- Dear jQuery Team! I found a bug: attr() no return value. Test: html …
- 15:02 Ticket #10671 (attr('attribute', undefined) doesn't return jQuery) created by
- Calling .attr() or anything else deferring to access() with a second …
- 14:53 Ticket #10670 (rnoshimcache probably not constructed correctly) closed by
- duplicate: I think that explains #10667 so I'll close this one as a dup. Many thanks …
- 14:41 Ticket #10670 (rnoshimcache probably not constructed correctly) created by
- Although this doesn't directly break anything (as far as I know), I would …
- 14:34 Ticket #10668 (Allow jQuery.data() to update data-attributes) closed by
- invalid: Nope. By design we don't write to those attributes under any …
- 14:14 Ticket #10669 (.animate() no longer animates percentage(%) width) created by
- As of jQuery 1.6.4, the animate of using -=<percentage>% works just fine, …
- 14:07 Ticket #10668 (Allow jQuery.data() to update data-attributes) created by
- jQuery.data() should be able to (selectively) update data-attributes in …
- 14:01 Ticket #10667 (HTML5 Support in .wrapAll() does add a ":" to element) created by
- Hi there - im testing the HTML5 support for adding some content in IE 8 …
- 13:15 Ticket #10661 (Error in Jquery latest version) closed by
- invalid: Please start here, or on the forum by asking a question: …
- 13:11 Ticket #10664 ($.data throws "string.replace is not a function" on invalid input) closed by
- invalid: > Identifying errors like the above is cumbersome. True, but catching …
- 13:03 Ticket #10658 (Highcharts - column chart fails with 1.7 code base) closed by
- cantfix: I talked with the developers at Highcharts and they believe this is due to …
- 13:01 Ticket #10663 (Highcharts line chart does not work with jQuery 1.7) closed by
- duplicate
- 12:59 Ticket #10665 ([nodeName$="something"] does not work anymore) closed by
- duplicate
- 12:59 Ticket #10666 (event.metaKey returns false when ctrl key is down) created by
- So, we have an "event.metaKey" that can be either true or false and is …
- 12:25 Ticket #10665 ([nodeName$="something"] does not work anymore) created by
- Because jQuery not supports namespaces and sometimes the user get XML with …
- 11:36 Ticket #10664 ($.data throws "string.replace is not a function" on invalid input) created by
- […] leads to »string.replace is not a function« on line 622. The given …
- 10:39 Ticket #10663 (Highcharts line chart does not work with jQuery 1.7) created by
- Higcharts is a popular charting library that uses jQuery and generates SVG …
- 09:58 Ticket #10662 (Slide jumps when first child element has a top margin) created by
- When the first child element of the element being slided, has a top …
- 05:03 Ticket #10661 (Error in Jquery latest version) created by
- We are getting the below error on our website sportsending.com while using …
- 02:13 Ticket #10660 (no transport error on Windows Phone 7) created by
- an ajax request throws a 'no transport' error using PhoneGap and Windows …
- 02:08 Ticket #10659 (variable not declared resulting in polluting the global) closed by
- invalid: This is invalid in 1.7
- 01:42 Ticket #10659 (variable not declared resulting in polluting the global) created by
- In the handle method on line 3278 (1.7b1) the matched variable is not …
Note: See TracTimeline
for information about the timeline view.
