Timeline
Sep 8, 2006:
- 7:17 PM Changeset [698eafb]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 6:04 PM Ticket #189 (prev() does not work as expected) created by
prev()
is supposed to return the unique preceding siblings of the …- 3:18 PM Changeset [e8db15b]1.12-stable2.2-stablekillphp by
- src/event/event.js
- 3:11 PM Ticket #185 (`]` breaks selectors) reopened by
- 2:02 PM Ticket #188 (Ron) created by
- $(iFrame).set("src", "/mysrc"); where iFrame is an iframe dom elemen …
- 1:48 PM Changeset [f337b8a]1.12-stable2.2-stablekillphp by
- build/test/index.html
- src/jquery/jquery.js
- 12:48 PM Ticket #185 (`]` breaks selectors) closed by
- fixed: So, I think I found the bug myself: Line 1779: […] This should be …
- 11:43 AM Ticket #187 (I.E. text rendering at full opacity) created by
- Since I.E.'s opacity on text looks ugly …
- 7:16 AM Ticket #183 (Minor typo on front page) closed by
- fixed: Good catches, fixed.
- 6:44 AM Changeset [20391db9]1.12-stable2.2-stablekillphp by
- src/dimensions/dimensions.js
- 6:18 AM Changeset [eb29e28]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- 5:37 AM Changeset [514aef1]1.12-stable2.2-stablekillphp by
- src/dimensions/dimensions.js
Sep 7, 2006:
- 10:24 PM Ticket #186 (IE memory leak) created by
- Use the full jquery library in a page, and the IE memory usage starts …
- 4:30 PM Ticket #185 (`]` breaks selectors) created by
- I want to select input files by their name, but
]
seems to break … - 5:49 AM Ticket #184 (Cross Browser Dimensions) created by
- Add new cross browser methods like: $(window).height(); …
- 4:12 AM Changeset [eff56887]1.12-stable2.2-stablekillphp by
- src/event/event.js
- src/jquery/jquery.js
Sep 6, 2006:
- 8:03 PM Ticket #183 (Minor typo on front page) created by
- There's no wiki access to front page, otherwise I would fix it myself. …
- 1:50 AM Ticket #159 (Ajax refactoring) closed by
- wontfix: hu hu your text is great! But so great that it doesn't stay in his box …
Sep 5, 2006:
- 4:20 PM Changeset [acf1022]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 4:00 PM Changeset [fd4fc0bc]1.12-stable2.2-stablekillphp by
- build/test/js/test.js
- 3:50 PM Ticket #182 (jQuery’s toggle(); gets mixed up with moo.fx’s toggle();) created by
- Toggling seems a bit buggy when you combine it with effects. …
- 3:50 PM Changeset [ded1402]1.12-stable2.2-stablekillphp by
- build/test/js/test.js
- 1:58 PM Changeset [b5220adb]1.12-stable2.2-stablekillphp by
- build/test/js/test.js
- src/jquery/jquery.js
- 1:19 PM Ticket #180 (.constructor == Function is not enough) created by
- constructor sometimes represented as {...},so compare it with …
- 11:05 AM Changeset [00e6e81]1.12-stable2.2-stablekillphp by
- build/test/js/test.js
- src/event/event.js
- 2:21 AM Changeset [e2d3c434]1.12-stable2.2-stablekillphp by
- build/docs/js/doc.js
- build/docs/style/docs.xsl
- src/jquery/jquery.js
Sep 4, 2006:
- 11:17 PM Ticket #179 (fx.custom() doesn't work for opacity in IE) created by
- It needs to access filter, not opacity.
- 3:58 PM Changeset [6346e5d]1.12-stable2.2-stablekillphp by
- build/js/jsmin.js
- 12:47 PM Ticket #178 (IE fails with #element/* expressions) created by
- The following gives an error inside the sibling function using IE - it …
- 6:04 AM Ticket #177 (Buildable jQuery) created by
- Make jQuery build-able, by choosing a number of components and plugins.
- 12:51 AM Changeset [97ea474]1.12-stable2.2-stablekillphp by
- build/test/index.html
- build/test/js/test.js
- build/test/test.js
- src/jquery/jquery.js
Sep 2, 2006:
- 10:50 AM Changeset [519b7d33]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 7:47 AM Changeset [7f17d8f]1.12-stable2.2-stablekillphp by
- build.xml
- build/build/min.js
- build/js/jsmin.js
- 6:26 AM Ticket #175 (XHTML Tables) created by
- I just spotted in Revision 226, that jQuery will not by all means …
- 5:56 AM Ticket #174 (Handling XML documents with namespaces) created by
- yes I first encountered the problem with an earlier version. I now …
- 5:51 AM Ticket #173 (Safari crash in test suite) created by
- Safari crashes when running the test suite: Trial and error (and a …
- 5:50 AM Ticket #172 (removeClass() with multiple classes) created by
- .removeClass() and .toggleClass() multiple classes.
- 5:46 AM Ticket #171 (IE Eval Context) created by
- That does the trick. In jquery svn, we need to change the following …
- 5:27 AM Ticket #170 (Hyphens in CSS, IE6) created by
- In the last year I’ve been fascinated in the progression of …
- 5:23 AM Changeset [69efa313]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 5:09 AM Ticket #169 (Minor Site Issues) created by
- Hi This looks very interesting, though I've not had a chance to try …
Sep 1, 2006:
- 3:30 PM Ticket #168 (sibling() returns siblings and the subject) created by
- JavaScript: $('span#callMe').siblings(); HTML: <div><span …
- 12:59 PM Ticket #167 (attr('checked', true) doesn't work) created by
- $("#method-download").attr('checked', true); doesn't seem to work but …
- 12:04 PM Changeset [744c060]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 7:35 AM Ticket #166 (nth-of-type) created by
- I have this function: function menu_bar() { var url = …
- 5:16 AM Ticket #165 (Last-Modified and Firefox 1.0) created by
- If the response header "Last-Modified" is not available, the following …
- 5:01 AM Ticket #164 (IE throws errors for $(this) in nested each loops) created by
- Consider the following XML: […] And that JavaScript (both …
- 5:00 AM Ticket #163 (IE throws errors for $(this) in nested each loops) created by
- Consider the following XML: […] And that JavaScript (both simplified):[…]
- 3:41 AM Changeset [905a0ae3]1.12-stable2.2-stablekillphp by
- build/docs/style/cat.css
- build/docs/style/cat.xsl
- 3:11 AM Ticket #144 (support of ancestor:: axis) reopened by
- Ok, and ancestor:: ancestor-or-self:: axis is supported? is better to …
- 2:50 AM Changeset [484af2a]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- 2:31 AM Changeset [34d40c3]1.12-stable2.2-stablekillphp by
- src/fx/fx.js
- 2:22 AM Changeset [2a921da]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 1:52 AM Changeset [c8009ab]1.12-stable2.2-stablekillphp by
- build/docs/docs.js
- build/docs/js/doc.js
- build/docs/style/style.css
- build/js/parse.js
- build/js/xml.js
- src/event/event.js
- src/jquery/jquery.js
Note: See TracTimeline
for information about the timeline view.