Timeline
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.... …
Sep 3, 2009:
- 2:15 PM Ticket #5163 ($("#id").val(null) sets string "null" as value in IE) created by
- this is actually a bug in IE (tested in IE8 with compatibility mode …
- 11:36 AM Ticket #5162 (Change event binding requires calling the binding function) created by
- updateChartOfOpenSpots doesn't get called when the value of Month …
- 10:51 AM Ticket #5161 (ie7 dxtrans.dll crash) created by
- AppName: iexplore.exe AppVer: 7.0.6000.16441 ModName: dxtrans.dll …
- 10:05 AM Ticket #5160 (Improve inArray to use Array.indexOf when available) created by
- A small fix that brings native speed to inArray in most modern …
- 6:19 AM Ticket #5159 (Unexpected attribute selector behaviour) created by
- I have 2 forms with each just 2 elements: form1: - text input with …
- 6:16 AM Ticket #5158 (function onreadystatechange sometimes fails) created by
- function onreadystatechange sometimes fails with message …
- 4:40 AM Ticket #5157 (Animating TBODY sets display:block which displays it at end of table) created by
- If you try to animate the show/hide of a TBODY section, then the row …
Sep 2, 2009:
- 10:50 PM Ticket #4201 (Improved $.param serialization) reopened by
- I was working on writing the deserialization code for this change into …
- 5:01 AM Ticket #4930 (Inline "onsubmit" handler is not called when "submit" event is triggered) reopened by
- Replying to dmethvin: > However, this is a browser quirk …
- 1:17 AM Ticket #4201 (Improved $.param serialization) closed by
- fixed: Closed by r6534
- 1:16 AM Changeset [50d78e7]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
Note: See TracTimeline
for information about the timeline view.