Timeline
10/07/06:
- 22:24 Ticket #255 (Add reverse and sort to jQuery core) created by
- reverse: […] sort: […]
- 22:22 Ticket #6 (changed from input/radio/checkbox, etc. break too much) closed by
- invalid
- 20:35 Ticket #240 (jQuery IE6 bug with base href) closed by
- wontfix: This is an IE6 bug as the above comment notes. The work-around is to …
- 20:08 Ticket #204 ([PATCH] IE Opacity issues resolved) closed by
- fixed: Fixed in SVN Rev: 407.
- 20:06 Changeset [c26ae24a1be9fda111f2c3fc69a3e865bfc1ec31] by
-
- src/dimensions/dimensions.js
- src/fx/fx.js
- src/jquery/jquery.js
10/06/06:
- 17:15 Changeset [7b2c84ddbe004ed4ab2ee3982af40b7275d7dfde] by
-
- src/ajax/ajax.js
- src/event/event.js
- src/fx/fx.js
- src/jquery/jquery.js
- 15:11 Ticket #204 ([PATCH] IE Opacity issues resolved) reopened by
- Not yet working, Brandon tries to figure it out.
- 15:09 Ticket #115 (Namespaced Selection of Elements and Attributes) closed by
- duplicate: See http://jquery.com/dev/bugs/bug/155/
- 15:05 Changeset [e218628dda347f5aa9241046780f3345713d7a35] by
-
- src/jquery/jquery.js
- 15:05 Ticket #214 (append(html) function fails, if html is a table fragment and begins with ...) closed by
- fixed: Trimming whitespace should help, fixed in SVN, yet untested.
- 15:01 Ticket #207 (IE weirdness on semi-opaque anti-aliased text, a small fix) closed by
- duplicate
- 15:01 Ticket #160 (a fix for getAttribute('action') in forms) closed by
- fixed: Opera did work fine, but the test was crap. Fixed.
- 14:53 Ticket #163 (IE throws errors for $(this) in nested each loops) closed by
- duplicate
- 14:52 Ticket #211 (IE5 scripting error) closed by
- invalid: In that case, you should load the mentioned code before jQuery on your …
- 14:37 Ticket #221 (filter seemingly not operating correctly) closed by
- fixed: Fixed in SVN.
- 14:33 Ticket #212 (Rhonda) closed by
- fixed: sibling() is fixed in SVN.
- 14:32 Ticket #235 (Simon) closed by
- duplicate: Summarized in http://jquery.com/dev/bugs/bug/252/
- 14:31 Ticket #236 (extend not(jQuery) to be able to operate with sets) closed by
- duplicate: Summarized in http://jquery.com/dev/bugs/bug/252/
- 14:31 Ticket #252 (Extend not(), filter(), add() etc. to accept jQuery object as argument) created by
- 14:26 Ticket #218 (Brad) closed by
- fixed
- 14:26 Changeset [cc967562cae77d62f8288ead533ec1a7da539d0a] by
-
- src/jquery/jquery.js
- 14:14 Changeset [29f3fd50f717b8e0592f46c6ab8bfd5d77e8e063] by
-
- src/ajax/ajax.js
- 14:05 Ticket #222 (Hover Bug) closed by
- fixed: Fixed.
- 14:05 Changeset [c5943ff9bbc62afe434901e0aa0f28f0c60ba94a] by
-
- src/event/event.js
- 13:13 Ticket #164 (IE throws errors for $(this) in nested each loops) closed by
- wontfix: I see no way to solve this within the text() implementation. It seems …
- 13:11 Ticket #217 (Sabrina) closed by
- fixed: All important points have been solved.
- 13:10 Ticket #251 (Merge form plugin into core) created by
- The core serialize method is extremely limited, while the form plugin …
- 13:05 Ticket #173 (Safari crash in test suite) closed by
- fixed: Should all be fixed by now.
- 13:01 Ticket #204 ([PATCH] IE Opacity issues resolved) closed by
- fixed: Added fix to SVN, still needs proper testing
- 13:00 Changeset [1ffa984e0d27a832245920d045b88c94c00a998c] by
-
- src/fx/fx.js
- src/jquery/jquery.js
- 12:53 Ticket #250 (wrong safari detection) closed by
- fixed: I'm not sure when, but it has already been fixed in SVN: […]
- 09:49 Ticket #250 (wrong safari detection) created by
- Safari is not truly detected because mozilla detection is quite wrong : …
10/05/06:
- 20:54 Ticket #6 (changed from input/radio/checkbox, etc. break too much) closed by
- invalid: spamspamspam
- 18:04 Ticket #249 (Implement and test nextUntil (or similar)) created by
- http://jquery.com/discuss/2006-August/010451/ John's untested …
- 10:29 Ticket #240 (jQuery IE6 bug with base href) created by
- If you use 'base href=""' in document, jQuery slideToggle() function …
- 07:40 Changeset [d9ebe848d01d90bbc7397e6f115d47bd44ebfbf8] by
-
- src/dimensions/dimensions.js
10/04/06:
- 21:08 Ticket #239 (Animation Docs) created by
- There are lots of plugins with different attemps to customize animations. …
- 21:05 Ticket #238 (Seperate private and public $.extend) created by
- Using $.extend like this: […] results in the jQuery object being …
- 21:01 Ticket #237 (Assert that animate does not alter the hash param) created by
- Currently animate seems to alter the hash it uses. This should be …
- 16:23 Ticket #236 (extend not(jQuery) to be able to operate with sets) created by
- Want to be able to use s1.not(s2) to remove all nodes from s1 that are in …
- 15:44 Ticket #235 (Simon) created by
- if we have var s1=$('td.s1'), s2=$('td.s2') then s1.add(s2) is expected to …
- 04:55 Ticket #216 ($.ajax: Evaluate JS for "html" dataType like load()) reopened by
- OK, there is the "html" dataType, but evaluation of JS like it is done …
- 01:31 Ticket #234 ([PATCH] $().unhover and $().untoggle) created by
- I've added a uhover and untoggle method to jQuery. Here is the …
10/03/06:
- 21:47 Ticket #229 (it is impossible to implicitly abandon search context (without .end())) created by
- This issue is similar to #48 I want to be able to abandon search context …
- 21:03 Ticket #222 (Hover Bug) reopened by
- In the hover method please change this line: […] to this: […] This …
- 18:58 Ticket #228 (different behavior for next() in IE and Firefox) closed by
- invalid: when nesting the elements different behavior gets alike.
- 18:34 Ticket #225 ([PATCH] IE Memory Leaks from event system) closed by
- fixed: I added it to SVN. Just reopen this ticket if there are other issues…
- 18:33 Changeset [25ee2d8e2efaf4cad8a6d4c247013e573d9d66e9] by
-
- src/event/event.js
- 15:47 Ticket #225 ([PATCH] IE Memory Leaks from event system) reopened by
- danyalex is correct. Here is an updated patch and example. The example …
- 14:58 Changeset [004f3dd51799fa0a32379c8168c71c8b4690774f] by
-
- src/event/event.js
- src/jquery/jquery.js
- 10:55 Changeset [eee853f120b61673191ffbbbf97e8ebb2f545751] by
-
- src/ajax/ajax.js
- 10:54 Changeset [374dbbe80a3df30f52505a9c3ebd31efef711ec0] by
-
- build/test/data/testrunner.js
- 09:40 Changeset [3527e8f6745786e65dc209f1518372f3270a9920] by
-
- build/test/index.html
- src/jquery/jquery.js
- 09:35 Changeset [3672372c1871d3626447006f0dccc4858a6aeedf] by
-
- src/jquery/jquery.js
- 08:58 Ticket #116 (Different Encodings for AJAX) closed by
- invalid
- 08:51 Ticket #228 (different behavior for next() in IE and Firefox) created by
- When using this code: <html> <head> <title>A Tree</title> <script …
- 08:45 Changeset [215f785de699015ba7221f3414807f9e7474ef4d] by
-
- build/test/data/testrunner.js
- 08:37 Changeset [301e2b64937cf1b03899f0583a9c6de1086820a5] by
-
- src/jquery/jquery.js
- 07:47 Changeset [9203775234e83c48411b8b182df72c41532250d0] by
-
- Makefile
- src/jquery/jquery.js
10/02/06:
- 16:58 Changeset [ad2a6bd91626efbaf9509c9643c60679b1fab942] by
-
- src/ajax/ajax.js
- 16:45 Changeset [785de349f5d31d8ecb75c6842b3b9d63e90a433d] by
-
- src/ajax/ajax.js
- 16:29 Changeset [7609b59c3f32f5836a4fb7b1e01c3c86df778151] by
-
- src/jquery/jquery.js
- 16:29 Ticket #206 (IE 6 removes whitespace, eg. when using append) closed by
- wontfix
- 16:15 Changeset [feabeb8572979f7888bd73e80f436bece1448e5a] by
-
- src/jquery/jquery.js
10/01/06:
- 17:41 Ticket #113 (hover() mouseout bug) closed by
- invalid
- 17:40 Ticket #222 (Hover Bug) closed by
- fixed: Fixed in SVN.
- 17:40 Changeset [644256759f959b30c6e041adb46714675421fb5d] by
-
- src/event/event.js
- 15:12 Ticket #197 ($.postJSON) closed by
- invalid: If you need this alot, you could just add it as a plugin: […] This …
- 15:00 Ticket #215 (Diana) closed by
- fixed: Fixed in SVN.
- 15:00 Changeset [7654d3b833c0161aacc66abd6d861f53f9d8c395] by
-
- src/ajax/ajax.js
- 14:35 Ticket #16 (Returning script tag in IE fails) closed by
- invalid: Can be easily worked around by ommiting the script tags in the response …
- 14:33 Ticket #165 (Last-Modified and Firefox 1.0) closed by
- fixed: Fixed in SVN (swallowing the exception).
- 14:32 Ticket #156 (ifModified arg to $.ajax()) closed by
- fixed: Fixed in SVN.
- 14:32 Changeset [08d865862a0d26f8ca616ff5a39d97203bda9614] by
-
- src/ajax/ajax.js
- 14:16 Ticket #195 (Timeout as Argument to AJAX) closed by
- fixed: Added to SVN.
- 14:15 Changeset [e94db76ada82c6a00d557e4452738bb3a81229b7] by
-
- src/ajax/ajax.js
- 14:05 Changeset [7dd456176d399a27784f22e58168ba9db95df8f5] by
-
- src/ajax/ajax.js
- 13:15 Changeset [47200bc76f83784f448bda31ac2cb166647aca71] by
-
- src/event/event.js
- 03:52 Ticket #227 (.animate() overflow not reset) created by
- When calling .animate directly, it seems as if element overflow is not …
09/30/06:
- 14:36 Ticket #69 (Replacement :input, :radio, etc.) closed by
- fixed: Fixed in SVN.
- 14:35 Ticket #225 ([PATCH] IE Memory Leaks from event system) closed by
- fixed: Added to SVN. Good job Brandon!
- 14:34 Changeset [308d771dd1973015166f0ac3b6cc7d538f7911c4] by
-
- build/test/data/json.php
- build/test/data/name.php
- build/test/data/test.js
- build/test/data/testrunner.js
- build/test/index.html
- build/test/test.js
- 14:34 Changeset [cc5625067a6bb75d357181cf6483ae0ab367c73f] by
-
- src/event/event.js
- 14:32 Changeset [10532fb3ae4f18c77263a7cbc0840e9eb3805de4] by
-
- src/ajax/ajax.js
- 14:30 Changeset [401b58c17e5b1e666ea30c262399254ae0a60a0e] by
-
- src/jquery/jquery.js
- 11:02 Ticket #216 ($.ajax: Evaluate JS for "html" dataType like load()) closed by
- invalid
- 10:37 Ticket #1 (SPAM) closed by
- invalid
- 03:34 Ticket #225 ([PATCH] IE Memory Leaks from event system) created by
- Currently jQuery does not take care of the well known memory leak from …
Note: See TracTimeline
for information about the timeline view.
