Timeline
02/19/10:
- 21:12 Ticket #6126 (.text() doesn't work in textNode) closed by
- worksforme: Works for me - make sure you're using a current version of jQuery.
- 19:36 Ticket #6128 (Cannot reference a variable) created by
- Not sure if it is a bug or not since I am new to JQuery: var _Ele = …
- 19:15 Ticket #6127 (Calling .abort() on AJAX Request Triggers "success" callback) created by
- From 1.4+ calling abort on an AJAX request still fires the callback and …
- 16:57 Ticket #6126 (.text() doesn't work in textNode) created by
- jQuery(document.createTextNode('TEXT')).text() returns empty string
- 16:35 Ticket #6125 (Unfiltered for loop breaks animation in IE when a script extends the ...) created by
- I've added a function called size() to the Object prototype for getting …
- 13:43 Ticket #6116 (FF error on: var computedStyle = defaultView.getComputedStyle( elem, null ...) reopened by
- Ouch.. sorry! I totally forgot the example that I have. …
- 08:30 Ticket #6124 (v1.4 :visible selector) created by
- I was using this in v1.3.2 and worked perfectly. $("#sh-ty-container > …
- 04:45 Ticket #6123 (IE ajax methods don't return XMLHttpRequest in v1.4.x) created by
- From v1.4.0 onwards, any calls to $.ajax(), $.get(), $.getJSON() and …
- 00:14 Ticket #6118 (Jcarousel + loaded via ajax) closed by
- invalid: This should probably be posted to the jQuery forum: …
02/18/10:
- 22:11 Ticket #6120 (AJAX and Internet Explorer 7) closed by
- duplicate: Yeah, this is a duplicate.
- 21:33 Ticket #6121 (data function no longer works with OBJECT elements) closed by
- wontfix: Yep, that's intentional. We can't reliably bind data to object elements …
- 17:23 Ticket #6121 (data function no longer works with OBJECT elements) created by
- In 1.4, setting data on an OBJECT tag (like a Flash element), doesn't do a …
- 15:49 Ticket #6120 (AJAX and Internet Explorer 7) created by
- Hi, Internet Explorer 7 send me an error message : bad method/property …
- 13:43 Ticket #6119 (serialize filter out disabled inputs) created by
- hi. I have an issue about filtering out disabled inputs from …
- 12:59 Ticket #6037 (oldAbort.call( xhr ) breaks in IE7 even within try/catch) reopened by
- I have the same error in IE7 (not chrome, not firefox, not IE8). I used …
- 11:59 Ticket #6118 (Jcarousel + loaded via ajax) created by
- my jcarousel is laoded in a media box (from jquery). The content of the …
- 11:31 Ticket #6117 (re-initialization of plugin) closed by
- invalid: Perhaps you're calling init again with no callback? You should bring this …
- 11:22 Ticket #6108 (.live(event) does not contain event.data in 1.4.2) closed by
- wontfix: This is correct - the original .data there was never meant to be exposed …
- 11:21 Ticket #6117 (re-initialization of plugin) created by
- see following example code: (function($) { $.plugin = { key: value, …
- 10:15 Ticket #6116 (FF error on: var computedStyle = defaultView.getComputedStyle( elem, null ...) closed by
- invalid: Unfortunately I can't really do much without a test case - can you spot …
- 10:00 Ticket #6116 (FF error on: var computedStyle = defaultView.getComputedStyle( elem, null ...) created by
- In Firefox 3.5 (Mac) I get the below error, but not in Safari (Mac). Fel: …
- 09:48 Ticket #6115 (Css width/height issue in Google Chrome) created by
- I have a problem when getting height and width of a specific div in Google …
- 09:25 Ticket #6114 (fcleanup function perfomance speed up) created by
- return nm.replace(/[\w\s\.\|`]/g, function( ch ) { return " " + ch; …
- 02:54 Ticket #6107 (Google AJAX CDN is loading "1.4.2" for "1.4") closed by
- fixed: That's correct, I haven't written the release notes yet, will do so soon.
02/17/10:
- 22:29 Ticket #6113 (beforeunload event fires twice) created by
- beforeunload event handlers on window are firing twice: once for …
- 19:31 Ticket #6107 (Google AJAX CDN is loading "1.4.2" for "1.4") reopened by
- jQuery.com doesn't say anything about 1.4.2 -- only 1.4.1. The Google CDN …
- 14:21 Ticket #6112 (:eq() Selector not working in Chrome, Safari and Opera) created by
- I'm curently working on a new project. I had to add some classes to may …
- 14:19 Ticket #6111 (find() found a wrong number of tags using IE7) created by
- Hi, when I try to use this test code <div class="matrixSetup">R <input …
- 10:22 Ticket #5928 (Global mousemove ceased to function) reopened by
- Documentation is still not working; it's using the old syntax. Confusion! …
- 10:21 Ticket #6110 (jQuery.get() doesn't transport form-elements in firefox) created by
- Using jQuery.get() does not transport form-elements in firefox call: …
- 10:14 Ticket #6109 (Event rises at its binding in IE.) created by
- When I bind click event in onclick function, new event rises immediately, …
- 09:21 Ticket #6107 (Google AJAX CDN is loading "1.4.2" for "1.4") closed by
- invalid: Yep, that's intentional - jQuery 1.4.2 is released. If you want jQuery 1.4 …
- 05:36 Ticket #6108 (.live(event) does not contain event.data in 1.4.2) created by
- $(selector).live('click', function(event) { event.data is undefined …
- 05:33 Ticket #6107 (Google AJAX CDN is loading "1.4.2" for "1.4") created by
- http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js is currently …
02/16/10:
- 21:52 Ticket #6106 (Data argument is undefined in success method of $.ajax in IE7) created by
- When using dataType:"json" in a .ajax method, the data object is undefined …
- 21:20 Ticket #6087 (Firefox 3.5.7 iframe length incorrect) closed by
- invalid: Correct, self-closing iframes are malformed markup.
- 21:13 Ticket #6082 (Ajax calls failing in IE6, but same code working in Firefox.) closed by
- invalid: Do you have any more information? It's a bit hard to debug without a test …
- 21:04 Ticket #6101 ($.ajax() ignores "data" content for JSONP-GET requests) closed by
- invalid: Perhaps Google should be contacted to let them know that their URL …
- 21:01 Ticket #6089 (Next Siblings (“prev ~ siblings”) and :contains() Selectors) closed by
- invalid: I think you perhaps meant to do [value*=Contains].
- 20:59 Ticket #6091 (Instead of merely sliding the target element, Slidedown shifts padding or ...) closed by
- worksforme: That's correct, slideDown animates the height, vertical padding, and …
- 20:52 Ticket #4970 (Opera and HTML 5 Child Selectors) closed by
- fixed: This was fixed in jQuery 1.4.
- 20:43 Ticket #6100 (jQuery doesn't trigger change event in ie6 for file inputs.) closed by
- worksforme: This has already been fixed in jQuery 1.4.2.
- 20:42 Ticket #6102 (show() / hide() problem in ie6) closed by
- invalid: You should probably bring this up for discussion on the jQuery forum so …
- 20:41 Ticket #6103 (AJAX request) closed by
- invalid: It depends what status the error returns - if the server is still …
- 20:25 Ticket #6098 (change event is not firing for TextBox) closed by
- worksforme: This was fixed in jQuery 1.4.2.
- 17:55 Ticket #6105 ($('head').append/appendTo('head') broken in MS Explorer) created by
- Appending a linked stylesheet to the <head> of a page is broken on IE …
- 17:21 Ticket #6104 (Child-selector work incorrectly) created by
- <body> ····<span> ········<strong> ············<span><!-- If this …
- 12:49 Ticket #6103 (AJAX request) created by
- user Webrowser : firefox 3.5.7 When I send a post request without timeout …
- 09:54 Ticket #6102 (show() / hide() problem in ie6) created by
- please view http://www.chronicler.co.cc/ using firefox.. using ie6, it …
- 06:14 Ticket #6101 ($.ajax() ignores "data" content for JSONP-GET requests) created by
- $.ajax() doesn't place the variables in the "data" parameter into the URL, …
- 01:57 Ticket #6100 (jQuery doesn't trigger change event in ie6 for file inputs.) created by
- With jQuery 1.4.1 I'm not able to track when change event occurs for file …
02/15/10:
- 11:00 Ticket #6099 (bug in child name selector ?) created by
- <div id="foo"> <span name="bar">test</span> <span name="bar">test</span> …
- 07:33 Ticket #6098 (change event is not firing for TextBox) created by
- The change event is not firing for Text Box when changed from empty to …
02/14/10:
- 03:33 Changeset [7e6b20e2e813e774ce970d17215260d54bf15cd7] by
-
- version.txt
- 03:33 Changeset [efe51cdf2049906788173390a9e9867f5a5ab47e] by
-
- version.txt
02/13/10:
- 22:33 Milestone 1.4.2 completed
- 19:56 Ticket #6097 (Jquery filetree plugin problem) created by
- Hi guys ! I have tried it the new version of jquery : 1.4.1 . I use the …
- 19:33 Ticket #6096 (Strange behavior when using .live with mouseenter & mouseleave) closed by
- duplicate: This has already been fixed and will be in jQuery 1.4.2.
- 19:32 Ticket #6095 (jQuery strips </embed> from plugin output) closed by
- duplicate: This has been fixed and will be in jQuery 1.4.2.
- 19:30 Changeset [437ddb931df29c0b46ffb893165e15f159963085] by
-
- src/attributes.js
- test/unit/attributes.js
- 18:53 Ticket #6096 (Strange behavior when using .live with mouseenter & mouseleave) created by
- The same code works with bind, but does not work with live. I guess the …
- 16:20 Ticket #6095 (jQuery strips </embed> from plugin output) created by
- For some reason, jQuery strips the closing embed tag from HTML which is …
- 12:05 Changeset [053af95294304f6a1e698191de31cb00c922e665] by
-
- test/unit/manipulation.js
- 11:57 Changeset [a6f3757d50f8be021505f4f7fa7201199e8b7f2d] by
-
- src/data.js
- src/manipulation.js
- src/support.js
- 11:32 Changeset [9195107dbb13ad34ae4e9f7cb1df5d79e4748560] by
-
- src/data.js
- src/manipulation.js
- src/support.js
- 11:11 Ticket #6084 (1.4.2: events and removed elements) closed by
- fixed: Fixed. …
- 11:10 Changeset [da966573c3f3cb083c48cd3ead88e7542937d4df] by
-
- src/event.js
- src/manipulation.js
- test/unit/event.js
- 10:46 Ticket #6013 (hover event fires incorrectly over scrollbar of UL element in Firefox) closed by
- fixed: Fixed. …
- 10:45 Changeset [6a82f2ae63263ed9deaff9d9dcc775a2c0cde343] by
-
- src/event.js
- 10:37 Ticket #6055 (Calling trigger('blur') does not work if the handler is bound with the ...) closed by
- fixed: Fixed. …
- 10:37 Changeset [dd5c26304af1c5f884ebf0baa5df28a2f8a8c4cc] by
-
- src/event.js
- test/unit/event.js
- 10:12 Ticket #6059 (Live don't work correctly on class selectors since 1.4) closed by
- fixed: I copied your exact test page and it's working correctly in the latest …
- 10:09 Ticket #6067 (.change() event handler is not fired when using keyboard to change ...) closed by
- wontfix: The change will fire once you navigate away from the select. This is …
- 10:08 Ticket #6001 (Live() should work on each selector defined) closed by
- worksforme: Yes, it should - and it does work (just re-tested and verified that it …
- 10:06 Ticket #5970 (Change event isn't fired in IE on a text box when starting from a empty ...) closed by
- fixed: @tinyfly: I copied your exact test page and I can verify that it's working …
- 09:40 Changeset [467063a2e25bae25adfa2e9ab789c62e241c9c56] by
-
- src/event.js
- test/delegatetest.html
- 08:42 Ticket #5892 (IE change event does not fire on text input after setting value - works in ...) closed by
- fixed: I can't verify the 1.4.1 claim but it does appear to be fixed in the …
- 08:31 Ticket #5977 (.html() will strip <style> tags in IE) closed by
- fixed: Fixed. …
- 08:30 Changeset [c1ac9fdf45632f0e0d1f7183500ce45dde7319d7] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 08:25 Changeset [14e1200d59345e8ece8d6edfcf75af2e90ae8b72] by
-
- test/unit/manipulation.js
- 08:14 Ticket #5829 (appendTo broken in IE6) closed by
- fixed: Fixed. …
- 08:14 Changeset [99e7560808679b5044dbefb2b7124bb019fdbda2] by
-
- src/manipulation.js
- src/support.js
- test/unit/manipulation.js
- 07:51 Ticket #6035 (IE 8 - Chaining remove and appendTo to move multiple child elements ...) closed by
- duplicate: Thanks for spotting the duplicate, I'll tackle it over there.
- 07:49 Ticket #6068 (Elements removed from a jQuery object with .filter() are still inserted ...) closed by
- fixed: Fixed. …
- 07:49 Changeset [726fda08bea7bbd72d73be4563aba855c63966fe] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 07:27 Ticket #6094 (Maintain parity of name between .text() and .getText()) closed by
- fixed: Fixed. …
- 07:26 Changeset [a7dc66b8325906066071fe5c44ce55ecf2eb5aed] by
-
- src/manipulation.js
- src/sizzle-jquery.js
- 07:25 Ticket #6094 (Maintain parity of name between .text() and .getText()) created by
- getText should be renamed to text. See also: …
- 07:24 Ticket #6012 (.attr uncomatibility between 1.3.x and 1.4.x) closed by
- fixed: Fixed. …
- 07:23 Changeset [abcc1a76ee2a6733177b2cd104bc32cee5443ec4] by
-
- src/core.js
- test/unit/attributes.js
- 07:18 Ticket #6050 (jQuery 1.4.1 addClass white space issue) closed by
- fixed: Fixed. …
- 07:18 Changeset [83a044f1b5a733dc7ea76dbc9b7dd3a3dc4b7f25] by
-
- src/attributes.js
- test/unit/attributes.js
- 07:17 Ticket #6093 (Escaping broken for find selector) created by
- The selector used for .find() doesn't support escape characters like it …
- 07:14 Ticket #6031 (parseJSON doesn't parse JSON with a leading newline in IE6 and IE7) closed by
- fixed: Fixed. …
- 07:14 Changeset [94d925cd4615d88532737f3cd106ecd1f8c34bc3] by
-
- src/core.js
- test/unit/core.js
- 06:50 Changeset [8b86004f9cf146f7e1e28c8ca98b893f9feac472] by
-
- src/manipulation.js
- 06:45 Ticket #6003 (Remove the Need for setArray) closed by
- fixed: Fixed. …
- 06:45 Changeset [7a467ed9360c2c55ea55a56e5767c9581e4f4f69] by
-
- src/core.js
- 05:34 Ticket #6085 (getting too much recursion) closed by
- invalid: That's because the event is bubbling up the tree, causing it to fire …
- 00:38 Changeset [8404ad6070d1fae8e667eed734d958154f0d7e3c] by
-
- src/event.js
- 00:21 Ticket #6092 (IE7/8 Bug with id based searching) closed by
- wontfix: You really shouldn't be using multiple identical IDs in a document - I …
- 00:14 Ticket #6092 (IE7/8 Bug with id based searching) created by
- <div id="abc"> <div id="ghi"> test 1 </div> <div id="def"> test 2 …
02/12/10:
- 21:38 Ticket #5970 (Change event isn't fired in IE on a text box when starting from a empty ...) reopened by
- As of the Mon Feb 8 23:28:15 2010 -0500 nightly build it isn't fixed.
- 19:06 Ticket #6091 (Instead of merely sliding the target element, Slidedown shifts padding or ...) created by
- You can see this bug using any major browser by clicking one of the …
- 19:05 Ticket #6090 (When element has anything within it with -webkit-column-count, slideDown() ...) created by
- You can see the error at carm.org when you click on "Dictionary of …
- 18:27 Ticket #6083 (uncaught exception: jQuery UI Tabs: Mismatching fragment identifier) closed by
- invalid: You should file this with the jQuery UI bug tracker - but it's likely …
- 17:51 Ticket #6089 (Next Siblings (“prev ~ siblings”) and :contains() Selectors) created by
- $('#divID1 ~ #divID2 button').length returns 2 elements as expected, but …
- 16:34 Ticket #6088 (Height/Width sometimes returns document dimensions in Opera) created by
- I seems that Opera (tested only on version 10) has a scrollTo function on …
- 15:23 Ticket #6087 (Firefox 3.5.7 iframe length incorrect) created by
- issuing this command in firefox 3.5.7: alert( $( 'iframe' ).length ) …
- 14:38 Ticket #6086 (Multiple class names and the visible selector) created by
- When using the :visible selector on a selection of elements which have …
- 13:06 Ticket #6085 (getting too much recursion) created by
- on table if click on row is assigned and then triggering click event on a …
- 12:47 Ticket #6084 (1.4.2: events and removed elements) created by
- In 1.4.2, it looks like cleanData is just unbinding elements' events via …
- 11:12 Ticket #6083 (uncaught exception: jQuery UI Tabs: Mismatching fragment identifier) created by
- I am getting "uncaught exception: jQuery UI Tabs: Mismatching fragment …
- 10:35 Ticket #6082 (Ajax calls failing in IE6, but same code working in Firefox.) created by
- Ajax call fails in IE, but it works in firefox, the jsonformat is fine and …
- 07:43 Ticket #6081 (delay an event) created by
- Extend the jQuery core to support the delay of an event in such a way it …
- 05:16 Ticket #6080 (problem updating div content inside a dialog box) closed by
- invalid
- 04:57 Ticket #6080 (problem updating div content inside a dialog box) created by
- I have a div inside my dialog box like so: <div id="dialog_box"> stuff... …
- 03:37 Ticket #4944 (Misleading docs about special characters in selectors) reopened by
- This problem has come back. It can now be seen at the top of …
- 03:06 Ticket #6079 (search selector causes exception) closed by
- invalid: :is("preis") isn't a real selector - which is why the exception is being …
- 02:43 Ticket #6079 (search selector causes exception) created by
- in my script this works in 1.3.2, but has problem in 1.4.1 flightId = …
Note: See TracTimeline
for information about the timeline view.
