Timeline
11/19/09:
- 19:04 Ticket #5535 (Different results for attribute filter strings vs. find specifying ...) created by
- See attached file for example. <input> tags with different ids. Want to …
- 17:25 Ticket #5534 (Ajax does not work in html help (chm) files) created by
- Easy problem. Function httpSuccess checks if request is successfull. …
11/18/09:
- 23:55 Ticket #5533 (css(name) method does not work at IE, css( name, value ) work both IE and ...) created by
- I met a issue, I need to setup multi <div> class using jQuery Css. …
- 22:54 Ticket #5530 (load method: In IE7/8 incoming and current document selectors must be ...) closed by
- invalid: That would create duplicate #status ids and create an invalid document, so …
- 22:49 Ticket #5532 (jQuery.trigger doesn't pass data argument when its object with length ...) closed by
- worksforme: Yep, if you pass an Array as documented it works fine.
- 19:21 Ticket #5532 (jQuery.trigger doesn't pass data argument when its object with length ...) created by
- jQuery.trigger (and probably more functions) doesn't pass data when it's …
- 17:31 Ticket #5531 (Toggle Flickers in IE8 for "slow" speed) created by
- In IE8, when toggling to hide the element, the background that was …
- 11:45 Ticket #5530 (load method: In IE7/8 incoming and current document selectors must be ...) created by
- 1. Use the jQuery load(url) method and specify a jQuery selector in the …
- 08:45 Ticket #5529 (ajaxSettings.xhr not correct on Windows Mobile phone) created by
- I was building a widget for an MDA Compact V which runs WM 6.1 and the …
- 02:55 Ticket #4867 (binding "click" event to html()'ed content element causes spurious events) closed by
- worksforme: I think this example is convoluted, but working as it should.
- 02:53 Ticket #4939 (Using the not() filter negates the live() method) closed by
- worksforme: Working as documented.
- 02:51 Ticket #3264 ([treeview] keeps two branches expanded when serializing (cookie-based)) closed by
- invalid: This is not a jQuery core bug report.
- 02:48 Ticket #5528 (jQuery.makeArray( nodeList )) created by
- Unlike jQuery.merge, makeArray is not safe from nodeLists which length …
- 02:41 Ticket #4110 (beforeSend is ignored in Firefox 3 with JQuery 1.3.1) closed by
- fixed: This is working as documented; it's just not possible to set request …
- 02:39 Ticket #4454 ([autocomplete] - jQuery plugin 1.0.2) closed by
- invalid: This belongs in the jQuery UI tracker, http://dev.jqueryui.com
- 02:36 Ticket #4975 (XML error in IE) closed by
- duplicate: Duplicate of #4958.
- 02:23 Ticket #4992 (ajax() and underscores) closed by
- invalid: Can you debug this a bit more? For example, are you seeing the action …
- 02:09 Ticket #5083 (JQuery memory issue) closed by
- invalid: Not enough information for a bug report. Please ask for help on the …
- 02:08 Ticket #5292 (Ajax Async Request fails in IE8) closed by
- invalid: The code you have isn't a complete test case. It would be best to try and …
- 01:58 Ticket #5053 (jQuery.fn["ajaxStart"] and other related functions are incorrectly defined) closed by
- invalid: The vsdoc version is only for use with Visual Studio Intellisense, so it …
- 01:56 Ticket #5527 (More generic jQuery.merge) created by
- Add support for null and undefined values. Permit array like object as …
11/17/09:
- 23:49 Ticket #5526 (can't remove "border" element style in IE) created by
- IE behaves unexpectedly when you try to remove the "border" CSS style. …
- 19:53 Ticket #5525 (Make .text() work on text nodes) closed by
- fixed: Fixed. …
- 19:52 Changeset [b30af34f28074b491929445f5aad3d62c63e772f] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 19:51 Ticket #5525 (Make .text() work on text nodes) created by
- See: …
- 19:36 Changeset [c08474580caa44d2b5f32be54c0d884832bbd1c3] by
-
- test/unit/ajax.js
- 19:25 Changeset [b33f37c22c1d6e83855ca7c43e8c365a767372db] by
-
- test/qunit
- 15:45 Changeset [3a23a5c17dd0522da06db8f36890f134f9004de6] by
-
- src/event.js
- 14:30 Ticket #5524 (clone() doesn't clone the textarea's text value) created by
- When calling clone() on an entire DIV that contains multiple textarea …
- 13:58 Ticket #5523 (overrided toString not copied in IE by $.extend) created by
- IE skips the 'toString' method in a for( var attr in objext ) loop. …
- 11:28 Ticket #5522 (IE8 expando bug) created by
- In firefox&chrome it works without any problem, but in IE8 it does not OK: …
- 10:24 Ticket #5521 ($(document).ready() firing too early probably in WebKit, and messing up ...) created by
- I have attached a website design, where adding the jQuery script breaks …
- 08:34 Ticket #5520 (Incorrect offset values in IE8 under box-sizing: border-box model) created by
- When using IE8 in strict mode, but selecting the box-sizing: border-box …
11/16/09:
- 23:44 Ticket #5508 (IE does not allow you to use square brackets in jQuery query) closed by
- invalid: True but you didn't escape the *other* character that isn't valid in a …
- 23:42 Ticket #5518 (load() method using relevant paths) closed by
- invalid: Try debugging a complete test case using help in the forums first, then …
- 23:39 Ticket #5519 (Problem using data() in GreaseMonkey script) closed by
- invalid: If you can narrow it down to a jQuery problem, reopen this with a clear …
- 20:52 Ticket #5519 (Problem using data() in GreaseMonkey script) created by
- I'm not 100% sure if this is a problem with jQuery or GreaseMonkey. When …
- 11:44 Ticket #5518 (load() method using relevant paths) created by
- Hi, tried to include .html file in .html file files structure: …
- 07:16 Ticket #5508 (IE does not allow you to use square brackets in jQuery query) reopened by
- mhh...i already read the docu and tried to escape the brackets but it did …
- 07:10 Ticket #5517 (.offset().top gives incorrect values) created by
- I use the code below to get the optimum scrolltop position for a comment, …
11/15/09:
- 11:39 Ticket #5516 (Make submit, change and select events compatible with .live()) created by
- It was announced during jQconf that 1.4 will make it possible to use any …
- 05:27 Changeset [0a7232cc39912064de62ee06fd14221b36c93fd8] by
-
- .gitignore
- test/qunit
- 05:18 Ticket #5515 (pseudo-selector descendent selectors under html5 in IE fail) created by
- http://miketaylr.com/test/html5pseudo.html (needs html5 shiv or it …
- 04:14 Changeset [d338b1a1e7e2c43977bd65ca9502301c705c989b] by
-
- .gitignore
- 03:15 Ticket #5481 (Using ' instead of ") closed by
- invalid: Hi, can you reopen this ticket with your statistics about how much better …
- 02:56 Ticket #5497 (Fade In Fade Out - Stays Half transparant when stopped) closed by
- worksforme: Check out the gotoEnd parameter. …
- 02:43 Ticket #5495 ($(#validID).attr("name", "whatever") is not working on IE8) closed by
- invalid
11/14/09:
- 22:27 Ticket #5514 (Move try..catch outside loop in withinElement function) created by
- In the withinElement function used by mouseenter and mouseleave events …
- 22:15 Ticket #5504 ($.ajax succes .html(...jscript alert...) => all dropdown in pag error) closed by
- invalid
- 22:14 Ticket #5503 (Selector against name fails if name contains period followed by square ...) closed by
- worksforme: For correct cross-browser operation, you must escape any special chars in …
- 22:05 Ticket #5508 (IE does not allow you to use square brackets in jQuery query) closed by
- worksforme: Try escaping the bracket with per the docs. …
- 22:01 Ticket #5512 (add header option for sending custom http header) closed by
- worksforme: That is the purpose of the beforeSend function, it passes you the xhr …
- 21:58 Ticket #5513 (scrollTop() and offset() do not work in Firefox 2.0.0.11) closed by
- invalid: Please provide a test case that shows the problem with FF 2.0.0.11.
- 21:56 Ticket #5510 (IE7 and IE8 ignores remove()) closed by
- worksforme: You should debug this a bit more and reduce it to a simple test case …
- 16:56 Ticket #5513 (scrollTop() and offset() do not work in Firefox 2.0.0.11) created by
- In order to get this to work in both Opera and FF (because who really …
- 15:37 Ticket #4761 (hasClass() can't parse classes with newlines.) closed by
- duplicate: Dup of #5505, which has a better patch. (This one requires \r\n in …
- 10:04 Ticket #5512 (add header option for sending custom http header) created by
- $.ajax({ 'url':'/test', header:{'customHeaderName':'customHeaderValue'} …
- 03:27 Ticket #4458 (animate assumes display:"block" for width or height animations) closed by
- duplicate: This too is a dup, the real deal is #2185.
- 03:18 Ticket #5487 (animate height or width changes display mode) closed by
- duplicate: Duplicate of #4458.
- 00:54 Ticket #5511 ($(function () {...}, iframe.contentDocument);) created by
- http://groups.google.com/group/jquery-en/browse_thread/thread/427cab3dc2453 …
11/13/09:
- 21:14 Ticket #5510 (IE7 and IE8 ignores remove()) created by
- I am dynamically inserting div elements within a parent div but when an …
- 21:00 Ticket #5509 (Setting rgba value as border color makes jquery halt) created by
- If you try to use rgba value as 'border-right-color', IE8 reports error …
- 14:12 Ticket #5506 (.show() and .hide() throw errors with falsy values for speed) closed by
- fixed: Landed. …
- 08:11 Ticket #5508 (IE does not allow you to use square brackets in jQuery query) created by
- I stumbled upon a bug in IE (tested with IE 7 and IE 8), when i used a …
- 04:23 Changeset [9cd5866a292b1d653651237802d80393a9081528] by
-
- src/fx.js
- 04:23 Changeset [8cb8ae27d8e0c732b711d73d2ef71125b0a7769b] by
-
- test/unit/fx.js
- 04:23 Changeset [231c8756788f085d04c6120c12eaa66766abfa3f] by
-
- src/fx.js
- 01:17 Ticket #5507 (Ajax Fires "Complete" Event Twice (JSONP)) created by
- When using $.ajax() for JSONP requests, the "complete" event is fired …
- 00:09 Changeset [ee9192d103b3e3b5479a824caa9f6938598ebd30] by
-
- test/unit/core.js
11/12/09:
- 22:42 Ticket #5506 (.show() and .hide() throw errors with falsy values for speed) created by
- Calling .show(null) used to behave the same as .show(), but now throw …
- 19:24 Ticket #5505 (hasClass doesn't work with carriage return or tab) created by
- className attribute in a element could contain carriage return or tab. …
- 19:16 Ticket #5504 ($.ajax succes .html(...jscript alert...) => all dropdown in pag error) created by
- in mozilla 3.5.5 $.ajax({ type: "POST", ... success: function(msg){ …
- 16:49 Ticket #5503 (Selector against name fails if name contains period followed by square ...) created by
- JQuery 1.3.2 fails if the name used in a selector contains a period …
- 15:07 Ticket #5502 (Implement timeouts for script requests) closed by
- duplicate: We'll work on this in bug #3442.
- 15:06 Ticket #1768 ($.getScript() never fails on load) closed by
- duplicate: We'll work on this in bug #3442.
- 15:06 Ticket #1863 (support for error and timeout in JSONP calls) closed by
- duplicate: We'll work on this in bug #3442.
- 15:02 Ticket #5502 (Implement timeouts for script requests) created by
- This functionality is missing: …
- 15:02 Ticket #5501 (Implement dataFilter/processData for script requests) created by
- This functionality is missing: …
- 15:01 Ticket #5500 (Implement beforeSend/ajaxSend for script requests) created by
- This functionality is missing: …
- 15:01 Milestone 1.3.2 completed
- 15:01 Milestone 1.3.1 completed
- 15:01 Milestone 1.3 completed
- 15:00 Milestone 1.2.5 completed
- 15:00 Milestone 1.2.4 completed
- 15:00 Milestone 1.2.3 completed
- 15:00 Milestone 1.2.2 completed
- 15:00 Milestone 1.2.1 completed
- 15:00 Milestone 1.2 completed
- 14:54 Ticket #5499 (jQuery.each) created by
- Can we please make jQuery more robust by using hasOwnProperty to check …
- 14:47 Ticket #5498 (do not use global undefined) closed by
- worksforme: Yep, already done.
- 14:21 Ticket #5498 (do not use global undefined) created by
- Please add code to shield jQuery from jokers who change the global …
- 14:17 Ticket #5496 (for() loops optimization) closed by
- wontfix: However this particular change sacrifices clarity and legibility for a …
- 14:15 Ticket #5497 (Fade In Fade Out - Stays Half transparant when stopped) created by
- Hello, I have a hover function. That fades in some images and on mouse …
- 14:04 Ticket #5494 (jQuery.extend(true, ...) to extend recursively object literal values only) closed by
- fixed: Landed. Thanks for the fixes! …
- 13:59 Changeset [7b26e3bcc8fab748cf99f4bf8d7e25599f8cd1f3] by
-
- test/unit/core.js
- 13:59 Changeset [990d9ca1b05a587cce7599a1a40aa2558117db41] by
-
- src/core.js
- test/unit/core.js
- 13:59 Changeset [93be758de94b2d4a76fca217465c9e09b613cedd] by
-
- src/core.js
- test/unit/core.js
- 13:27 Ticket #5496 (for() loops optimization) created by
- Obvious this is , but still has to be done ;o) Ce we please optimise the …
- 09:52 Ticket #5495 ($(#validID).attr("name", "whatever") is not working on IE8) created by
- I am using this command to change the name of some elements in a form but …
- 05:57 Ticket #5494 (jQuery.extend(true, ...) to extend recursively object literal values only) created by
- [ http://github.com/rkatic/jquery/commit/4563bcb487a2b4ea25c1980c6d070c28d88 …
- 05:01 Ticket #5493 (isObjectLiteral to work correctly with custom objects with empty prototype) created by
- At cost of 2 additional function calls, we have now support for custom …
- 02:11 Ticket #5492 (Computed CSS handled differently in CHROME) created by
- Computed CSS on newly made but not attached elements is not avaiable in …
Note: See TracTimeline
for information about the timeline view.
