Timeline
09/29/09:
- 22:48 Changeset [805832afc7b7e6d1cc199949d0bfdd3ea21d94a3] by
-
- test/index.html
- test/unit/offset.js
- test/unit/selector.js
- 22:25 Changeset [3b5de9df40249575ba575b63a0856d6f48c8382a] by
-
- test/index.html
- 22:09 Changeset [0256edbd6ff0cccfa1d522ab415afc34255b123b] by
-
- test/data/testsuite.css
- test/index.html
- 21:40 Changeset [b996026e383eae34dd52824dda5bbe029e2eda51] by
-
- test/index.html
- test/unit/selector.js
- 21:34 Changeset [b0306cc3a662edf9675cd16081ff0e81b2a0f587] by
-
- test/index.html
- test/unit/selector.js
- 21:22 Changeset [dfeb8140facfe840e4c16768b54435e04c29851b] by
-
- test/data/testinit.js
- 19:49 Changeset [4bda398e6aa63082c41bb0d06fcc184acd7f76c5] by
-
- test/unit/core.js
- test/unit/data.js
- test/unit/fx.js
- test/unit/manipulation.js
- test/unit/selector.js
- test/unit/traversing.js
- 18:11 Changeset [f8b7d391e6baa991dd7f8761ee50871aefef71b8] by
-
- test/data/testinit.js
- 18:06 Changeset [8df82d2b04505a45408c2fcf22859a4c60af2e58] by
-
- test/data/testinit.js
- test/index.html
09/28/09:
- 21:35 Ticket #5304 (jQuery + IE + Prototype fails with "Object doesn't support this property ...) created by
- When using jQuery in conjunction with Prototype (my example is on …
- 14:51 Ticket #5295 (Support "blur" / "focus" as events for $.live()) closed by
- duplicate: This was already added on trunk. It's a duplicate.
- 14:50 Ticket #5302 ($.each fails on certain objects containing a property-key "length") closed by
- wontfix: This is the desired behavior. You can always write your iterator function …
- 13:50 Ticket #5303 (calling remove/handle() with multiple namespaces) created by
- Both functions generates the RegExp that doesn't work properly when it …
- 13:28 Ticket #5302 ($.each fails on certain objects containing a property-key "length") created by
- when $.each is called with an object, that has an attribute named length, …
- 11:31 Ticket #5301 (Unexpected selector precedence of attribute filter) created by
- Not sure whether this a bug or an undocumented quirk, but it caught me …
- 04:50 Ticket #5300 (UI Dialog IE6 bugged) created by
- Hellow. I'am founded bug with dialogs in ie6. When iam using "dialog" with …
09/27/09:
- 01:06 Ticket #5298 (doc confusion possible new idea.) closed by
- invalid: This actually has nothing to do with how jQuery is implemented. This is …
09/26/09:
- 23:56 Ticket #5299 (odd & even methods improvements) created by
- I notice here use % to test if the number is even or odd. I suggest we use …
- 17:47 Ticket #5298 (doc confusion possible new idea.) created by
- .submit(fn) is confusing 12:40 < EvanCarroll> i think i found a bug. …
- 17:12 Ticket #5297 (Invalid Argument) created by
- Hi, i came across this error when i was testing my form. If the Accordion …
- 09:44 Ticket #5296 (.offset() can cause annoying flicker or jiggle) created by
- In version 1.3.2, in the JQuery.offset = { initialize: function(), there …
09/25/09:
- 21:46 Ticket #5295 (Support "blur" / "focus" as events for $.live()) created by
- http://stackoverflow.com/questions/1199293/simulating-focus-and-blur-in-jqu …
- 21:41 Ticket #5191 (add .unwrap method) closed by
- fixed: Landed in SVN rev [6586].
- 21:41 Changeset [69e6e53555f21f07b534f1169298f7b33011bb4b] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 21:36 Changeset [70b9aed422c34047299fe6e8934902fae61f2a3e] by
-
- version.txt
- 20:35 Ticket #5294 (Add the jQuery 1.4 roadmap to http://dev.jquery.com/roadmap) created by
- Hi Guys, I noticed the 1.4 roadmap was missing from the roadmap page. …
- 18:24 Ticket #5293 (createElement optimization should allow for tag pair as well as ...) created by
- To take advantage of the document.createElement optimization when a tag …
- 18:21 Changeset [79ba722e6ee04c7d54c3d67e6fdcf6a99dbbaf3c] by
-
- version.txt
- 17:55 Changeset [67d445a703491c90a7d3c46be34bcdceb4d1c896] by
-
- src/core.js
- src/data.js
- src/manipulation.js
- src/selector.js
- src/traversing.js
- test/unit/core.js
- test/unit/data.js
- test/unit/manipulation.js
- test/unit/traversing.js
- 15:36 Ticket #5292 (Ajax Async Request fails in IE8) created by
- Hi, i have a problem with a ajax call. This method is giving me …
- 08:26 Ticket #5291 (Error using $().attr() in IE 8.0.6) created by
- When using jQuery attr method with IE 8.0.6, I get folowing error: …
- 03:22 Ticket #5290 (Mousing over element with 'title' attribute breaks hover()) created by
- I have a div that expands on hover and closes on mouseout. This div …
- 01:53 Ticket #5151 (IE Script Error: Invalid Argument Line 19 Char 31804) closed by
- invalid: There's not enough information to determine if this is a bug.
- 01:50 Ticket #3961 (XML selector doesnt work as it should, in IE6) closed by
- invalid
- 01:37 Ticket #3389 (Hover events not triggered from 'area' elements in IE6) closed by
- invalid: The link is broken, please reopen with a test case if the problem still …
- 01:17 Ticket #3705 (AJAX IE6 with quirks mode runtime error) closed by
- duplicate: Dup of #4378.
- 01:09 Ticket #5184 (DropDownList - Change not working in IE7) closed by
- invalid: It's already on the list as an enhancement, but currently working as …
09/24/09:
- 12:02 Ticket #5289 (Provide static support for Function.prototype.bind) created by
- binding context and arguments to functions is very useful, especially when …[…]
- 11:01 Ticket #5288 (Add jQuery.num() function to cast value to number (int/float)) created by
- Add a simple function to cast value to number, either as jQuery.num( …
- 04:51 Ticket #5287 (Invalid label using getJson) created by
- Hi I face invalid label problem when i am using the getJson method for …
- 03:48 Ticket #5127 ($.broswer.version) closed by
- duplicate: Duplicate of #2661.
- 03:47 Ticket #5135 (Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7 at line 911 in 1.3.2) closed by
- invalid: Please reopen if you have a test case.
- 03:32 Ticket #5210 (css background-position in IE8 returns undefined) closed by
- duplicate: Duplicate of #4295. Use individual properties not shorthand ones.
- 03:18 Ticket #5252 (attr adding an event to an input field does not work in IE but does in ...) closed by
- invalid: Don't set event handlers using .attr().
- 03:12 Ticket #5253 (Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box) closed by
- duplicate: Dup of #5253.
- 03:11 Ticket #5254 (Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box) closed by
- invalid: If you're still having the problem, reopen this ticket with the exact …
- 03:10 Ticket #5255 (JQuery doesn't work in IE8) closed by
- invalid
- 03:09 Ticket #5256 ($(...).remove() in IE6) closed by
- invalid: A document that contains two elements with the same id attribute is …
- 03:06 Ticket #5257 (Selectors with Firefox 3.5 and Google Chrome) closed by
- invalid: This seems like it would be best handled on one of the forums until it's …
- 02:55 Ticket #5273 ($.ajax() XML handling problem on IE 7 and IE 8) closed by
- invalid: If you don't specify a dataType, jQuery tries to figure it out from the …
- 02:30 Ticket #5277 (bug in doc : toggle(switch)) closed by
- fixed: Fixed, thanks!
- 01:37 Ticket #5285 (IE7 & IE8 leak memory in jQuery.remove, probably caused by jQuery.data) closed by
- fixed: This appears to be fixed in SVN.
09/23/09:
- 19:16 Ticket #5286 (animate bug) created by
- Sorry for my poor English. The parent page use an iframe to load a child …
- 14:20 Ticket #5285 (IE7 & IE8 leak memory in jQuery.remove, probably caused by jQuery.data) created by
- Note: this problem was explored in depth on this Stack Overflow question …
09/22/09:
- 20:43 Ticket #5284 (mootools conflict with getElementsByClassName) created by
- SpriteMe ( http://spriteme.org/) is a bookmarklet that uses …
- 11:41 Ticket #5283 (Slide removes list bullets) created by
- When an HTML list item is hidden and then revealed using …
- 09:27 Ticket #5282 (Elements have different order after find("*") and filter() in IE7) created by
- $cloned = $(this).clone(true); $elements = …
- 04:07 Ticket #5281 (Bug in latest jquery-1.3.2) created by
- Line Num 1421 ie var chunker = …
Note: See TracTimeline
for information about the timeline view.
