Timeline
Jan 13, 2007:
- 5:39 PM Ticket #798 (in 1.04, .toggle() would take a speed as a parameter, but not in 1.1b) closed by
- fixed: Fixed in SVN rev 1050.
- 5:38 PM Changeset [8507fae]1.12-stable2.2-stablekillphp by
- src/fx/fx.js
- 5:32 PM Ticket #794 (Default action gets called with FF2 even after ...) closed by
- fixed: Fixed in SVN rev 1049.
- 5:29 PM Changeset [79c58b84]1.12-stable2.2-stablekillphp by
- src/event/event.js
- 5:24 PM Ticket #799 (Setting a CSS height/width then animating a div breaks it) created by
- For example: […] then do: […] That works fine, but then try: …
- 4:53 PM Ticket #798 (in 1.04, .toggle() would take a speed as a parameter, but not in 1.1b) created by
- $('this').toggle(350); works in 1.04, but not 1.1b ofcourse it …
- 3:45 PM Ticket #793 (1.1b .css() seems to require the element HAS to be in DOM) closed by
- fixed: I think this has been resolved, it's not throwing an exception. …
- 3:09 PM Ticket #797 (Alphabetical List) created by
- Please consider bringing back the Alpha list of available jQuery …
- 2:43 PM Ticket #788 (toggle issue on tables) closed by
- duplicate: Duplicate of by #24
- 9:53 AM Ticket #796 (IE6: appending/prepending of elements doesn't work (coretest fails for ...) created by
- The jQuery test suite (SVN Rev. 1046) fails for tests 17-24 when …
Jan 12, 2007:
- 10:46 PM Ticket #739 (problem with all event binding functions in jquery 1.04 when used in ...) reopened by
- How is this bug invalid? I just tested it and the problem still exists …
- 6:26 PM Ticket #795 (WEIRD new lines in PRE in IE7) created by
- Trying Rev.1043 with Chili, it works as expected in FF, but not in IE. …
- 4:21 PM Ticket #794 (Default action gets called with FF2 even after ...) created by
- Default form action gets called (browser submits the form) with FF2 …
- 3:35 PM Ticket #792 (Unable to bind unload event of the window) closed by
- fixed
- 1:57 PM Ticket #793 (1.1b .css() seems to require the element HAS to be in DOM) created by
- HTML: […] Lib: […]
- 7:47 AM Ticket #792 (Unable to bind unload event of the window) created by
- When you try to bind the unload event of the window writing …
- 5:54 AM Ticket #791 (Cross-reference API documentation) created by
- A good API documentations needs cross-reference. A possible format for …
- 5:46 AM Ticket #790 (Extend the API docs with a format for callback arguments) created by
- Nearly every plugin and a lot of core methods use callbacks. The …
- 5:32 AM Ticket #789 (Thickbox fails with 1.1b + compatibility layer) created by
- That pretty much sums it up. It loads the overlay then fails.
- 2:33 AM Ticket #787 (Array support in selector is broken) closed by
- fixed: We're removing support for the array selector in favor of the comma …
- 2:32 AM Changeset [dfa1a02]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 2:28 AM Ticket #785 (addClass doesn't seem to work when in an ajax callback that returns nothing) closed by
- fixed: This has been fixed in SVN. Doing .append("") caused an error to occur.
Jan 11, 2007:
- 10:53 PM Changeset [39b0976]1.12-stable2.2-stablekillphp by
- src/event/event.js
- src/outro.js
- 5:31 PM Ticket #788 (toggle issue on tables) created by
- Show / hide in table rows don't work well under IE because it uses …
- 4:50 PM Ticket #787 (Array support in selector is broken) created by
- Here's a test that shouldn't be broken […]
- 2:40 PM Ticket #786 (:nth-child(even/odd) is incorrect) created by
- Running $("div:nth-child(odd)") only ever seems to return one result.
- 2:32 PM Ticket #784 (Seplling mistake in comment) closed by
- fixed: Fixed.
- 2:32 PM Changeset [5b7f34d]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 1:44 PM Changeset [bfa7959]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 1:40 PM Changeset [f368960]1.12-stable2.2-stablekillphp by
- build/docs/js/doc.js
- 1:09 PM Ticket #785 (addClass doesn't seem to work when in an ajax callback that returns nothing) created by
- Consider the following code... […] The addClass method doesn't …
- 12:25 PM Ticket #780 (NS_ERROR_XPC_BAD_CONVERT_JS) closed by
- fixed
- 12:24 PM Changeset [6350e8a]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 12:18 PM Ticket #782 ($('body').append(html) breaking within a plugin) closed by
- invalid: Appending to body works fine. The actual error is caused by the …
- 12:07 PM Ticket #784 (Seplling mistake in comment) created by
- In 1.1b line 615: 'wheather' should be 'whether'
- 11:59 AM Changeset [4b202889]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 10:21 AM Ticket #783 (Flip/Unroll loops to improve speed (up to 67% faster than for loop)) created by
- It's easiest to link to this article which explains the differences in …
- 10:18 AM Ticket #782 ($('body').append(html) breaking within a plugin) created by
- I can't replicate this using different code (i.e. writing a different …
- 10:10 AM Ticket #781 (1.1b : $(this).siblings().toggle(); changes all inline siblings (after ...) created by
- Before click: […] After click […]
- 9:59 AM Ticket #767 (Error in parsing value for property 'left'. Declaration dropped.) closed by
- invalid: There was an API change in the favor of performance the extra …
- 8:59 AM Ticket #779 (error with packed version of latest jquery) closed by
- fixed: Fixed in Revision 1000. Yeah.
- 8:57 AM Changeset [fd30d77]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 8:38 AM Ticket #750 (jQuery( 'param', $( 'object' )[0] ); fails if an OBJECT element exists) reopened by
- I've retouched my fix, following John's style. It's just 89 packed …
- 8:06 AM Ticket #780 (NS_ERROR_XPC_BAD_CONVERT_JS) created by
- […] Using code: […] test is just a div, but this error is …
- 7:10 AM Ticket #779 (error with packed version of latest jquery) created by
- There seems to be an error with the packed version of 1.1b (used …
- 5:35 AM Ticket #749 (parseColor function incorrectly parses 6-character-long color values) closed by
- fixed
- 3:55 AM Ticket #774 (Support for generic xml document) reopened by
- You don't understand me,I need to use it as create*(element/comment …
- 3:25 AM Ticket #778 (reference to undefined property a.type) created by
- I'm not sure if it's too early to be reporting 1.1b issues (I noticed …
- 2:41 AM Changeset [d1390665]1.12-stable2.2-stablekillphp1.1b by
- version.txt
- 2:34 AM Ticket #739 (problem with all event binding functions in jquery 1.04 when used in ...) closed by
- invalid
- 2:32 AM Ticket #750 (jQuery( 'param', $( 'object' )[0] ); fails if an OBJECT element exists) closed by
- fixed: Fixed in SVN rev 994. I just added a check enforcing all "*" searches …
- 2:31 AM Changeset [74c06be]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
Jan 10, 2007:
- 11:55 PM Ticket #776 (.text() only returns the first element matched) closed by
- fixed: Fixed in SVN.
- 11:52 PM Changeset [9449591]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 11:44 PM Ticket #764 (Some selector cause a crash in Safari) closed by
- fixed
- 10:57 PM Changeset [07aa989]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 7:00 PM Ticket #777 (evalScripts() runs embed js befor previous external code) created by
- <script type="text/javascript" src="alert_hello.js"></script> <script …
- 6:14 PM Ticket #776 (.text() only returns the first element matched) created by
- $(SELECTOR).text() returns only the first element matched, rather than …
- 5:16 PM Ticket #775 (bug in parents()?) closed by
- duplicate: Already fixed.
- 4:51 PM Ticket #775 (bug in parents()?) created by
- fn is not a function map([a.toggle wms.portal], undefined)jquery.js …
- 4:31 PM Changeset [c690472]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- 4:19 PM Changeset [bb35204]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 1:46 PM Changeset [c6e6e72]1.12-stable2.2-stablekillphp by
- src/event/event.js
- src/jquery/jquery.js
- 1:26 PM Changeset [7b43992]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 1:23 PM Ticket #773 (appendTo object notation support) closed by
- fixed: Alright, we'll fix up the docs to note this.
- 1:22 PM Ticket #127 (Add support for custom easing) closed by
- fixed: This is in 1.1.
- 1:21 PM Ticket #774 (Support for generic xml document) closed by
- worksforme: We have that right now - just pass in the XML document to jQuery, like …
- 1:20 PM Ticket #319 (Multiple Expression in .siblings(), .filter(), .not()) closed by
- fixed
- 1:19 PM Ticket #772 (filter( filter ) doesn't work at all) closed by
- fixed: Fixed in SVN.
- 1:06 PM Changeset [75b6bcd]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- src/selector/selector.js
- 12:54 PM Changeset [f2ff0db]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- src/selector/selector.js
- 12:39 PM Ticket #774 (Support for generic xml document) created by
- I would be nice to have generic xml document support,some kind of …
- 11:42 AM Ticket #773 (appendTo object notation support) created by
- How about support of "appendTo" in object notation form,not only …
- 11:40 AM Ticket #772 (filter( filter ) doesn't work at all) created by
- filter(callback) doesn't work like it should …
- 11:40 AM Changeset [ee0175c]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 11:14 AM Ticket #771 (remove(String) fails to filter elements) closed by
- fixed: Fixed in SVN rev 980.
- 11:13 AM Changeset [62303ad]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 11:00 AM Changeset [3d3237c]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 10:04 AM Changeset [378bb9d]1.12-stable2.2-stablekillphp by
- build/test/data/name.php
- 10:03 AM Changeset [8ec860d]1.12-stable2.2-stablekillphp by
- build/test/data/json.php
- build/test/data/name.php
- 6:11 AM Changeset [9b0aaee]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- 6:09 AM Ticket #771 (remove(String) fails to filter elements) created by
- Something like $("#container *").remove("a") should remove only …
- 6:08 AM Changeset [200319ea]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 4:54 AM Ticket #770 (.add is broken) closed by
- fixed: The unnecessary array dimension is now fixed. The other issue here …
- 4:53 AM Changeset [caad7f8]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 4:37 AM Changeset [a5f9108a]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 3:39 AM Ticket #770 (.add is broken) created by
- url: http://walkingwoods.com/jquery/ var text_editor = …
- 2:00 AM Changeset [84ecf39]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
Jan 9, 2007:
- 8:06 PM Changeset [6de52756]1.12-stable2.2-stablekillphp by
- src/fx/fx.js
- 7:46 PM Changeset [a380620]1.12-stable2.2-stablekillphp by
- src/fx/fx.js
- 4:21 PM Changeset [2ad5faf]1.12-stable2.2-stablekillphp by
- src/intro.js
- 2:54 PM Changeset [028f9d8]1.12-stable2.2-stablekillphp by
- src/event/event.js
- 12:16 PM Ticket #761 (Document event properties and methods) closed by
- fixed: In SVN. More to come with more event fixing (#748)
- 12:15 PM Changeset [41cc839]1.12-stable2.2-stablekillphp by
- src/event/event.js
- src/fx/fxTest.js
- src/jquery/jquery.js
- 11:14 AM Changeset [d3d7d7e]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- 10:46 AM Ticket #766 ($(SELECTOR).next() and $(SELECTOR).prev() are not working) closed by
- fixed: Fixed in SVN rev 956.
- 10:44 AM Changeset [609dec9]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 10:28 AM Ticket #768 (Issue with using next()) closed by
- duplicate: Duplicate: #766
- 10:27 AM Changeset [694becea]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- 10:20 AM Ticket #765 (.parents does not work in 1.1a) closed by
- fixed: Fixed in SVN.
- 10:19 AM Ticket #763 (Parents() throws error) closed by
- fixed: Fixed in SVN.
- 10:19 AM Changeset [ea283bd]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 9:51 AM Ticket #769 (Checkbox's state is erased after wrap() or append() action (IE 6)) created by
- When you wrap a checkbox checked, check state is erased. Testpage : …
- 1:04 AM Changeset [aa424984]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 12:06 AM Ticket #768 (Issue with using next()) created by
- When using next() it doesn't appear to see the next item in the DOM. …
Jan 8, 2007:
- 11:58 PM Ticket #767 (Error in parsing value for property 'left'. Declaration dropped.) created by
- After updating to your latest diminsions.js Revision 939, I get an …
- 10:41 PM Ticket #742 (Animate with opacity doesn't hold inline style values) closed by
- invalid: This is the correct behavior. You are using a 'show' action/value for …
- 7:21 PM Ticket #766 ($(SELECTOR).next() and $(SELECTOR).prev() are not working) created by
- When looking for siblings in 1.1a, the .next() and .prev() functions …
- 5:01 PM Ticket #765 (.parents does not work in 1.1a) created by
- In versions < 1.1a, $('SELECTOR').parents() returned either an array …
- 2:14 PM Ticket #764 (Some selector cause a crash in Safari) created by
- After an upgrade to 1.1a I experience crashes in Safari (latest safari …
- 1:33 PM Ticket #763 (Parents() throws error) created by
- Calling parents(), with or without an expression argument, throws an …
- 11:13 AM Ticket #762 (toggleClass fails due to jQuery.className.has changes) closed by
- fixed: Fixed in SVN. jQuery.className.has now accepts both node and className.
- 11:12 AM Changeset [76d6d445]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 9:45 AM Ticket #750 (jQuery( 'param', $( 'object' )[0] ); fails if an OBJECT element exists) reopened by
- OBJECT.getElementsByTagName("*") and OBJECT.all return no elements …
- 7:53 AM Ticket #762 (toggleClass fails due to jQuery.className.has changes) created by
- Due to the change in jQuery.className.has, which now expects a String …
- 1:08 AM Changeset [d97397d]1.12-stable2.2-stablekillphp by
- ChangeLog.txt
Jan 7, 2007:
- 11:51 PM Changeset [8bcb016]1.12-stable2.2-stablekillphp1.1a by
- version.txt
- 9:39 PM Ticket #417 (.html not working properly in opera 9.02) closed by
- fixed: Fixed in SVN rev 927.
- 9:39 PM Changeset [32d81db]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 8:26 PM Changeset [789f0e1]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 8:17 PM Changeset [d0e8a24]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 8:12 PM Changeset [b603ca0]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 7:12 PM Changeset [12e6335]1.12-stable2.2-stablekillphp by
- src/ajax/ajaxTest.js
- src/jquery/coreTest.js
- src/jquery/jquery.js
- src/selector/selector.js
- 6:59 PM Ticket #756 (.text(val) should set escaped text) closed by
- fixed: Added to SVN, with an additional stripTags argument.
- 6:59 PM Changeset [5acecf6]1.12-stable2.2-stablekillphp by
- ChangeLog.txt
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 6:42 PM Changeset [c78b1fb]1.12-stable2.2-stablekillphp by
- ChangeLog.txt
- 6:38 PM Ticket #758 (Inelegant aspect of hide() and show(). Hiding something that's hidden ...) closed by
- fixed: Fixed in SVN.
- 6:38 PM Changeset [e057aed]1.12-stable2.2-stablekillphp by
- src/fx/fx.js
- 6:19 PM Changeset [e50014d]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 6:12 PM Ticket #449 (Wiki seems to be vandalized - update trac) closed by
- fixed: We're moving over to MediaWiki for the docs. The new URL is here: …
- 6:03 PM Ticket #753 (Advanced Setting of Attribute/CSS Values) closed by
- fixed: Implemented in SVN. The new helper function parseSetter() may be …
- 6:01 PM Changeset [cb0250f]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 5:53 PM Ticket #755 ($("foo").find("foo") returns weird results) closed by
- fixed: Fixed in SVN.
- 5:52 PM Ticket #752 ([@foo] should match object properties too) closed by
- fixed
- 5:51 PM Changeset [e1e47cdd]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 5:29 PM Changeset [33662cd]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- src/selector/selector.js
- 5:19 PM Ticket #761 (Document event properties and methods) created by
- The (normalized) properties and methods of the event object should be …
- 4:43 PM Changeset [0798c6e6]1.12-stable2.2-stablekillphp by
- src/event/event.js
- src/fx/fx.js
- src/jquery/jquery.js
- 3:56 PM Changeset [386c0bc]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- src/ajax/ajaxTest.js
- 2:56 PM Changeset [a8f1d0e]1.12-stable2.2-stablekillphp by
- src/fx/fx.js
- 7:13 AM Changeset [4451a83]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- 6:15 AM Ticket #754 (Error in docs for $.each() callback) closed by
- fixed: Fixed in SVN. Docs now don't mention "this" anymore, but only …
- 6:15 AM Changeset [46001b9]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 5:27 AM Ticket #750 (jQuery( 'param', $( 'object' )[0] ); fails if an OBJECT element exists) closed by
- fixed: Fixed.
- 5:26 AM Changeset [955fdb87]1.12-stable2.2-stablekillphp by
- build/test/index.html
- src/selector/selectorTest.js
- 4:20 AM Changeset [d7b73ea]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- src/event/event.js
- src/fx/fx.js
- src/jquery/jquery.js
- version.txt
- 12:00 AM Milestone 1.1a completed
- This release is set to make some minor API changes to the outstanding …
Jan 6, 2007:
- 8:09 PM Ticket #760 (.css('fontSize') returns different value in Internet Explorer) created by
- The .css() method returns a different font-size value for Firefox and …
- 7:28 PM Changeset [f6205e0]1.12-stable2.2-stablekillphp by
- src/fx/fx.js
- 6:58 PM Ticket #759 (Minor bug in getPosition method of Interface plugin.) created by
- Part of the getPosition function walks up the DOM to the body element …
- 5:34 PM Changeset [458d427]1.12-stable2.2-stablekillphp by
- build/docs/js/pager.js
- src/jquery/jquery.js
- 8:41 AM Ticket #758 (Inelegant aspect of hide() and show(). Hiding something that's hidden ...) created by
- As the summary says - when something is hidden and I trigger a command …
- 1:18 AM Changeset [ab02876]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- 12:31 AM Changeset [c330527]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- src/event/event.js
- 12:09 AM Changeset [e473f3a]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
Note: See TracTimeline
for information about the timeline view.