Timeline
Nov 13, 2009:
- 10:27 PM Ticket #4458 (animate assumes display:"block" for width or height animations) closed by
- duplicate: This too is a dup, the real deal is #2185.
- 10:18 PM Ticket #5487 (animate height or width changes display mode) closed by
- duplicate: Duplicate of #4458.
- 7:54 PM Ticket #5511 ($(function () {...}, iframe.contentDocument);) created by
- http://groups.google.com/group/jquery-en/browse_thread/thread/427cab3dc …
- 4:14 PM Ticket #5510 (IE7 and IE8 ignores remove()) created by
- I am dynamically inserting div elements within a parent div but when …
- 4:00 PM 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 …
- 9:12 AM Ticket #5506 (.show() and .hide() throw errors with falsy values for speed) closed by
- fixed: Landed. …
- 3:11 AM 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 …
Nov 12, 2009:
- 11:23 PM Changeset [8cb8ae2]1.12-stable2.2-stablekillphp by
- test/unit/fx.js
- 11:23 PM Changeset [9cd5866]1.12-stable2.2-stablekillphp by
- src/fx.js
- 11:23 PM Changeset [231c875]1.12-stable2.2-stablekillphp by
- src/fx.js
- 8:17 PM Ticket #5507 (Ajax Fires "Complete" Event Twice (JSONP)) created by
- When using $.ajax() for JSONP requests, the "complete" event is fired …
- 7:09 PM Changeset [ee9192d]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 5:42 PM 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 …
- 2:24 PM Ticket #5505 (hasClass doesn't work with carriage return or tab) created by
- className attribute in a element could contain carriage return or tab. …
- 2:16 PM 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){ …
- 11:49 AM 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 …
- 10:07 AM Ticket #5502 (Implement timeouts for script requests) closed by
- duplicate: We'll work on this in bug #3442.
- 10:06 AM Ticket #1768 ($.getScript() never fails on load) closed by
- duplicate: We'll work on this in bug #3442.
- 10:06 AM Ticket #1863 (support for error and timeout in JSONP calls) closed by
- duplicate: We'll work on this in bug #3442.
- 10:02 AM Ticket #5502 (Implement timeouts for script requests) created by
- This functionality is missing: …
- 10:02 AM Ticket #5501 (Implement dataFilter/processData for script requests) created by
- This functionality is missing: …
- 10:01 AM Ticket #5500 (Implement beforeSend/ajaxSend for script requests) created by
- This functionality is missing: …
- 10:01 AM Milestone 1.3.2 completed
- 10:01 AM Milestone 1.3.1 completed
- 10:01 AM Milestone 1.3 completed
- 10:00 AM Milestone 1.2.5 completed
- 10:00 AM Milestone 1.2.4 completed
- 10:00 AM Milestone 1.2.3 completed
- 10:00 AM Milestone 1.2.2 completed
- 10:00 AM Milestone 1.2.1 completed
- 10:00 AM Milestone 1.2 completed
- 9:54 AM Ticket #5499 (jQuery.each) created by
- Can we please make jQuery more robust by using hasOwnProperty to check …
- 9:47 AM Ticket #5498 (do not use global undefined) closed by
- worksforme: Yep, already done.
- 9:21 AM Ticket #5498 (do not use global undefined) created by
- Please add code to shield jQuery from jokers who change the global …
- 9:17 AM Ticket #5496 (for() loops optimization) closed by
- wontfix: However this particular change sacrifices clarity and legibility for a …
- 9:15 AM 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 …
- 9:04 AM Ticket #5494 (jQuery.extend(true, ...) to extend recursively object literal values only) closed by
- fixed: Landed. Thanks for the fixes! …
- 8:59 AM Changeset [7b26e3b]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 8:59 AM Changeset [93be758d]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 8:59 AM Changeset [990d9ca]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 8:27 AM Ticket #5496 (for() loops optimization) created by
- Obvious this is , but still has to be done ;o) Ce we please optimise …
- 4:52 AM 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 …
- 12:57 AM Ticket #5494 (jQuery.extend(true, ...) to extend recursively object literal values only) created by
- [http://github.com/rkatic/jquery/commit/4563bcb487a2b4ea25c1980c6d070c2 …
- 12:01 AM 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 …
Nov 11, 2009:
- 9:11 PM Ticket #5492 (Computed CSS handled differently in CHROME) created by
- Computed CSS on newly made but not attached elements is not avaiable …
- 6:08 PM Changeset [1ce92e0]1.12-stable2.2-stablekillphp by
- Makefile
- 5:35 PM Ticket #5342 (hidden/visible broken for td/th cells in ie8) closed by
- duplicate: Duplicate of #4512.
- 5:35 PM Ticket #4512 (jquery-1.3.2.min.js "visible" selector doesn't run properly) closed by
- fixed: Looks like this fix is still working, as far as I can tell.
- 3:36 PM Ticket #3591 (Patch: xhr object isn't returned in $.ajax() success callback) closed by
- duplicate: Duplicate of #3363, which has been fixed.
- 3:16 PM Ticket #5160 (Improve inArray to use Array.indexOf when available) closed by
- fixed: Fixed. …
- 3:15 PM Changeset [c07d15d]1.12-stable2.2-stablekillphp by
- src/core.js
- 3:12 PM Ticket #4561 (IE seems to be case sensitive, please either document or enhance ...) closed by
- fixed: Fixed both useMap and frameBorder as they both have valid (and modern) …
- 3:11 PM Changeset [5ac2e083]1.12-stable2.2-stablekillphp by
- src/support.js
- 3:04 PM Ticket #5433 ($( sel ).ajax( [ajaxOptions] )) closed by
- wontfix: In cases such as this we simply recommend that you use $.ajax() …
- 3:02 PM Ticket #4525 (Chrome and .load not friends) closed by
- invalid: Not related to #4690 - we really need a test case in order to verify …
- 3:02 PM Ticket #4690 (Chrome OPTIONS header type sent for POST ajax request, FF fails.) closed by
- wontfix: You are attempting to do a cross-domain POST. This does not work in …
- 2:59 PM Ticket #4555 (load has inconsistant behavior) closed by
- duplicate: Duplicate of #4235.
- 2:58 PM Ticket #4765 (Ajax/Load, "expected ';' " Bug with internet explorer 6 / 7) closed by
- invalid: All I can figure is that the content/script that you're loading is …
- 2:55 PM Ticket #4235 ($('#id).load() doesn't execute callback if selector matches an empty set) closed by
- fixed: Fixed. …
- 2:55 PM Changeset [357e2ae]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 2:39 PM Ticket #1813 (Enhancement of the jQuery.fn.load ...?) closed by
- wontfix: I like the idea behind this proposal although there are a few major …
- 2:29 PM Ticket #3363 (Patch to include 3rd argument to callbacks in jQuery.get and ...) closed by
- fixed: Fixed. …
- 2:29 PM Changeset [c2101245]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 2:24 PM Ticket #5483 (Another Result in .html() with \r\n at the beginning (1.4pre)) closed by
- fixed: Fixed: …
- 2:23 PM Changeset [7c4144f]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 2:17 PM Ticket #760 (.css('fontSize') returns different value in Internet Explorer) closed by
- fixed: Landed fix for this: …
- 2:17 PM Changeset [449e099]1.12-stable2.2-stablekillphp by
- src/css.js
- test/data/testsuite.css
- test/unit/css.js
- 2:02 PM Ticket #4379 (Reduce/eliminate dependencies between jQuery modules) closed by
- fixed: This is pretty well taken care of for 1.4. We'll revisit post-1.4 and …
- 2:00 PM Ticket #5425 (why does live() need to run a selection during intit?) closed by
- invalid: jQuery can't have fore-knowledge of what will happen against the …
- 1:57 PM Ticket #4787 ($(document).ready() frame detection / cross-domain error in IE6) closed by
- fixed: Rich, landed your patch - thanks! …
- 1:56 PM Changeset [bf71575]1.12-stable2.2-stablekillphp by
- src/event.js
- 1:49 PM Ticket #5293 (createElement optimization should allow for tag pair as well as ...) closed by
- fixed: Fixed. …
- 1:49 PM Changeset [c4c820e]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 1:45 PM Ticket #5344 (Opera 9.2 and belowe don't handle css proprety «opacity») closed by
- fixed: Fixed. …
- 1:45 PM Changeset [d933e9c]1.12-stable2.2-stablekillphp by
- src/support.js
- 1:43 PM Ticket #4955 (Changeset 6449, init method now causes troube if called after ...) closed by
- fixed: Fixed: …
- 1:42 PM Changeset [dee8e45]1.12-stable2.2-stablekillphp by
- src/core.js
- 1:39 PM Ticket #4946 (jQuery.isObject, changeset 6442) closed by
- fixed: This method is gone if favor of the improved isObjectLiteral. …
- 1:33 PM Changeset [ca8a9e8]1.12-stable2.2-stablekillphp by
- test/qunit
- 1:33 PM Changeset [6035913]1.12-stable2.2-stablekillphp by
- test/qunit
- 1:29 PM Ticket #5491 (make with a clean (git) install doesn't work) created by
- The following doesn't work out of the box: $ git clone …
- 1:10 PM Ticket #5379 (eq handle -1) closed by
- duplicate: Duplicate of #4262.
- 1:10 PM Ticket #5050 (eq(-1) - negative numbers take from end of the collection) closed by
- duplicate: Duplicate of #4262.
- 1:10 PM Ticket #4262 (eq() performance improvement and negative indices) closed by
- fixed
- 1:07 PM Ticket #5306 ($.isObject() is incorrect, and in some cases will cause $.extend() ...) closed by
- fixed: This should be fixed in this recent commit: …
- 12:45 PM Ticket #5490 (Few fixes for release) created by
- In jquery-nightly.js 1.4pre - 6586 Line 3150 - if ( name == …
- 9:49 AM Ticket #5274 (Toggle cycles incorrectly with multiple toggle handlers) closed by
- fixed: The patch worked, although I had to make some tweaks (namely, using …
- 9:46 AM Changeset [5cb1163]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:29 AM Ticket #5489 (jquery 1.3.2: html() method wont work on IE 6 and 7) created by
- html() wont work on IR6 and 7, My codes are working well before then …
- 6:25 AM Ticket #5488 (Please update visualjquery.com) created by
- This is incredibly useful tool for jQuery developer, it helps to find …
- 3:42 AM Ticket #5487 (animate height or width changes display mode) created by
- Hi! When you add a animation to a element, the display css is …
Nov 10, 2009:
- 11:07 PM Changeset [4b55e94]1.12-stable2.2-stablekillphp by
- src/core.js
- 9:16 PM Ticket #5466 (Image load only fires once in chrome) closed by
- worksforme: There are a couple of strange things there. First is that the element …
- 8:50 PM Ticket #5477 (Problem with Ajax in Firefox) closed by
- invalid: This does not sound like a bug report. Please ask for help on the forums.
- 8:49 PM Ticket #5478 (The "Accordion" page in the docs has some grammar errors) closed by
- invalid: Please report this on the UI bug tracker.
- 8:48 PM Ticket #5486 (keypress fails to work on chromium, keydown works like keypress should) closed by
- invalid: If you can reproduce this with bare DOM events, please report it to …
- 8:39 PM Ticket #5486 (keypress fails to work on chromium, keydown works like keypress should) created by
- trapping the keypress event in chromium nightly doesn't work. using …
- 6:54 PM Ticket #5485 (Can't reach the "About Trac" section) closed by
- duplicate: Duplicate of #5484
- 6:52 PM Ticket #5469 (Class selector doesn't work as expected when specifying top) closed by
- worksforme: > It is *not* working. And it doesn't work with .find() either. …
- 5:11 PM Ticket #5485 (Can't reach the "About Trac" section) created by
- ==== How to Reproduce ====
While doing a GET operation on
/about
, … - 5:11 PM Ticket #5484 (Can't reach the "About Trac" section) created by
- ==== How to Reproduce ====
While doing a GET operation on
/about
, … - 1:51 PM Ticket #5483 (Another Result in .html() with \r\n at the beginning (1.4pre)) created by
- If you call .html('</body>\r\n</html>') on an div for …
- 12:40 PM Ticket #5482 (Sizzle pseudo-selectors blow up with nested brackets) created by
- Using a bracket ')' in the contains filter crashes firefox. Escaping …
- 12:05 PM Ticket #5481 (Using ' instead of ") created by
- Hello, If you replace " with ' in JavaScript files we will get a …
- 9:51 AM Ticket #3988 ($(document).ready() fires after images load in IE) closed by
- fixed: The reported problem (in IE with 1.3.1) was fixed and closed. If you …
- 9:36 AM Ticket #5480 (IE7 selector problem) created by
- Hi! It seems I've found a bug. I've created several inputs …
Nov 9, 2009:
- 9:09 PM Ticket #5479 (removeAttr: remove multiple attributes) created by
- It would be nice if removeAttr() accepted multiple attributes. This …
- 8:13 PM Changeset [a8b089a]1.12-stable2.2-stablekillphp by
- Makefile
- 7:40 PM Ticket #5380 (jQuery tests fail because on Chrome of V8 sorting optimization (patch)) closed by
- fixed: Made some tweaks to the patch and landed it - good catch and thanks …
- 4:25 PM Ticket #5478 (The "Accordion" page in the docs has some grammar errors) created by
- The page located at http://docs.jquery.com/UI/Accordion has 12 …
- 4:19 PM Ticket #5477 (Problem with Ajax in Firefox) created by
- I am trying to implement an auto save feature where user input text …
- 11:21 AM Ticket #5476 (Prevent get(-1) to create a new jQuery object) created by
- Instead of […] you will write […] or even better (for me) […]
- 7:50 AM Ticket #4320 (document.body append-Error when using back-Button in IE7) closed by
- fixed: Verified fixed: …
- 7:47 AM Changeset [262fcf7]1.12-stable2.2-stablekillphp by
- src/event.js
- 7:41 AM Ticket #4320 (document.body append-Error when using back-Button in IE7) reopened by
- I take that back, this is the ticket with the good test case. I …
- 7:40 AM Ticket #4406 (jQuery doesn't wait for page to load.) closed by
- duplicate
- 7:31 AM Ticket #5443 ([with solution and fix proposal] sporadic error "document.body is ...) closed by
- duplicate
- 7:31 AM Ticket #5443 ([with solution and fix proposal] sporadic error "document.body is ...) reopened by
- Actually, I fixed this incorrectly - backing this change out. It's a …
- 7:30 AM Changeset [24e18d4]1.12-stable2.2-stablekillphp by
- src/event.js
- 7:03 AM Ticket #5259 ([patch] Event delegation for mouseenter and mouseleave) closed by
- fixed: Landed the updated version: …
- 7:01 AM Changeset [4fd730dc]1.12-stable2.2-stablekillphp by
- src/event.js
- 6:59 AM Changeset [d251809]1.12-stable2.2-stablekillphp by
- src/event.js
- 6:41 AM Changeset [9a69b2c]1.12-stable2.2-stablekillphp by
- src/event.js
- 6:40 AM Ticket #5475 (closest method to evaluate the selector with appropriate context) closed by
- fixed: Merged this in: …
- 6:39 AM Changeset [e03aee1]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 6:33 AM Ticket #5474 (isObject that works) closed by
- fixed: Merged the commits in - thanks! …
- 6:32 AM Changeset [b256a3a]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 6:32 AM Changeset [c2bbcd8]1.12-stable2.2-stablekillphp by
- src/core.js
- 6:08 AM Ticket #4270 (Remove the use of nonstandard properties leftContext and rightContext) closed by
- fixed: Fixed in Sizzle. …
- 5:28 AM Ticket #5469 (Class selector doesn't work as expected when specifying top) reopened by
- It is *not* working. And it doesn't work with .find() either.
Nov 8, 2009:
- 7:03 PM Ticket #5475 (closest method to evaluate the selector with appropriate context) created by
- [http://groups.google.com/group/jquery-dev/browse_frm/thread/588fe6d162 …
- 12:24 PM Ticket #5474 (isObject that works) created by
- [http://groups.google.com/group/jquery-dev/browse_frm/thread/cc751b4c6c …
- 10:30 AM Ticket #4320 (document.body append-Error when using back-Button in IE7) closed by
- duplicate: I think this is a dup of #5443, which has been fixed for 1.4. If not, …
- 3:09 AM Ticket #5473 (animate fails in IE with very small floating point values) created by
- If you call animate with a very small floating point value (for …
Nov 7, 2009:
- 10:09 PM Ticket #5469 (Class selector doesn't work as expected when specifying top) closed by
- worksforme:
$(y,x)
is the same as$(x).find(y)
, so no. It's best to … - 5:43 PM Ticket #5472 (Failure work of html(val) attribute with FF2.0 and IE7.0 if val is element) closed by
- worksforme: Do you have an example of this happening? I'm unable to reproduce it.
- 5:37 PM Ticket #5471 (Resizable and Draggable disable does not distroy mouse event bindings) closed by
- invalid: This is a jQuery UI bug and should be filed in the jQuery UI bug …
- 4:53 PM Ticket #5470 (jQuery.lastCloser instead of using data API) closed by
- fixed: Landed the fixes for this - thanks for the patch! …
- 3:32 PM Ticket #5472 (Failure work of html(val) attribute with FF2.0 and IE7.0 if val is element) created by
- I'd like to notify about failure work of html(val) attribute in jQuery …
- 2:51 PM Ticket #5471 (Resizable and Draggable disable does not distroy mouse event bindings) created by
- I'm using resizable and draggable in my plugin. Everything works fine …
- 11:40 AM Changeset [76f6f0d]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 11:38 AM Ticket #5470 (jQuery.lastCloser instead of using data API) created by
- Usage of data API to store last closer value can be avoided by storing …
- 11:37 AM Changeset [3dc5bc5a]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:36 AM Changeset [0f03c748]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 11:25 AM Ticket #5459 (.animate() does nothing when passed an empty hash) closed by
- fixed: Fixed: …
- 11:22 AM Changeset [3106039]1.12-stable2.2-stablekillphp by
- src/fx.js
- test/unit/fx.js
- 11:12 AM Ticket #5434 ($.fn.add( selector, context )) closed by
- fixed: The more I thought about it, the less sense "|| this.context && …
- 10:48 AM Ticket #5469 (Class selector doesn't work as expected when specifying top) created by
- […] does not find the span on this HTML […] I can understand …
- 10:43 AM Changeset [b0fe380]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/core.js
- 10:26 AM Ticket #5437 (Google Maps API requires callback be last in url) closed by
- wontfix: The fix for this is simple enough, on your end - just specify: cache: …
- 10:21 AM Ticket #5438 ($.merge() discards comment nodes) closed by
- fixed: Fixed: …
- 10:15 AM Changeset [ef05f44]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:13 AM Ticket #5439 ($.ajax modifies the options object) closed by
- fixed: Good point - I just landed your fix and disabled the test that relied …
- 10:08 AM Changeset [6a722e2]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 10:03 AM Changeset [1a94a46]1.12-stable2.2-stablekillphp by
- test/qunit
- 10:02 AM Ticket #5443 ([with solution and fix proposal] sporadic error "document.body is ...) closed by
- fixed: That's a simple enough check, added it in: …
- 10:00 AM Changeset [81bfd9b8]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:56 AM Ticket #5446 (css("font-size") not returning correct value for elements in iframe) closed by
- fixed: I think you made a mistake with your patch - you define the …
- 9:47 AM Ticket #5450 (A bug on the main website when link is clicked) closed by
- fixed: This should be fixed now.
- 9:45 AM Ticket #5453 (Unspecified error when using JQuery with update panel) closed by
- invalid: Umm - this is a really old version of the Dimensions plugin? We're …
- 9:42 AM Ticket #5455 (bug: Modal confirmation resize when drag) closed by
- invalid: Please file this in the jQuery UI bug tracker: http://dev.jqueryui.com/
- 9:32 AM Ticket #5462 ($(".selector").resize(function(){...}); no work in FF3.0.5) closed by
- invalid: The resize event only fires on the window, it doesn't fire on …
- 9:30 AM Ticket #5463 (.width() not returning correct result in IE<8 of Safari browsers when ...) closed by
- worksforme: WIthout an example, it sounds like this may be a logic error in your …
- 9:22 AM Ticket #5465 (remove() feature removes all siblings) closed by
- invalid: This is actually a bug with your code - you're appending the cloned TR …
- 9:16 AM Ticket #5464 (:ishidden selector on IE8 (IE8 standards)) closed by
- worksforme: This has actually already been fixed in the jQuery nightlies.
- 9:02 AM Ticket #5468 (Bad URI causes ajaxStop and ajaxComplete not to fire) closed by
- fixed: Thanks for the patch! Just landed it: …
- 8:59 AM Changeset [513053d]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 8:58 AM Ticket #5467 (Patch for jQuery offset method for PlayStation 3 Silk browser) closed by
- fixed: Landed this fix in the Git repo: …
- 8:57 AM Changeset [9a371e2]1.12-stable2.2-stablekillphp by
- src/offset.js
- 8:55 AM Changeset [339708cd]1.12-stable2.2-stablekillphp by
- build.xml
- 1:19 AM Ticket #5468 (Bad URI causes ajaxStop and ajaxComplete not to fire) created by
- If you do an Ajax request that generates a NS_ERROR_DOM_BAD_URI (or …
Nov 6, 2009:
- 10:58 PM Ticket #5467 (Patch for jQuery offset method for PlayStation 3 Silk browser) created by
- The PlayStation 3 Silk browser likes to pretend it's a modern browser …
- 10:26 PM Ticket #5448 (Deep namespaced event's are being sorted) closed by
- invalid: jQuery doesn't have deep namespacing, it has multiple namespacing. …
- 10:24 PM Ticket #5449 (No way to register for JQuery UI Bug Tracker) closed by
- worksforme: There's a register link on the top right section of …
- 9:49 PM Ticket #5466 (Image load only fires once in chrome) created by
- Hi there, I am loading a image in the background, and only displaying …
- 11:42 AM Ticket #5465 (remove() feature removes all siblings) created by
- I have a slight issue with some jquery where i believe its a bug …
- 9:34 AM Ticket #5461 (Live Click Event Triggers on Right- and Middle-Click) closed by
- duplicate: Duplicate of #3861.
- 8:40 AM Ticket #5464 (:ishidden selector on IE8 (IE8 standards)) created by
- The :ishidden selector doesn't seem to recognize a hidden (class with …
- 6:16 AM Ticket #5463 (.width() not returning correct result in IE<8 of Safari browsers when ...) created by
- When inserting content into the DOM via the load() call the correct …
- 5:19 AM Ticket #5462 ($(".selector").resize(function(){...}); no work in FF3.0.5) created by
- function balanceMainDivSize() { if ($("#d1").height() > …
- 1:57 AM Ticket #5461 (Live Click Event Triggers on Right- and Middle-Click) created by
- If you are to compare the following code... …
Note: See TracTimeline
for information about the timeline view.