Timeline
Sep 11, 2009:
- 11:12 PM Ticket #5205 (Currently ajax caching is browser dependant not jQuery dependant, I ...) closed by
- wontfix: That's really not something we should implement on our side, it will …
- 1:47 PM Changeset [9e1a955]1.12-stable2.2-stablekillphp by
- src/core.js
- 1:36 PM 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. …
- 9:33 AM 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 …
- 6:25 AM 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 …
- 6:16 AM 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 …
Sep 10, 2009:
- 3:30 PM Ticket #5203 (.selector bug in 1.3.3 $('body')) created by
- I encountered this when working on #5202. $('body').selector isn't …
- 3:24 PM Ticket #5202 (Simple .selector fix for when .pushStack 'selector' == jQuery object) created by
- The appendTo, prependTo, insertBefore, insertAfter, replaceAll methods …
- 2:26 PM Ticket #5201 (getScript should support an error callback, incorrect documentation) created by
- Currently, $.getScript doesn't accept a function that can be invoked …
- 1:08 PM 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 …
- 9:20 AM Ticket #5199 (Problem with Selector using) created by
- It's wonderful soluton with 'selector' property. But it doesn't work …
- 6:20 AM 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 …
Sep 9, 2009:
- 11:22 PM Ticket #5197 (Cannot pass data to event function with live() using function (){}()) created by
- $('body').live('click', function (testVar) { alert(testVar); …
- 7:50 PM 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', …
- 5:29 PM Ticket #5191 (add .unwrap method) created by
- Per John's request, I have merged my .unwrap method into r6543 here, …
- 5:16 PM Ticket #5190 (Use access() for bind, one, live, data and removeData) created by
- The addition of access() should make relatively easy the addition of …
- 5:14 PM Ticket #5189 (Add a generic function to handle getting/setting key-value/setting a hash) closed by
- fixed: Added at [6544].
- 5:14 PM Changeset [d128550]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/core.js
- src/css.js
- test/unit/attributes.js
- 5:13 PM 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.
- 3:45 PM Ticket #5188 (JQuery Lightbox Balupton Edtion) created by
- In Opera 9.64 Browser (Portable Edtion) by clicking the next, if the …
- 12:51 PM Ticket #5187 (getElementsByTagName optimization breaking $('div').live()) closed by
- fixed: Fixed at [6543].
- 12:50 PM Changeset [aadc268]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:50 PM Ticket #5187 (getElementsByTagName optimization breaking $('div').live()) created by
- $('div').live('click', ...) won't work because context is undefined.
- 12:35 PM Ticket #5186 (getElementsByTagName optimization breaking the selector attribute) closed by
- fixed: Fixed at [6542]
- 12:33 PM Changeset [bf230ff]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:32 PM Ticket #5186 (getElementsByTagName optimization breaking the selector attribute) created by
- $('div').selector would now yield ""
- 11:00 AM Ticket #5185 (Setting "cursor" CSS property to null causes MSIE to request "null" ...) created by
- I discovered this quirk while using the BlockUI plugin, but its root …
- 4:46 AM Ticket #5184 (DropDownList - Change not working in IE7) created by
- Hello Developers, The below code is not working in IE7, but …
Sep 8, 2009:
- 11:47 PM 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 …
- 8:21 PM Ticket #2164 (.first() and .last() methods?) closed by
- fixed: Landed in SVN rev [6541].
- 8:21 PM Ticket #2164 (.first() and .last() methods?) reopened by
- 8:21 PM Changeset [9de120e]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 9:08 AM Ticket #5177 (fadeOut(),animate() bug in IE6、IE7、IE8) created by
- fadeOut(),animate() in'<div class=""></div>' is not very well. but …
- 12:26 AM Changeset [4ea4fad]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:00 AM Ticket #5176 (Inserted elements with unbalenced quotes become unselectable) created by
- $("body").append('<div id=foo">'); console.log($("#foo").length); …
Sep 7, 2009:
- 9:45 PM Changeset [1e750a0]1.12-stable2.2-stablekillphp by
- src/core.js
- 9:07 PM Changeset [96dd06e]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 4:55 PM Changeset [520f1a2]1.12-stable2.2-stablekillphp by
- Makefile
- build.xml
- src/manipulation.js
- test/unit/manipulation.js
- 2:58 PM Changeset [9d8d745]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- test/unit/core.js
- 1:20 PM Changeset [b7d4e0e]1.12-stable2.2-stablekillphp by
- src/core.js
- 9:32 AM Ticket #5175 (Display the selected node) created by
- Hi, I would to display the selected node and path, on click of a …
- 4:27 AM 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 …
- 4:26 AM Ticket #5173 (Unit test 137 fails) created by
- ajax module: jQuery.post(String, Hash, Function) - simple with xml (1, …
Sep 6, 2009:
- 6:41 PM Ticket #5172 (Make the context parameter behave more consistently) created by
- Currently the three following syntax do not result in the same context …
Sep 5, 2009:
- 2:47 PM 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 …
- 11:53 AM Ticket #5170 ($("tr td:has(div.canvas)") fails) created by
- given the markup: <table> <tr> <td> <div class="canvas plain"> …
- 1:09 AM 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 …
Sep 4, 2009:
- 4:53 PM Ticket #5166 (Nested links break the $().html() method) closed by
- invalid: Anchor tags cannot be nested.
- 3:05 PM Ticket #5166 (Nested links break the $().html() method) created by
- The html() method truncates the contents of a link at the start of a …
- 6:51 AM Ticket #5165 (jasonp doesn't work in greasemonkey user script, when loading jQuery ...) created by
- After reading about new "@require" feature (in Greasemonkey 0.8), I've …
- 5:48 AM Ticket #5164 (CoreFunction!! inArray don't work) created by
- even your example.... …
Note: See TracTimeline
for information about the timeline view.