Timeline
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 = …
09/21/09:
- 20:07 Ticket #5278 (jQuery calls Object.each on onload and unload) closed by
- duplicate: Duplicate of #2721.
- 17:50 Ticket #5280 (AJAX requests should abort on unload (they reserve connections in IE)) created by
- There is a bug in IE (seen in 7, heard about in others) where AJAX …
- 17:38 Ticket #5279 (opera version is incorrect or browser.version is wrong) created by
- I understand that jQuery.browser is now being depreciated, but while it …
- 15:38 Ticket #5278 (jQuery calls Object.each on onload and unload) created by
- If Object.prototype.each is defined, jQuery calls it on onload and …
- 14:47 Ticket #5277 (bug in doc : toggle(switch)) created by
- bug in documentation: http://docs.jquery.com/Effects/toggle#switch Bad …
- 14:12 Ticket #5276 (Callback function not executing after the specified time) closed by
- worksforme
- 13:37 Ticket #5276 (Callback function not executing after the specified time) created by
- I am using a simple snippet like this: …
- 08:56 Ticket #5275 (jquery.extend should set displayName on functions) created by
- Both Firebug and the Safari debugger support the convention that if a …
09/20/09:
- 23:45 Ticket #5274 (Toggle cycles incorrectly with multiple toggle handlers) created by
- The toggle event stores the current cycle position on the DOM element with …
- 19:24 Ticket #5273 ($.ajax() XML handling problem on IE 7 and IE 8) created by
- Hi, I browsed around for this and couldn't find this issue.. I have this …
09/19/09:
- 14:09 Ticket #5272 (animate height to "auto") created by
- I'd love to be able to animate the height of an element to "auto", like …
- 12:02 Ticket #5271 ($()) created by
- Hello! I use a translator, so excuse me for mistakes! $().end() returns …
- 11:00 Ticket #5270 (clone() doesn't clone filters in IE6) created by
- I've got some elements with fixed png's by filters. Using clone() function …
09/18/09:
- 19:35 Ticket #5269 ($(document).ready and Frames) created by
- I think I've run into a bug similar to: http://dev.jquery.com/ticket/3988 …
- 14:25 Ticket #5268 (Bug with show()/hide() functions in Chrome browser) created by
- When you are trying to use any parameters 'fast' or 'slow' in such …
- 06:02 Ticket #5267 (Submit Delegation Patch) created by
- submit delegation patch This improves on the existing functionality in 2 …
09/17/09:
- 23:38 Ticket #5266 (.position() report incorrect value for AREA elements of an image map) created by
- Hi, when the .position() method is called on a AREA object, the position …
- 22:37 Changeset [67089eedf6f84acd9c16ea2a6dadadf7b13a7c84] by
-
- src/ajax.js
- test/unit/ajax.js
- 22:34 Ticket #5265 (jQuery.fn.data does not always behave in IE) created by
- I'm working on a project that uses a custom "Repeater" and "Accordion" …
- 12:16 Ticket #5264 (embed tags do not work anymore in IE6 with current nightly build) created by
- Embed tags, inserted with jQuery methods loose their attributes and are …
- 10:30 Ticket #5263 (capture phase using bind) created by
- it's not possible to subscribe to event in capture phase. ok ie6 doesn't …
- 05:41 Ticket #5262 (jquery-1.3.2.min.js has bug.(minimizing bug)) created by
- I've used jquery-1.3.2.min.js that downdloaded in …
09/16/09:
- 22:10 Ticket #5261 (ready functions can be called out of order) created by
- A ready function added while inside another ready function will get called …
- 20:01 Ticket #5260 (curCSS()) created by
- On the 829 line, used a hack to recalculate number, but the negative …
- 19:58 Ticket #5259 ([patch] Event delegation for mouseenter and mouseleave) created by
- This patch adds a private "delegate" function used to bypass …
- 19:28 Ticket #5258 ([validate] resetForm does not clear invalid list) created by
- When the function resetForm() is called, the variable 'invalid' is not …
- 19:03 Ticket #5257 (Selectors with Firefox 3.5 and Google Chrome) created by
- I'm having difficulties using selectors with Firefox 3.5 and Google …
- 16:37 Ticket #5256 ($(...).remove() in IE6) created by
- Hello, there is a Browser related difference in the functionality of …
- 14:47 Ticket #5255 (JQuery doesn't work in IE8) created by
- Good day! I have problem with working JQuery in IE8. It simply doesn't …
- 09:34 Ticket #5254 (Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box) created by
- Hello, I am using remove and clone function. I am using the sample code …
- 09:32 Ticket #5253 (Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box) created by
- Hello, I am using remove and clone function. I am using the sample code …
- 08:47 Ticket #5252 (attr adding an event to an input field does not work in IE but does in ...) created by
- Using $(":input").attr("onfocus","alert(this.id);"); to add an event …
- 08:33 Changeset [45dfa3b0fc49718c4f00600d1e25a129601d08ee] by
-
- src/event.js
- test/unit/event.js
- 02:21 Ticket #5251 (Make [6580] changes DRY on bind(), unbind() and one()) created by
- 02:19 Changeset [9ebb2fc654d51244618e208705e2258fe733058f] by
-
- src/event.js
- test/unit/event.js
- 02:18 Ticket #5250 (Support Object Literals for bind(), unbind() and one()) created by
09/15/09:
- 22:28 Ticket #5249 (clipboardData (and other new properties) not copied to new event object) created by
- When jQuery creates a new event object, the clipboardData property is not …
- 21:42 Ticket #4976 (qunit: allow enabling the noglobal option in code) closed by
- invalid: QUnit now has the noglobals check enabled by default.
- 21:14 Changeset [97e134fe80a734b97170bf43c9459511f4e165c7] by
-
- src/data.js
- test/unit/data.js
- 21:09 Changeset [24ffc395a7b2e0b925fcb7959d743820fe269f07] by
-
- src/selector.js
- 21:01 Changeset [e907b8769f473d8b3b271ce91fb0e7a1b3a6d24f] by
-
- src/selector.js
- 19:15 Changeset [daffb954e397bd5d9f8e9aaedab6c0baa9609e1e] by
-
- src/offset.js
- test/data/offset/relative.html
- test/data/offset/static.html
- test/unit/offset.js
- 18:38 Ticket #5241 (Periods and colons in jQuery id selectors) created by
- Dots and colons in jQuery selectors don't seem to work, although they are …
- 17:51 Changeset [f55fb36e54eb82b112fa7af2c9b2c28c3a1c38cf] by
-
- test/unit/ajax.js
- test/unit/manipulation.js
- 17:39 Changeset [0b36b26259bb1384d8a6d7d55d8738082b96c304] by
-
- src/selector.js
- 17:23 Ticket #5234 (Make attr() support getting/setting using jQuery.fn methods) closed by
- fixed: Done at [6570].
- 17:23 Changeset [5550356a12f525cbda0640fd06169259d4c02092] by
-
- src/attributes.js
- test/unit/attributes.js
- 17:22 Ticket #5234 (Make attr() support getting/setting using jQuery.fn methods) created by
- 17:11 Changeset [8356871a5522ad59cac80af2ca4695079059b97e] by
-
- test/unit/event.js
- 16:46 Changeset [fc4c6915344625fadf55ca25d3cf9094544d301a] by
-
- src/manipulation.js
- 16:45 Changeset [cf8c1249d1efbdaf4f4dd8d1a36bb803335f4ee8] by
-
- src/ajax.js
- test/unit/ajax.js
- 15:56 Changeset [7638fc58354e295f96a2d948adcb1ce1c2da60b3] by
-
- src/manipulation.js
- 15:35 Ticket #1794 (ER: Generalize for Alternate "Global" Context Object) closed by
- duplicate
- 15:31 Ticket #2452 ($.post and $.get are probably not handling the abcense of data well) closed by
- fixed: Fixed at [6564]
- 15:28 Changeset [5b9214e7d8db9759471dd95822a207a8653b48a3] by
-
- src/ajax.js
- 15:26 Ticket #3775 ($.get() doesn't shift 'type' argument when 'data' argument is omitted) closed by
- duplicate
- 15:20 Ticket #4994 (new ajax 'target' option upon which ajaxEvents are triggered, when ...) closed by
- fixed: Applied at [6563]
- 15:19 Changeset [183f37e4b4128af7ba096ac40046768b84b6d66e] by
-
- src/ajax.js
- test/unit/ajax.js
- 11:26 Ticket #5230 (JavaScript Error, var "start" not declared) created by
- The file "jquery-1.3.2.js" etc. are to be modified as shown below. Because …
- 08:01 Ticket #3722 (event.remove involves unnecessary creation of cache items) closed by
- fixed: Fixed in r6562.
- 07:59 Changeset [c4f144eeffd94c745839b0ced2de9c62cfa9f075] by
-
- src/data.js
- 01:02 Changeset [19cd84cf3261ee412a2521df73dcf9d6cfba04a3] by
-
- src/data.js
- 00:35 Changeset [9b20eb4c85edb156d365e7e376faeef5c741e8fd] by
-
- src/traversing.js
- 00:32 Changeset [321267dcecdd812090368bf5bd646b3ddfdb4459] by
-
- src/fx.js
- test/unit/fx.js
Note: See TracTimeline
for information about the timeline view.
