Timeline
05/02/09:
- 22:35 Changeset [e45b41602ff483ebed67b5b73008aff5ceb1fe6f] by
-
- src/attributes.js
- test/unit/attributes.js
- 21:15 Ticket #3825 (enhance .toggleClass) closed by
- fixed: Added in r6332.
- 21:14 Changeset [5e6e53835e552920db4f88ac0c9eca71aaacbef0] by
-
- src/attributes.js
- test/unit/attributes.js
- 19:24 Ticket #3971 (.index() enhancement) closed by
- fixed: While I can understand the potential confusion about passing a jQuery …
- 19:23 Changeset [d415e0adb8f89a00768091795860daa5f2c29835] by
-
- test/unit/core.js
- 19:22 Changeset [ffd457d4561eb1a6653aaef90f92a3b3010b9139] by
-
- src/core.js
- test/unit/core.js
- 19:14 Ticket #4617 (xml() function, or addition to html() function) created by
- Not sure what the preference would be - the advantage of making an xml() …
05/01/09:
- 23:27 Ticket #4616 (get .css() class style) created by
- I'm sure this has been reported, just can't find a bug. Using .css() to …
- 04:23 Ticket #4615 (Incompatible with Windows SP3) created by
- OS: Windows XP SP3 Incompatibility: IE 6 and Chrome
- 02:40 Ticket #4614 (submit bug?) created by
- […] the submitted form always takes the action of the second form? …
- 01:31 Ticket #4611 (Attribute type checkbox return undefined) closed by
- invalid: I think you meant: […]
- 01:01 Ticket #3681 (Opera 9.62 jquery errors and non valid css) closed by
- worksforme: This worksforme with the latest opera 9.64
- 00:59 Changeset [cbda6c541b9f2dd8fbaa084ecce7f421e8dc3dc4] by
-
- src/event.js
- test/unit/ajax.js
- 00:36 Changeset [96fd5f18d49bd3a93586c4b8b6c3cdfc337cd067] by
-
- src/event.js
- 00:30 Ticket #4396 (the function css('height') returns "0px" in Opera) closed by
- worksforme: This works for me, both css("width") and width(), in Opera 9.64.
- 00:22 Ticket #2620 (event.fix() possible null dereference) closed by
- fixed
- 00:21 Changeset [c6db93c37374410427b0b64d19c24659fbb32754] by
-
- src/event.js
- 00:02 Changeset [a4b8fed8ad7542309e5f4573468261c9a98af97f] by
-
- src/event.js
04/30/09:
- 21:50 Ticket #4532 (Live event handlers don't receive custom event data) closed by
- fixed: fixed in r6325
- 21:50 Changeset [aef1989ba74ee568f8bab3ac0967fd849816da12] by
-
- src/event.js
- test/unit/event.js
- 21:46 Ticket #4612 (.live() should accept an optional data param like bind) closed by
- fixed
- 21:45 Ticket #4613 (add and remove special event hooks) closed by
- fixed: fixed in r6324
- 21:44 Changeset [71efbdd3b26f3a283f8d4bfdcc7b6343142027b9] by
-
- src/event.js
- test/unit/event.js
- 21:40 Ticket #4613 (add and remove special event hooks) created by
- It was proposed by Mike Helgeson to refactor the specialAll hooks into an …
- 21:35 Ticket #4612 (.live() should accept an optional data param like bind) created by
- Should follow the standard for bind: .live( type, [data], fn ).
- 21:10 Ticket #4197 (live events' "click" handler catches right clicks (unlike normal click ...) closed by
- duplicate: Closing, duplicate of #3861
- 19:44 Ticket #4611 (Attribute type checkbox return undefined) created by
- Hi, Simply, with this html : <input type="checkbox" id="CK" value="test" …
- 01:26 Changeset [287ecdbf6759a3a89c168a5c0aff14833947f430] by
-
- src/event.js
04/29/09:
- 22:48 Ticket #4610 (Image width calculation) created by
- Sorry that my debugging skills may not be up to par, but I think I may …
- 22:04 Ticket #3398 (Events register on the wrong window in IE) closed by
- fixed: Fixed in r6316
- 22:04 Changeset [45b8d2531ef6a7c775ca3bac06bcad6ffc5419e3] by
-
- test/unit/event.js
- 21:47 Ticket #4241 (Namespaced events cause memory leaks) closed by
- fixed: I had a really difficult time getting a reliable test case to verify this …
- 21:46 Ticket #4609 (jQuery("...").unbind() doesn't unbind namespaced events) closed by
- fixed: Fixed in r6321
- 21:45 Changeset [851846aabea72fe784b8a13cfb04cffecdb771b6] by
-
- src/event.js
- test/unit/event.js
- 21:44 Ticket #4609 (jQuery("...").unbind() doesn't unbind namespaced events) created by
- When calling .unbind() without passing anything, namespaced events are not …
- 19:24 Ticket #4608 (Overflow left "visible" vs return to "auto" after animate on Safari on ...) created by
- On some (but not all) Macs running one of our apps under Safari (and not …
- 14:20 Ticket #4607 (strange selector behaviour) created by
- i was using jquery version 1.2.6, and blewo selector works just fine …
- 12:09 Ticket #4606 ("prev ~ siblings" broken in 1.3.2) created by
- The following code works in 1.3.1 and doesn't in 1.3.2.
- 11:38 Ticket #4605 (Siblings (~) selector doesn't work right) created by
- $("#some_id ~ div") doesn't select DIV siblings if element with …
04/28/09:
- 22:44 Ticket #4604 (replaceWith is not removing old content before adding new content) created by
- I have multiple select boxes under a div, and when I use replaceWith to …
- 21:58 Ticket #4603 (selector :last has incorrect behaviour on google chrome) created by
- see the attached file: version 1: correct id var nb=$("#elementview …
- 18:49 Ticket #4602 ($.post callback error) created by
- I'm writing the second script in jQuery and the second time I'm meeting …
- 16:33 Ticket #4601 (support *not* adding X-Requested-With) created by
- http://groups.google.com/group/jquery-dev/browse_thread/thread/2803240de4de …
- 14:12 Ticket #4600 (mouseleave event not fired when moving from a input button to a input text ...) created by
- Full description and example here: …
- 06:07 Ticket #4599 ("Better" Event delegation) created by
- Although live is a great step forward ... I wonder if jQuery would support …
- 05:42 Ticket #4598 (Adding capture to allow better event delegation) created by
- in event.js line 10 from add: function(elem, types, handler, data) { to …
04/27/09:
- 18:29 Ticket #4597 (Fail to append, prepend on IFrame Body element in IE) created by
- While i am trying to append an element inside the body of IFrame throwing …
- 17:07 Ticket #4596 (find function including the results of filter?) created by
- Hi, Just an idea - I often find myself doing something like: …
- 16:21 Ticket #4595 (Problem with all slide action in IE ( any version )) created by
- First of all the problem only apply if you position an element in your div …
- 14:15 Ticket #4594 (tbody toggle() fails in IE7 if it contains more than one tr) created by
- When a tbody tag contains one tr, toggle() works for all browsers when …
- 12:35 Ticket #4593 (accordion getter option active always returns null) created by
- Hi there ... I'm trying unsuccessfully to grab the id/index of the active …
04/26/09:
- 23:44 Ticket #4592 (Invalid element by specified index) created by
- I have a table with 15 columns, 3rd column is invisible with css property …
Note: See TracTimeline
for information about the timeline view.
