Timeline
03/05/10:
- 23:01 Ticket #6235 (fade in fade out text) created by
- My text is turning green with the fade in fade out effect. How do I stop …
- 16:26 Ticket #6234 (mouseenter/mouseleave/hover event handler exceptions are caught ...) created by
- If the event handler for a mouseenter, mouseleave, or hover event throws …
- 15:28 Ticket #6232 (Selector [name="person.names[0]"]:visible fails) closed by
- duplicate: Duplicate of #6233.
- 15:02 Ticket #6228 (jquery seem to conflict with object.prototype.create) closed by
- invalid: Yep, jQuery doesn't attempt to work with Object.prototype manipulation.
- 14:59 Changeset [0a307b332e896b6b480952abb5d3bf03819893c8] by
-
- src/manipulation.js
- 11:09 Ticket #6233 (Selector [name="person.names[0]"]:visible fails) created by
- Selector [name="person.names[0]"]:visible fails due to wrong selector …
- 11:06 Ticket #6232 (Selector [name="person.names[0]"]:visible fails) created by
- Selector [name="person.names[0]"]:visible fails due to wrong selector …
- 09:15 Ticket #6231 (:hidden does not work on tr) created by
- It did work correctly in 1.3.2, but in 1.4.2 it always returns true. I see …
- 09:09 Ticket #6230 (WEBKIT: xhr.setRequestHeader("Accept", ...) *appends* the value instead of ...) created by
- dataType: 'html', beforeSend: function(xhr) { …
- 08:18 Ticket #6229 ($.ajax has memory leak in IE8) created by
- in IE8 the memory will grow,but in firefox have not this proplem. Is it a …
- 07:59 Ticket #6228 (jquery seem to conflict with object.prototype.create) created by
- When i put the following code in my script if ( ! Object.prototype.create …
- 05:14 Changeset [145f2f045901af5f03f4bdb8a2192027b56f8b30] by
-
- test/unit/manipulation.js
- 05:08 Ticket #6227 ($(arrayofElements).appendTo(...) fails) closed by
- fixed: Hmm, ok, I'm having a really hard time reproducing this - but changing the …
- 05:07 Changeset [2c08004f6d4e7f11a875190e132d204a25cb9418] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 04:42 Ticket #6227 ($(arrayofElements).appendTo(...) fails) created by
- It appears as if only the first element is actually appended in - we …
03/04/10:
- 21:44 Ticket #6226 (Missing or bad example code for stopropagation in docs) created by
- http://api.jquery.com/event.stopPropagation/. Demo needs to be corrected. …
- 21:34 Ticket #6225 (IE8 Will not properly FadeIn() and FadeOut()) created by
- It appears there is another bug when fading and out when using IE8. I …
- 20:01 Ticket #6223 (html() not browser agnostic. Returns ids and classes without qoutes in IE) closed by
- wontfix: Correct - we don't make guarantees about the returned content - we do make …
- 19:41 Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) closed by
- worksforme: I added more detailed information and an example to the bind …
- 19:27 Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) reopened by
- Is this what you're referring to? …
- 18:37 Ticket #6224 (Animating display and opacity with "toggle" causes "Invalid argument" ...) created by
- The attached file is resulting in the following error when I click on "Tab …
- 16:52 Ticket #6223 (html() not browser agnostic. Returns ids and classes without qoutes in IE) created by
- Calling .html() on an element containing something like <div id="foo" …
- 15:42 Ticket #6214 (1.4.2 AJAX .abort script error in IE) closed by
- duplicate
- 15:28 Ticket #6217 ($(foo).trigger('load') fires window.load event in ie) closed by
- worksforme: Yep, that's to be expected since the event will bubble up the tree. You'll …
- 15:21 Ticket #6215 (jQuery.support.boxModel is true in IE when the DOCTYPE is ....) closed by
- worksforme: Yep, that's correct - using a proper content type will push Internet …
- 15:18 Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) closed by
- wontfix: That was an intentional change in 1.4.2 and was mentioned in the release …
- 14:59 Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) created by
- Given: <code> function foo() { alert('bar') } $(elem).click(foo); …
- 13:06 Ticket #6221 (Internet Explorer and NULL val()) created by
- Internet Explorer appears to be treating NULL as the string "null" when …
- 12:54 Ticket #6220 (fadeIn / fadeOut with long durations produce bad opacity values) created by
- Using the fadeIn and fadeOut animations with quite long duration values …
- 11:49 Ticket #6219 (:contains breaks with () created by
- if the quoted needle contains ( without a closing ), it throws an …
- 11:38 Ticket #6218 (jQuery.browser claims MSIE 8.0 to be MSIE 6.0 in certain browsers) created by
- The jQuery.browser() function fails to determine the correct MSIE version. …
- 10:58 Ticket #6217 ($(foo).trigger('load') fires window.load event in ie) created by
- When using trigger to explicitly fire the load event on an object (to …
- 08:43 Ticket #6216 ([Patch] Drop-in replacement for jQuery's trim() function) created by
- Inspired by …
- 07:46 Ticket #6215 (jQuery.support.boxModel is true in IE when the DOCTYPE is ....) created by
- jQuery.support.boxModel is true in ie6~8 when the DOCTYPE is <!DOCTYPE …
- 01:03 Ticket #6214 (1.4.2 AJAX .abort script error in IE) created by
- Request .abort() in IE seems to throw a script error which it did not do …
03/03/10:
- 17:53 Ticket #6213 (.click() fires to often since 1.4.2) closed by
- invalid: If you want to prevent other functions from firing, that are bound to the …
- 17:31 Ticket #5970 (Change event isn't fired in IE on a text box when starting from a empty ...) reopened by
- I see why I thought it wasn't fixed. If you first focus the field using …
- 17:15 Ticket #6213 (.click() fires to often since 1.4.2) created by
- I experienced a very strange bug, moving from 1.4.1 to 1.4.2: I attach a …
- 15:51 Ticket #6212 (IE6 loads images twice when adding HTML snuippet with $.html() or $.load()) created by
- I have an Ajax call that returns an HTML snippet containing <img> tags, …
- 15:26 Ticket #6210 (binded event do not work when call dom element 's fireEvent) closed by
- invalid: You should be doing: $("#textbox").click() - jQuery will take care of the …
- 14:35 Ticket #6211 (Option tags inhert the "disabled" property of the select box in Chrome & ...) created by
- In Chrome and Safari, option tags inherit the disabled property their …
- 09:55 Ticket #6210 (binded event do not work when call dom element 's fireEvent) created by
- first sorry for my last invalid ticket. when i upgrade to version 1.4.2, …
03/02/10:
- 22:34 Ticket #6209 (.live() doesn't filter by namespace) closed by
- fixed: Landed. …
- 22:34 Ticket #6208 (Add in event.namespace) closed by
- fixed: Landed. …
- 22:34 Changeset [9584e908a2daa2a72bd738302dba7cfd0656dbdf] by
-
- src/event.js
- test/unit/event.js
- 22:33 Ticket #6209 (.live() doesn't filter by namespace) created by
- Namespace filtering appears to be broken. See: …
- 22:33 Ticket #6208 (Add in event.namespace) created by
- Passthrough the namespaces specified in trigger, can be useful for …
- 21:41 Ticket #6199 (:hidden selector return false although div is actually hidden (IE8)) reopened by
- I'm attaching the a repro of the bug, everything is inline into the file …
- 21:31 Ticket #6197 (Ajax is not working in IE8 but working in firefox) closed by
- invalid: If you have a more-complete test case I would definitely appreciate it - …
- 21:29 Ticket #6201 (insertAfter() bug in opera 10) closed by
- invalid: I'm confused - you're inserting paragraphs into paragraphs - is that what …
- 21:10 Ticket #6206 (.html() Form) closed by
- worksforme: I can't duplicate this, I created the test case and the form is created …
- 20:59 Ticket #6206 (.html() Form) reopened by
- _Me.html("\n<div class='UploaderUserInput'>\n\t<div id='Uploader1' …
- 20:50 Ticket #6206 (.html() Form) closed by
- worksforme: Do you have an example? There was an issue with inserting forms in 1.4 …
- 20:49 Ticket #6207 (Click Event on List Item) closed by
- invalid: It sounds like you're trying to get the .val() of a list item - but list …
- 20:43 Ticket #6207 (Click Event on List Item) created by
- It is possible that I am not using the function correctly, but I ran into …
- 20:43 Ticket #6206 (.html() Form) created by
- problem with jQuery adding <form> tags to DOM. eg: $('#obj').html("<form …
- 19:49 Ticket #6205 (.add() not working on cached jQuery object) closed by
- invalid: .add() doesn't modify the existing object, it returns a new object with …
- 19:41 Ticket #6205 (.add() not working on cached jQuery object) created by
- Can't use $.fn.add to add more elements into a cached jQuery object …
- 19:03 Ticket #6193 (Reading value from multiline textarea with val is different to ...) closed by
- wontfix: This is an intentional change. Browsers weren't consistent about providing …
- 18:56 Ticket #1675 (expando related problem on removeData()) closed by
- fixed: Good catch, I've re-fixed this: …
- 18:56 Changeset [04e31ff058548fbdbdf77c61d4edc3a974b080f4] by
-
- src/manipulation.js
- 18:46 Ticket #1675 (expando related problem on removeData()) reopened by
- I think this problem persists again, I currently have the same problem and …
- 17:46 Ticket #6199 (:hidden selector return false although div is actually hidden (IE8)) closed by
- invalid: Do you have an example that we can look at? What element is it? What …
- 17:44 Ticket #6203 (Content missing in Documentation FAQ) closed by
- fixed: Fixed.
- 15:53 Changeset [ad103c8e6a2fead02822360583d56bcf42c032c4] by
-
- test/unit/traversing.js
- 15:51 Changeset [5c111a028a2c86f2392d987951db3a980900f1bd] by
-
- test/unit/event.js
- 15:44 Changeset [86ace44fbbdfe90d231877d6d3bb3b85a81782b4] by
-
- src/ajax.js
- 15:13 Ticket #6204 (fadeTo fails to fade tables in IE8) created by
- Tables won't fade in IE8
- 14:34 Ticket #6203 (Content missing in Documentation FAQ) created by
- Location: http://docs.jquery.com/Frequently_Asked_Questions Expected …
- 13:07 Ticket #6202 (special events + .die issue in 1.4.2) created by
- When special events are unbound via .die, remove + teardown never get …
- 13:00 Ticket #6201 (insertAfter() bug in opera 10) created by
- $('<p>hello world</p>').insertAfter('div').html('<p>xxxxxx</p>'); the new …
- 12:34 Ticket #6200 (.live(... broken in 1.4.2 using IE8) created by
- Version 1.4.2 breaks 'live' function in combination with IE8. No problem …
- 11:19 Ticket #6199 (:hidden selector return false although div is actually hidden (IE8)) created by
- I debugged a fadeIn that didn't fadeIn the div, I track the problem with …
- 09:14 Ticket #6198 (combined selector with live() in opera) created by
- $('a[req], :submit[req], li[req]').live('click', function(){ alert( …
- 05:13 Ticket #6197 (Ajax is not working in IE8 but working in firefox) created by
- Version: 1.4.2 I am trying to fire an Ajax call and the code works in …
- 02:56 Changeset [a33d01a7b09f2b3b06ba273b89b77fec8d20b144] by
-
- Makefile
- src/sizzle-jquery.js
- 02:51 Changeset [950b5d64a27994db1697eb4e605f5ea48ad8021b] by
-
- Makefile
- README.md
- build/js.jar
- build/jslint-check.js
- build/jslint.js
- 02:24 Changeset [dcf0fa5048ef2379d551f29ffa29b14ec5ee09d5] by
-
- src/ajax.js
- src/core.js
- src/css.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/support.js
- src/traversing.js
- test/unit/ajax.js
- 00:31 Changeset [8c8f685a911c811e9b998958dd453a6a2b9d5940] by
-
- src/ajax.js
03/01/10:
- 23:19 Changeset [a4043cdcbfa1ca069265a7cbcaba269629789cc0] by
-
- src/ajax.js
- src/core.js
- src/event.js
- src/manipulation.js
- src/traversing.js
- 21:26 Changeset [fc08d0ea8dc881ed56102eb14e3ad9c54cccc34e] by
-
- src/offset.js
- 18:33 Ticket #6196 (IE error in curCSS on pixel recalculation) created by
- The code block to recalculate pixel values raise an error on IE(8), when …
- 17:44 Changeset [a18f682012ae8e63f3b43b39375b3c5ce0a561e3] by
-
- src/ajax.js
- src/core.js
- src/css.js
- src/effects.js
- src/event.js
- 16:54 Ticket #6195 (Parent > child selector problem) created by
- This doesn't work $(document).ready(function(){ $("#myID > …
- 16:41 Ticket #6194 (Script tags not evaluated when loaded in page by Ajax, on WebKit) created by
- I have content that is loaded via Ajax. The loaded content contains a …
- 15:41 Ticket #6193 (Reading value from multiline textarea with val is different to ...) created by
- Hello, When I try to read a textarea value with $('#id').val(), and this …
- 14:33 Ticket #6192 (event.srcElement is incorrect when calling jquery.change() from within a ...) created by
- I am currently using .Net and I am getting an error in the …
- 14:25 Ticket #6191 (Assigining CSS property in animate() via external variable fails) created by
- var part = 'left'; for testing purposes only var margin_variable = …
02/28/10:
- 16:55 Changeset [5353c6bcc352c4d900cc76af110e56ee1e70ae0f] by
-
- test/unit/offset.js
- 01:46 Ticket #6190 (offset and position in other windows) closed by
- fixed: This is now fixed. …
- 01:43 Changeset [1d352084c4257217b0778f1ec3bb2e409411a4c3] by
-
- src/offset.js
- test/unit/offset.js
- 01:40 Ticket #6190 (offset and position in other windows) created by
- As noted by friedcell (on github) the offset method has a hardcoded value …
02/27/10:
- 15:22 Ticket #6154 (ready() sample code is unnecessarily complicated) closed by
- worksforme: The current API docs can be found here, where that's been resolved: …
- 15:21 Ticket #6155 (API docs: Callback argument for Hide does not have a type) closed by
- fixed: Fixed. Thanks for the heads-up.
- 15:17 Ticket #6167 (documentation: link to test suite outdated) closed by
- fixed: I removed the link to the test suite.
- 15:14 Ticket #6181 (IE8 Browser Crash loading http://docs.jquery.com/Ajax/jQuery.ajax#options) closed by
- worksforme: This was fixed on the new API site: http://api.jquery.com/jQuery.ajax lol …
- 15:05 Ticket #5928 (Global mousemove ceased to function) closed by
- fixed: Thanks Mike - reclosing.
- 15:04 Ticket #6113 (beforeunload event fires twice) closed by
- fixed: Fixed. …
- 15:03 Changeset [36faab439a1d3a5471847e952d0019e8e4e9b982] by
-
- src/event.js
- 14:55 Ticket #6137 (auto detect objects returned using $find()) closed by
- wontfix: That's not something that jQuery will bake directly into the code base. …
- 14:50 Ticket #6189 (Store jQuery.data for plain objects on objects) closed by
- fixed: Fixed. …
- 14:49 Changeset [a49e6b63131e292bc1c31ee98b300ba87ce99162] by
-
- src/data.js
- test/unit/data.js
- 14:49 Ticket #6189 (Store jQuery.data for plain objects on objects) created by
- There's no reason to store the data in the jQuery.cache for plain objects …
- 14:11 Ticket #6185 (ready( fn ) should not be synchronous) closed by
- wontfix: While I absolutely do appreciate the patch and test case I'm not convinced …
- 14:03 Ticket #6188 (Add in .bind(name, false), .unbind(name, false) shortcut) closed by
- fixed: Fixed. …
- 14:03 Ticket #6187 (Allow data to be passed in to .click(), etc.) closed by
- fixed: Fixed. …
- 14:02 Changeset [42568db4c414d4435f2f7e89be87d66645c42e1c] by
-
- src/ajax.js
- src/event.js
- test/unit/event.js
- 14:02 Changeset [a45372a4c5cfd33c4ff12b145bd79fec2fe0d382] by
-
- src/ajax.js
- src/event.js
- test/unit/event.js
- 13:57 Ticket #6188 (Add in .bind(name, false), .unbind(name, false) shortcut) created by
- Something really easy that I've always wanted - a simple way to just bind …
- 07:35 Ticket #6163 (TypeError: events is null) closed by
- fixed: Thanks! …
- 07:31 Changeset [7d5da0ee030b1962ff1ff57b0221a02dfdc2886a] by
-
- src/event.js
- 01:01 Changeset [ba7195e3f90b3a3130ac0b15880ba2f27106f568] by
-
- src/event.js
- test/unit/event.js
- 00:48 Ticket #6187 (Allow data to be passed in to .click(), etc.) created by
- Right now you can only pass in data if you're doing .bind().
02/26/10:
- 23:22 Ticket #6186 ($.post silent error in firefox) closed by
- invalid: It's really hard to tell exactly what might be going on without seeing the …
- 22:17 Ticket #6186 ($.post silent error in firefox) created by
- $.post seems to have a silent error in firefox. i have confirmed that this …
- 21:31 Ticket #6185 (ready( fn ) should not be synchronous) created by
- I am sure this has been discussed before; but I was not able to find such …
- 20:20 Ticket #6168 (Add timer functionallity to core) closed by
- wontfix: Sure - If you wish to have a discussion then please feel free to open it …
- 19:40 Ticket #6168 (Add timer functionallity to core) reopened by
- Documentation for .delay() states: >jQuery.delay() is designed for …
- 17:55 Ticket #6128 (Cannot reference a variable) closed by
- invalid
- 17:52 Ticket #6130 (Accordion Browser Compatibillity issues in IE 7.0) closed by
- invalid
- 17:52 Ticket #6129 (Accordion Browser Compatibillity issues in IE 7.0) closed by
- invalid: This should be filed in the jQuery UI bug tracker.
- 17:50 Ticket #6134 (data() now returns null on "no data") closed by
- duplicate: Fixed in #6166.
- 17:48 Ticket #6140 (jQuery removeClass bug?) closed by
- invalid: Do you have a larger example? I'm not seeing the issue here.
- 17:46 Ticket #6168 (Add timer functionallity to core) closed by
- wontfix: We already have a .delay() in core, this should serve as a good substitute …
- 17:45 Ticket #6176 (hidden and elements with border) closed by
- invalid: Wait - what? Why is the height/width negative? That doesn't make sense - …
- 17:43 Ticket #3443 (Can't Select Attribute Values Containing Closing Square Bracket ]) closed by
- fixed
- 17:42 Ticket #6171 (code for password strength) closed by
- invalid
- 17:42 Ticket #6183 ($.map flattens arrays) closed by
- wontfix: Yep, that's intended - it's even mentioned in the docs: …
- 17:41 Ticket #6177 (Enhance jQuery.extend() to allow option for each object to be a target ...) closed by
- wontfix: Hmm, I disagree that this should be an option. It seems like it's easy …
- 17:38 Ticket #6178 (.parents() reverses element order) closed by
- wontfix: Yep, this is intended - as with prevAll and prevUntil. Having them be …
- 17:35 Ticket #6166 (typeof($(EXPR).data('undefinedKey')) returns object vs 'undefined' now) closed by
- fixed: Fixed. …
- 17:35 Changeset [9e06903a99caf5619d0db858ed3d24f0e6ee15db] by
-
- src/data.js
- test/unit/data.js
- 17:25 Ticket #6148 (.change() even not firing when arrow keys used.) closed by
- worksforme: It seems to work for me in 1.4.2 - do you have a specific example?
- 17:24 Ticket #6153 ($.clone() does not clone children of HTML5 elements in IE) closed by
- wontfix: Unfortunately there's not really a good solution here as any way we slice …
- 17:20 Ticket #5892 (IE change event does not fire on text input after setting value - works in ...) closed by
- fixed: As mentioned before, this was fixed in 1.4.2.
- 16:32 Ticket #6184 (.unbind() fails on plain javascript object) closed by
- fixed: Fixed. …
- 16:32 Changeset [7f5179b65431b77e89fa32623a5000e3630c191c] by
-
- src/event.js
- test/unit/event.js
- 16:31 Ticket #6184 (.unbind() fails on plain javascript object) created by
- See discussion here: …
- 16:24 Ticket #6169 (.live('hover') breaking change from 1.4.1 to 1.4.2) closed by
- fixed: Fixed. …
- 16:23 Changeset [28b489bfc8ad240b01e63ed93634f2b8770332a3] by
-
- src/event.js
- 16:15 Ticket #6183 ($.map flattens arrays) created by
- Mapping function(x) { return x; } over an array should result in an …
- 14:26 Ticket #6182 (Make sure .live() bubbles unless explicitly stopped) closed by
- fixed: Fixed. …
- 14:26 Changeset [26b0e913dda386b6b2848196689a02a2da6aa40d] by
-
- src/event.js
- src/traversing.js
- test/unit/event.js
- 14:25 Ticket #6182 (Make sure .live() bubbles unless explicitly stopped) created by
- Right now $("div").live("click", fn) won't bubble up to multiple clicks, …
- 14:06 Ticket #6181 (IE8 Browser Crash loading http://docs.jquery.com/Ajax/jQuery.ajax#options) created by
- Hi guys, I was just browsing your documentation and got as far as the …
- 13:44 Ticket #6179 (fireEvent does not working) closed by
- invalid: I'm not really sure what this ticket is trying to get at - there was no …
- 13:43 Ticket #6180 (jQuery.clean should not touch script tags that are not of type ...) created by
- At the very end of the clean function script tag nodes embedded in the …
- 07:11 Ticket #6179 (fireEvent does not working) created by
- when i upgrade to version 1.4.2, dom method fireEvent in ie does not …
- 00:31 Ticket #6175 (syntax throws error that did not used to happen in 1.3.2) closed by
- invalid: That's correct - there is no :option selector so jQuery is throwing an …
Note: See TracTimeline
for information about the timeline view.
