Timeline
07/31/07:
- 21:08 Ticket #1449 (parent method return duplicate elements) created by
- When you have multiple elements from the same parent elements in a jQuery …
- 20:13 Ticket #1448 (Interface website is crashing IE7 under Vista) created by
- When visiting the Interface plugin website ( http://interface.eyecon.ro/) …
- 17:13 Ticket #1447 (maxlength -> maxLength) created by
- maxlength needs to be camelcased in order to work.
- 15:18 Ticket #1439 (Crashes on Nokia Webkit browsers) closed by
- duplicate: It sounds like this was based on an old branch of webkit (~Safari 1.3). We …
- 10:02 Ticket #1446 (init method doesn't check correctly form.elements property) created by
- form.elements has different behaviour. While FireFox and Opera pass this …
- 09:58 Ticket #1445 (last jQuery parse RegExp problems with some id or IE) created by
- RegExp used is not correct, IE6 gives me an error (looks for range between …
- 09:54 Ticket #1444 (Interface and Sortable arg var problems) created by
- method: clean problem: Sortable doesn't work with FireFox 1.5 / 2.0 and …
- 03:01 Ticket #1443 (Safari evalScript is Async) created by
- This is different from all the other browsers, one alternative is to …
- 03:00 Ticket #1425 (evalScript and global context) closed by
- fixed: Fixed in SVN rev [2531].
- 02:59 Changeset [6b0d3bb273f09910921ed84539de06c2e7ecd19b] by
-
- src/ajax/ajax.js
- src/jquery/jquery.js
- 02:23 Ticket #1440 (.focus() doesn't fire for 'a' (anchor) element) closed by
- fixed: Fixed in SVN rev [2529].
- 02:22 Changeset [4ae80a1e2cfe7445501e8f365d72417014cf1acb] by
-
- src/event/event.js
07/30/07:
- 17:17 Ticket #1442 (Exception in IE when accessing XML attribute) created by
- Occurs with the following XML file: http://www.xqus.com/phpsysinfo/xml.php …
- 17:16 Ticket #1441 (An error in success() triggers the error() callback) created by
- This is a mistake - plus it makes it really hard to debug errors in your …
- 17:07 Ticket #1440 (.focus() doesn't fire for 'a' (anchor) element) created by
- This is a regression from 1.1.2 to 1.1.3.x: <a id="myLink">This should be …
- 14:54 Ticket #1436 (UNwanted addition to insertAfter()) closed by
- invalid: This is desired, and required. It sounds like you want to use .wrap: …
- 12:02 Ticket #1439 (Crashes on Nokia Webkit browsers) created by
- Since upgrading to 1.1.3.1, my web applications crash Nokia Webkit …
- 10:31 Ticket #1438 (Note to IE opacity filter) created by
- The original code in the .attr method: return elem.filter ? […] If we …
- 07:16 Ticket #1437 (Sortables didn't recognize scroll offset to find new position) created by
- […] ...just scroll some ticks down and try to drag an entry. The new …
- 03:41 Ticket #1436 (UNwanted addition to insertAfter()) created by
- I am attempting to wrap a <div> around a variable number of <p> elements …
- 03:03 Ticket #1435 (Safari 1.3.2 click event not returning false) created by
- Safari 1.3.2 on OSX 10.3.9 using older version of jquery (but have tested …
- 02:52 Ticket #1084 (jQuery.find can't handle underscores in nodeNames) closed by
- fixed: Fixed in SVN rev [2522].
- 02:52 Changeset [660490e6f487332aaf10c19fd9bbb325bc9946af] by
-
- build/test/data/with_fries.xml
- src/selector/selectorTest.js
- 02:29 Ticket #1084 (jQuery.find can't handle underscores in nodeNames) reopened by
- 02:14 Changeset [334462b23c3daca53f2fbff177693f0f1ba29c48] by
-
- src/jquery/jquery.js
07/29/07:
- 23:10 Changeset [d8e9f0c616402ed1b4dab244ff5f8680ed0a415f] by
-
- src/jquery/coreTest.js
- 23:02 Ticket #1349 (.is(':visible') is incorrect when parent element is hidden) closed by
- fixed
- 23:01 Changeset [17949afc34d2fa7626bcc739b5008d32ee411660] by
-
- src/jquery/jquery.js
- 22:32 Changeset [3c82f8fb4aed7b4e65e1dd9ed79718a155a7a492] by
-
- src/jquery/jquery.js
- src/selector/selector.js
- 19:07 Changeset [80a149b82831defa1a9f724801daefda0a8c5685] by
-
- Makefile
- build.xml
- build/test/data/cow.jpg
- build/test/data/testsuite.css
- build/test/fx.html
- build/test/index.html
- src/fx/fxTest.js
- src/jquery/coreTest.js
- src/selector/selectorTest.js
- 16:40 Ticket #1434 (no check if Property className exists) created by
- in function "remove" I had the error "error: elem.className has no …
- 13:50 Ticket #1433 (Safari bug in minmax plugin) created by
- Safari does not like the use of the word "native" in the minmax plugin: …
07/28/07:
- 15:05 Ticket #1432 (jQuery json) created by
- We modified the httpData method to can parse the json object with $.json …
07/27/07:
- 20:20 Ticket #1431 (Bug in Animations) created by
- Hi! I detect a bug using the animate function. See the difference between …
- 18:55 Ticket #1320 (In IE, $(document).ready fires too soon.) reopened by
- Ok, so this fixed the problem, but actually made document ready fire far …
- 18:28 Ticket #1430 (get() issue) created by
- When using a multi select (i.e. <select multiple=multiple>), you can …
- 06:07 Ticket #1429 (N, E, S, W resizable handlers don't function properly when a ratio is ...) created by
- N, E, S, W handlers do not function properly when a ratio is enforced. …
- 06:03 Ticket #1428 (Resizing boundaries of 0 don't function) created by
- Because of the way the resizing layering works, I use the CSS trick of …
- 03:39 Ticket #1427 (Memory and performance leak) created by
- On line 88 and 1383 of jQuery 1.1.3.1 there is a wasted Array object …
07/26/07:
- 21:35 Ticket #1426 (Gracefully fail in IE < 6) created by
- Is there any simple way not to fire errors in IE < 6? Having put up a …
- 13:16 Ticket #1425 (evalScript and global context) created by
- Since changeset 2428 ( http://dev.jquery.com/changeset/2428 ) - the scope …
- 13:04 Ticket #1424 (Correction of height and width methods) created by
- […] The (h || h===0) checking works right with undefined, null and …
- 03:00 Ticket #1141 ($('#id').height() and $('#id').width() performance under IE7) closed by
- worksforme
- 00:31 Changeset [e6c067858ec7f2c4e3e7da90f16c695f93a4ee07] by
-
- src/ajax/ajax.js
- 00:27 Changeset [8a80d05a446ac7ac8a95459fb68932ddf539ff62] by
-
- src/ajax/ajax.js
07/25/07:
- 04:07 Ticket #1423 (jquery.cookie.js) created by
- 'jQuery.cookie' should be changed to 'jQuery.fn.cookie'.
- 00:57 Ticket #1418 ($("//foo", this) is broken) closed by
- fixed: Fixed in SVN rev [2473].
- 00:57 Ticket #877 ($("#id", context) in another document misses id) closed by
- fixed
- 00:56 Changeset [f8b00051c377360f0106e56c24df1353aaf6ad44] by
-
- src/jquery/jquery.js
- src/selector/selector.js
- 00:39 Changeset [bdf05d890fe3a8cc085b2b4f13881ca043943e44] by
-
- src/selector/selector.js
- src/selector/selectorTest.js
07/24/07:
- 23:12 Ticket #1422 (Slider doesn't work with keyboard controls) created by
- Using jQuery 1.1.3.1 and interface 1.2 if I tab to the slider control and …
- 21:42 Ticket #1421 (Apple Widget) created by
- I see references to AppleWidgets (flipTo) in the documentation. Where do …
- 15:19 Ticket #1420 (Test Suite error: Check that click, triggers onclick event handler also) created by
- Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070601 …
Note: See TracTimeline
for information about the timeline view.
