Timeline
11/06/09:
- 16:42 Ticket #5465 (remove() feature removes all siblings) created by
- I have a slight issue with some jquery where i believe its a bug issue. …
- 14:34 Ticket #5461 (Live Click Event Triggers on Right- and Middle-Click) closed by
- duplicate: Duplicate of #3861.
- 13:40 Ticket #5464 (:ishidden selector on IE8 (IE8 standards)) created by
- The :ishidden selector doesn't seem to recognize a hidden (class with …
- 11:16 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 width …
- 10:19 Ticket #5462 ($(".selector").resize(function(){...}); no work in FF3.0.5) created by
- function balanceMainDivSize() { if ($("#d1").height() > …
- 06:57 Ticket #5461 (Live Click Event Triggers on Right- and Middle-Click) created by
- If you are to compare the following code... $('#clicker').click(function …
- 04:52 Ticket #4871 (:last selector problem) closed by
- worksforme: I agree with mikecapp that you seem to want :last-child. Find the docs …
- 03:36 Ticket #5460 (.detach() method isn't documented) created by
- Just noticed .detach() isn't mentioned at all.
- 01:02 Ticket #5459 (.animate() does nothing when passed an empty hash) created by
- $(el).animate({}, function() { alert('done'); }); doesn't execute the …
11/05/09:
- 21:20 Ticket #5458 ($.fn.trigger fails to apply extra data to callback for live events) created by
- To reproduce: […] Note that arg2 and arg3 are not passed to the …
- 17:29 Ticket #5454 (bug on ":contains(text) ") closed by
- invalid: Please reopen with a complete test case (both script and html) that …
- 17:27 Ticket #5456 (Memory leak in jquery.js) closed by
- invalid: jQuery 1.3.2 is the current version of jQuery. If you are reporting a bug, …
- 12:07 Ticket #5456 (Memory leak in jquery.js) created by
- Hi, I found a memory leak at the following text using IELEAKSDETECTOR in …
- 10:19 Ticket #5455 (bug: Modal confirmation resize when drag) created by
- I visited site: ( http://jqueryui.com/demos/dialog/#modal-confirmation) 1. …
- 07:45 Ticket #5454 (bug on ":contains(text) ") created by
- 1. I used code ( http://docs.jquery.com/Selectors/contains#text): …
- 06:17 Ticket #5453 (Unspecified error when using JQuery with update panel) created by
- When using jquery 1.3.2version, we get "unspecified error" when some thing …
- 03:39 Ticket #5452 ($('#select_element_id').val("") bug when its option has no value attribute ...) created by
- In ie6/ie7, if option element has no value attribute, option_element.value …
11/04/09:
- 20:26 Ticket #5451 (FadeIn on a table row works in all browsers but NOT IE8) created by
- OK, I've got a demo page setup for this: …
- 15:07 Ticket #5208 (Possible bug involving :not()) closed by
- worksforme: Looks like you thought this would return 3 elements correct? But the …
- 14:49 Ticket #4272 ($('#id ~ div') doesn't work with divs) closed by
- invalid: This appears to be an invalid markup problem. Assuming the test case …
- 14:46 Ticket #5450 (A bug on the main website when link is clicked) created by
- When the link (this.each) on this page …
- 14:09 Ticket #5449 (No way to register for JQuery UI Bug Tracker) created by
- I'm trying to submit a bug/feature ticket for JQuery UI, however I cannot …
- 07:54 Ticket #5448 (Deep namespaced event's are being sorted) created by
- All namespaced event's get sorted when they are stored/called. I've got a …
- 06:38 Ticket #5447 (clone() contains unwanted </div> in IE8) created by
- <div> <object id="object" > <param name="width" value="100" /> ... <embed …
11/03/09:
- 22:12 Ticket #5446 (css("font-size") not returning correct value for elements in iframe) created by
- The code seems to use a cached defaultView that is document.defaultView. …
- 14:00 Ticket #5445 (position() returns wrong value in Safari when margin: 0 auto;) created by
- Expierenced problems with the position() function when: <div id="page" …
- 12:32 Ticket #5444 (load is not loading twice due to eval) created by
- Hi bug reader/troubleshooter. What I am doing is: …
- 02:01 Changeset [fbc162b9a3c31095c91207b72efcf827b3938034] by
-
- README.markdown
- 02:01 Changeset [10068d5fd03ebd621cc26e74cb7fc1ae9a5abab7] by
-
- README.md
- 02:01 Changeset [044ad9052aa88808fc6ccd512269d25bf44cd6b7] by
-
- README.markdown
- 02:01 Changeset [a1bb3ee44d59912b0f911db0133ea459186529ed] by
-
- README
- README.markdown
- 00:31 Ticket #2542 (Callbacks are not triggered on animated methods with a speed of 0) closed by
- fixed
- 00:04 Ticket #5443 ([with solution and fix proposal] sporadic error "document.body is null" ...) created by
- The effect of this error can be disastrous to web servers, as it can …
11/02/09:
- 15:36 Ticket #5441 (Selectors of multi-table) closed by
- invalid: The selector is working just like it should, it got you the last tr of all …
- 13:30 Ticket #5441 (Selectors of multi-table) created by
- <table id="1"> <tr id="11"><td> <table id="1-1"><tr><td>First …
11/01/09:
- 18:59 Ticket #5440 (outerheight() and outerwidth() errors in firefox) created by
- Firefox 3.5.4 The sizing information reported in Firefox for outerheight …
- 17:15 Ticket #5439 ($.ajax modifies the options object) created by
- $.ajax modifies the passed in options object. The justification, from the …
- 14:31 Ticket #5438 ($.merge() discards comment nodes) created by
- From here: …
- 09:53 Ticket #5437 (Google Maps API requires callback be last in url) created by
- I find new bug .ajax() with GoogleMap . as me mind, This bug was created …
- 02:35 Ticket #5435 ($.get(url,fn,'json'),$.getJSON do not work in live event's callback) closed by
- invalid: Given the partial code above it looks like the loop would execute twice: …
10/31/09:
- 19:07 Ticket #5436 (empty tags typed <tagName /> instead of <tagName></tagName> cause ...) closed by
- invalid: Paragraph tags can't use the <tagname /> syntax, even in XHTML documents: …
- 16:26 Ticket #5436 (empty tags typed <tagName /> instead of <tagName></tagName> cause ...) created by
- Unexpected results happened with different commands, but I'm certain …
- 09:45 Ticket #5435 ($.get(url,fn,'json'),$.getJSON do not work in live event's callback) created by
- http://localhost/json echo {id:1,name:"json in live"} …
- 06:27 Ticket #5434 ($.fn.add( selector, context )) created by
- 1. The optional context will be applied on evolving the selector. 2. If …
- 00:25 Ticket #5429 (.text() and .html() are mangling values in incorrect ways in Internet ...) closed by
- duplicate: Duplicate of #3144.
10/30/09:
- 23:20 Ticket #5433 ($( sel ).ajax( [ajaxOptions] )) created by
- ++ Syntactical Sugar to load content into a DOM element -- no SS to …
- 22:56 Ticket #5432 (Voting on Trac) created by
- I would be great if there was some kind of voting on the tickets. This …
- 22:23 Ticket #5431 (jquery.fn.offset on 1.3.x series + IE6/7 (works fine with 1.2.6)) created by
- This bug has been reported originally here: …
- 22:20 Ticket #5430 (animate width not working properly on Webkit? (1.3.2 vs. 1.2.6/1.3.1)) created by
- This has been reported first here: …
- 22:00 Ticket #5429 (.text() and .html() are mangling values in incorrect ways in Internet ...) created by
- In an effort to clean up strings of characters which might contain HTML …
- 19:59 Ticket #5428 (Change in IE's default ajax headers to prevent encoding problems) created by
- There are a problem that arise from a difference in the HTTP headers sent …
- 01:49 Ticket #5427 ($.extend(false, target, obj) doesn't extend target itself) created by
- After executing the following code: var target = { a: 1 }; …
- 00:43 Ticket #5426 (QUnit microformat incorrect) created by
- The QUnit documentation at …
- 00:31 Ticket #5425 (why does live() need to run a selection during intit?) created by
- outlined here: …
- 00:22 Ticket #5424 (append(string) not working in IE8) closed by
- invalid: The name "class" is a reserved word, so you can't use it as a bare word in …
- 00:04 Ticket #5424 (append(string) not working in IE8) reopened by
Note: See TracTimeline
for information about the timeline view.
