Timeline
09/11/09:
- 17:47 Changeset [9e1a955aab953d778e8d8a8c05e13135e87f3e46] by
-
- src/core.js
- 17:36 Ticket #5207 (iexplorer & Opera bug with swf's sliding in &sliding out) created by
- Hey all, I've got a bug using jquery with 4 SWF's sliding in and out. …
- 13:33 Ticket #5206 (create namespaced elements when building the jQuery.support object) created by
- To build the jQuery.support object, the code creates a number of html …
- 10:25 Ticket #5205 (Currently ajax caching is browser dependant not jQuery dependant, I ...) created by
- As I am observing that caching requests in ajax by using jQuery framework …
- 10:16 Ticket #5204 (It seems that the ajax 'cache' parameter is useless) created by
- except for internet explorer where is has an important effect but is still …
09/10/09:
- 19:30 Ticket #5203 (.selector bug in 1.3.3 $('body')) created by
- I encountered this when working on #5202. $('body').selector isn't set, …
- 19:24 Ticket #5202 (Simple .selector fix for when .pushStack 'selector' == jQuery object) created by
- The appendTo, prependTo, insertBefore, insertAfter, replaceAll methods all …
- 18:26 Ticket #5201 (getScript should support an error callback, incorrect documentation) created by
- Currently, $.getScript doesn't accept a function that can be invoked when …
- 17:08 Ticket #5200 (1.2.6 or higher causes type error in Galio) created by
- When simply loading a page in Galio I get a type error notification. I …
- 13:20 Ticket #5199 (Problem with Selector using) created by
- It's wonderful soluton with 'selector' property. But it doesn't work …
- 10:20 Ticket #5198 (ready functions being triggered (accidentally?) on 'Back' button) created by
- I get the following behaviour on both Firefox 3.0.13 and Opera 9.63 under …
- 03:22 Ticket #5197 (Cannot pass data to event function with live() using function (){}()) created by
- $('body').live('click', function (testVar) { alert(testVar); }("bar")); …
09/09/09:
- 23:50 Ticket #5194 (toggle() doesn't preserve element's display attribute) created by
- I have a <div> that has its 'display' attribute set to 'table-cell', via …
- 21:29 Ticket #5191 (add .unwrap method) created by
- Per John's request, I have merged my .unwrap method into r6543 here, and …
- 21:16 Ticket #5190 (Use access() for bind, one, live, data and removeData) created by
- The addition of access() should make relatively easy the addition of this …
- 21:14 Ticket #5189 (Add a generic function to handle getting/setting key-value/setting a hash) closed by
- fixed: Added at [6544].
- 21:14 Changeset [d1285504fb636a077ae5b1e53e35959cc7faebc7] by
-
- src/attributes.js
- src/core.js
- src/css.js
- test/unit/attributes.js
- 21:13 Ticket #5189 (Add a generic function to handle getting/setting key-value/setting a hash) created by
- This could actually work as well for data, removeData, bind, one and live.
- 19:45 Ticket #5188 (JQuery Lightbox Balupton Edtion) created by
- In Opera 9.64 Browser (Portable Edtion) by clicking the next, if the mouse …
- 16:51 Ticket #5187 (getElementsByTagName optimization breaking $('div').live()) closed by
- fixed: Fixed at [6543].
- 16:50 Changeset [aadc268abf555f0f1cc7c5bc05d0dc73b35cb705] by
-
- src/core.js
- 16:50 Ticket #5187 (getElementsByTagName optimization breaking $('div').live()) created by
- $('div').live('click', ...) won't work because context is undefined.
- 16:35 Ticket #5186 (getElementsByTagName optimization breaking the selector attribute) closed by
- fixed: Fixed at [6542]
- 16:33 Changeset [bf230ffb6a1e0aae4dd0d4dae67ed2cafa19ecbb] by
-
- src/core.js
- 16:32 Ticket #5186 (getElementsByTagName optimization breaking the selector attribute) created by
- $('div').selector would now yield ""
- 15:00 Ticket #5185 (Setting "cursor" CSS property to null causes MSIE to request "null" file ...) created by
- I discovered this quirk while using the BlockUI plugin, but its root cause …
- 08:46 Ticket #5184 (DropDownList - Change not working in IE7) created by
- Hello Developers, The below code is not working in IE7, but working …
- 03:47 Ticket #5183 (position() behavior in Firefox 3.5 for Mac) created by
- position() returns floats instead of ints in Firefox 3.5 on Mac. The …
- 00:21 Ticket #2164 (.first() and .last() methods?) closed by
- fixed: Landed in SVN rev [6541].
- 00:21 Ticket #2164 (.first() and .last() methods?) reopened by
- 00:21 Changeset [9de120e6d7cfffa3d990a6ccf23db3cd74e2bdc0] by
-
- src/traversing.js
- test/unit/traversing.js
09/08/09:
- 13:08 Ticket #5177 (fadeOut(),animate() bug in IE6、IE7、IE8) created by
- fadeOut(),animate() in'<div class=""></div>' is not very well. but '<div …
- 04:26 Changeset [4ea4fad0902839c06c281b5de7b0aca29922b63d] by
-
- src/core.js
- 04:00 Ticket #5176 (Inserted elements with unbalenced quotes become unselectable) created by
- $("body").append('<div id=foo">'); console.log($("#foo").length); Note …
- 01:45 Changeset [1e750a00e988b4738e4b47b923bd78dbaffa6fb8] by
-
- src/core.js
- 01:07 Changeset [96dd06ea50674c77de4a5d953c227bb54d9276af] by
-
- src/attributes.js
- test/unit/attributes.js
09/07/09:
- 20:55 Changeset [520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c] by
-
- Makefile
- build.xml
- src/manipulation.js
- test/unit/manipulation.js
- 18:58 Changeset [9d8d74569c8114f9c9b0f42bca71536e154c5944] by
-
- src/core.js
- src/manipulation.js
- test/unit/core.js
- 17:20 Changeset [b7d4e0e46cb2cad6f400173cd09ce44d1b8ad04e] by
-
- src/core.js
- 13:32 Ticket #5175 (Display the selected node) created by
- Hi, I would to display the selected node and path, on click of a parent …
- 08:27 Ticket #5174 (Unit tests failures in modules 25 and 26) created by
- In Opera 9.63, running on Linux. Test 6 fails in both modules 25 and 26. …
- 08:26 Ticket #5173 (Unit test 137 fails) created by
- ajax module: jQuery.post(String, Hash, Function) - simple with xml (1, 2, …
09/06/09:
- 22:41 Ticket #5172 (Make the context parameter behave more consistently) created by
- Currently the three following syntax do not result in the same context …
09/05/09:
- 18:47 Ticket #5171 (Jquery UI portlets on ie problems and dialog problems) created by
- alright i am running jquery ui on my website i am still in development …
- 15:53 Ticket #5170 ($("tr td:has(div.canvas)") fails) created by
- given the markup: <table> <tr> <td> <div class="canvas plain"> …
- 05:09 Ticket #5167 (abbr is not a self-closing tag) created by
- Line 876, abbr|br|col|img|input|link|meta|param|hr|area|embed abbr should …
09/04/09:
- 20:53 Ticket #5166 (Nested links break the $().html() method) closed by
- invalid: Anchor tags cannot be nested.
- 19:05 Ticket #5166 (Nested links break the $().html() method) created by
- The html() method truncates the contents of a link at the start of a …
- 10:51 Ticket #5165 (jasonp doesn't work in greasemonkey user script, when loading jQuery via ...) created by
- After reading about new "@require" feature (in Greasemonkey 0.8), I've …
- 09:48 Ticket #5164 (CoreFunction!! inArray don't work) created by
- even your example.... …
Note: See TracTimeline
for information about the timeline view.
