Timeline
10/19/06:
- 21:47 Changeset [4bcb578c794acd913ec1f42793ce4b1a7388025c] by
-
- src/jquery/jquery.js
- 19:36 Ticket #290 (Document behaviour of destructive methods like find etc.) created by
- There have been several requests about the behaviour of find() etc. Most …
- 18:31 Changeset [24142f60314f916a3eef563553c3305d26112e08] by
-
- src/jquery/jquery.js
- 13:07 Ticket #288 (Expressions: sorting) created by
- I'd like to see jQuery Expressions with sorting support. XPath can't sort …
10/18/06:
- 10:48 Ticket #285 (Selecting $(window) with iFrame errors) created by
- If you try to use the $(window) selector on a page that contains an iframe …
- 04:32 Changeset [ca91d7896325b594ce60621c4e420dc84719302a] by
-
- src/jquery/jquery.js
10/17/06:
- 20:16 Ticket #284 (Create a nightly build) created by
- A crontab should suffice. It will be a great help for everyone without SVN …
- 19:12 Changeset [14b09024cbe39bc16200448170ccbd183e3a9ec2] by
-
- build/test/index.html
- src/jquery/jquery.js
- 15:34 Changeset [6f7cd669597cbcf026886074fb31963fe767e2b3] by
-
- build/test/index.html
- src/fx/fx.js
- src/jquery/jquery.js
10/16/06:
- 09:32 Ticket #262 (Extending Object prototype breaks jQuery (was: "name.replace is not a ...) closed by
- worksforme
- 09:31 Ticket #229 (it is impossible to implicitly abandon search context (without .end())) closed by
- worksforme: This isn't a bug, it is by design. There have been discussion to extend …
- 09:19 Ticket #239 (Animation Docs) closed by
- fixed
10/15/06:
- 22:47 Changeset [688c724b1f07b3e0ca7cb27b1d9f76b7b11959ce] by
-
- src/jquery/jquery.js
- 17:03 Changeset [2e23d0168e6d820a0264792ef256fb33ec9bb700] by
-
- src/jquery/jquery.js
- 03:19 Ticket #274 (load() of html is not shown properly after hide/show) closed by
- invalid: This can be fixed by adding the following line in the callback of your …
- 03:11 Ticket #238 (Seperate private and public $.extend) closed by
- fixed: Fixed in SVN rev 441.
- 03:11 Changeset [c9511ef948ec3fd58bfd0af8898ef66abdc80255] by
-
- src/jquery/jquery.js
- 03:00 Ticket #220 (Nathan) closed by
- fixed: This has been fixed in the latest SVN.
- 02:58 Ticket #77 (JS 'warnings' generated in firefox) closed by
- fixed: Ok, I went through and fixed all the problems. These have all been fixed …
- 02:57 Changeset [af961d58c244224c14f3bb519214485cb670c64d] by
-
- src/ajax/ajax.js
- src/event/event.js
- src/jquery/jquery.js
- 02:04 Ticket #281 (Paula) created by
- Not entirely what the cause of this is, yet, but I think that the context …
10/14/06:
- 18:05 Ticket #280 (update trac's versions+milestone lists) created by
- in trac you can only select milestone 1.0, and versions 1.0b1 and 1.0
- 18:02 Ticket #279 (Ben) created by
- If I do $("a").filter(".x,.y.z") I don't get the correct selection. I …
10/13/06:
- 23:36 Ticket #278 (Make :contains() be optionally case insensitive) created by
- At the moment, :contains() is case sensitive only. We need a way to make …
- 23:11 Ticket #273 (ajaxStart and ajaxStop are having issues) closed by
- fixed: Yeah, this was it - good catch!
- 23:10 Ticket #271 (.add( jQuery )) closed by
- duplicate
- 23:09 Ticket #188 (Ron) closed by
- fixed: This should be resolved now, as attribute setting has been modified in …
- 21:06 Ticket #276 (animate() sets absolute dimensions when using "show" and "hide" targets) created by
- When you use animate() to change the height or width of an element to …
- 18:52 Ticket #275 (XML not properly parsed by Interface Autocompleter) closed by
- invalid: I see. This is related the the $.ajax function's parameter changes in …
- 18:40 Ticket #275 (XML not properly parsed by Interface Autocompleter) created by
- The Interface plugin's Autocompleter doesn't properly handle the response …
- 18:22 Ticket #164 (IE throws errors for $(this) in nested each loops) reopened by
- From Stephan Woodbridge: I see that Bug #164 has closed. I just …
- 17:53 Ticket #274 (load() of html is not shown properly after hide/show) created by
- Example of the problen can be found here …
- 17:02 Ticket #273 (ajaxStart and ajaxStop are having issues) created by
- There have been multiple reports that ajaxStart and ajaxStop do not work …
- 14:56 Changeset [e7669f64d88612884df27c5744558191f8e6c8b1] by
-
- build/test/data/with_fries.xml
- src/ajax/ajax.js
- src/jquery/jquery.js
- 14:02 Ticket #265 (Some variables are not initialized properly in jQuery.ajax in 1.0.2) closed by
- fixed: global and timeout options are now initialized properly when $.ajax is …
- 14:02 Changeset [bfa8306633da9c2500e4f3e190c81a9827a8f95a] by
-
- src/ajax/ajax.js
- 13:58 Ticket #216 ($.ajax: Evaluate JS for "html" dataType like load()) closed by
- fixed: Fixed in SVN.
- 13:57 Changeset [cb53fc02b68ca267f9eddd8fd4f5d92ef08ae022] by
-
- build/test/data/test.html
- src/ajax/ajax.js
- src/jquery/jquery.js
- 12:48 Ticket #208 ($.load should automatically be JQuerified) closed by
- worksforme: Defining your DOM ready code inside a single function and passing that …
- 12:40 Ticket #256 ($('something').load('test.html').show("slow") won't work) closed by
- duplicate: See #263.
- 12:36 Ticket #270 (Mod of API Docs for jQuery "val") closed by
- fixed: Fixed in SVN.
- 12:36 Changeset [ba7dc19416cf087c6b9c590234bac78b218d5874] by
-
- src/jquery/jquery.js
- 07:19 Ticket #264 (jQuery 1.0.2 appears to break the Interface Elements Autocompleter plugin) closed by
- fixed
10/12/06:
- 16:44 Ticket #164 (IE throws errors for $(this) in nested each loops) closed by
- fixed: I made some more changes and fixed the remaining code. Everything seems to …
- 16:37 Changeset [edb54ef7334831d47591569316beb69e8ad717d6] by
-
- src/jquery/jquery.js
- 16:30 Changeset [96d429b940be462d5908d9a79fbcb2717f9211e5] by
-
- src/jquery/jquery.js
Note: See TracTimeline
for information about the timeline view.
