Timeline
09/07/11:
- 22:50 Ticket #10224 (wrong value for selector property on chained finds with comma in selector) closed by
- duplicate: Don't look at the .selector property, it's not documented to survive …
- 21:54 Ticket #10224 (wrong value for selector property on chained finds with comma in selector) created by
- If I do: var a = jQuery("table:first").find("tr").find('img,a') I …
- 21:31 Ticket #10223 (Unstable 1.6.2 (dynamic load jquery)) created by
- Using Jquery for ajax and enabling "pop controls" However. 1.4.2 worked …
- 21:03 Ticket #10208 ($("form").live("submit", fn) not fired from <button type="submit"> in IE8) closed by
- fixed: Fix #10208. Check for button as well as input when performing the …
- 20:12 Ticket #10222 (Receiving HTML from Ajax cuasing issues with selecting elements) closed by
- duplicate
- 19:53 Ticket #10222 (Receiving HTML from Ajax cuasing issues with selecting elements) created by
- When receiving an HTML page with ajax. Using $( data ).find( "element" ) …
- 17:51 Ticket #10221 (Jquery slider option value not working in Crome,Mozilla) closed by
- invalid: Please seek support in the #jquery irc channel or on the …
- 17:49 Ticket #10219 (jQuery.ParseXML - Unable to retrieve element text) closed by
- invalid: Thank you anonymous. http://jsfiddle.net/timmywil/yNrX8/1/
- 17:47 Ticket #10220 (removeAttr("id") clears input name attribute, IE9 compatibility mode) closed by
- worksforme: Tried IE9 in compatibility mode. http://jsfiddle.net/timmywil/skLxc/2/
- 17:23 Ticket #10221 (Jquery slider option value not working in Crome,Mozilla) created by
- Hi , I am trying to set the Jquery slider position at runtime using the …
- 16:03 Ticket #10220 (removeAttr("id") clears input name attribute, IE9 compatibility mode) created by
- See test case: http://jsfiddle.net/skLxc/ Works fine with 1.5.2
- 15:33 Ticket #10219 (jQuery.ParseXML - Unable to retrieve element text) created by
- Executing the following code does not alert the text contained within the …
- 14:26 Ticket #10194 (Data attribute names with single dash-surrounded letters cannot be ...) closed by
- fixed: Bug in rmultidash. Fixes #10194 Changeset: …
- 14:26 Ticket #10197 (Bug with mime-type application/xhtml+xml in jquery 1.6.3) closed by
- fixed: Reverts broken support string. Fixes #10197 Changeset: …
- 13:35 Ticket #10211 (removeAttr('id') will clear class in IE7) closed by
- worksforme: I'm unable to reproduce. I think your html was invalid. …
- 12:19 Ticket #10210 (version of browser) closed by
- worksforme: When testing against $.browser (eg. if($.browser.msie){}), note that what …
- 12:10 Ticket #10212 (not happening) closed by
- duplicate
- 12:09 Ticket #10213 (Jquery-Jflip not working in IE9) closed by
- invalid: Thank you for submitting a ticket to the jQuery core bug tracker! …
- 12:08 Ticket #10216 (jquery calendar not implemented with tooltip or beauty tip) closed by
- invalid: Sorry, but this tracker is only for issues related to jQuery core. For …
- 11:31 Ticket #10217 (document.ready() does not fire with Chrome) created by
- I've a simple script like: $(document).ready(function() { alert('hello!"); …
- 10:46 Ticket #10216 (jquery calendar not implemented with tooltip or beauty tip) created by
- Hello Buddy, I have to put calendar in beauty tip or tooltip. I have …
- 10:04 Ticket #10214 (:nth-child(k) selector does not work in Opera with k>127) created by
- How to reproduce: 1. Open http://kosov.eu/opera.html in Opera (tested …
- 07:58 Ticket #10110 ($.post() doesnt work in safari with $("formname").serialize()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:58 Ticket #10077 (Ready doesn't work when multiple calls made after readState = complete) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:19 Ticket #10213 (Jquery-Jflip not working in IE9) created by
- Hello Guys, I am using jquery-jflip plugin. you can see origional demo …
- 06:34 Ticket #10212 (not happening) created by
- This appeared in a long code: Error: cache[id] is undefined Código …
- 05:15 Ticket #10211 (removeAttr('id') will clear class in IE7) created by
- In IE7, calling removeAttr('id') will clear the "class" attribute of the …
- 05:13 Ticket #10210 (version of browser) created by
- Critical bug's with function $.browser, this function suggest using in …
- 04:33 Ticket #10209 (Intentional: $.get & $.post may have the arguments passed in a way that ...) created by
- John Resig has highlighted the importance of API consistency numerous …
- 02:48 Ticket #10208 ($("form").live("submit", fn) not fired from <button type="submit"> in IE8) created by
- Only with jQuery 1.6.3 in IE8, $("form").live("submit", fn) not fired from …
09/06/11:
- 19:50 Ticket #10206 (Odd scroll-to-top behavior observed in IE8 when delegating to `tbody tr`) created by
- See jsfiddle demo: http://jsfiddle.net/kfUcU/1/ In IE8, scroll down a bit …
- 18:02 Ticket #10105 (IE7 attr "name" for iframe + form target) reopened by
- 16:56 Ticket #10203 (Cannot create an input of type=number in jQuery 1.5 and 1.6.2 IE) closed by
- worksforme: I've just tested your submitted test case …
- 14:37 Ticket #10205 (code.jquery.com has an invalid secure certificate) closed by
- duplicate
- 11:28 Ticket #10205 (code.jquery.com has an invalid secure certificate) created by
- Thanks for providing the jquery cdn with numerous libraries. …
- 07:48 Ticket #10105 (IE7 attr "name" for iframe + form target) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:48 Ticket #10031 (.data() passing an object causes errors whereas passing each piece ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
09/05/11:
- 22:10 Ticket #10204 (image size not set in load event when loaded from another event) closed by
- worksforme: I've just tested your submitted jsFiddle with Chrome 14.08 and 15.0.865 …
- 11:44 Ticket #10204 (image size not set in load event when loaded from another event) created by
- observed on chrome 15.0.865.0. ok with IE 8, Opera 11.50, Safari 5.1 and …
- 09:06 Ticket #10203 (Cannot create an input of type=number in jQuery 1.5 and 1.6.2 IE) created by
- The following code consistently explodes in IE 9: …
- 07:55 Ticket #10100 (After resize firefox with ctrl+ the width calculation fail.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:02 Ticket #10202 (`data` attribute disappears from settings for ajax GET requests) reopened by
- Whoops! Thanks for noting and thanks for your patience and persistence - …
- 00:35 Ticket #10202 (`data` attribute disappears from settings for ajax GET requests) closed by
- worksforme: Works for me... http://jsfiddle.net/rwaldron/HnVjX/2/
09/04/11:
- 21:41 Ticket #10202 (`data` attribute disappears from settings for ajax GET requests) created by
- This is specifically for v1.6.3, everything worked prior to that, from at …
- 19:58 Ticket #10040 (.height/.width functions stretch canvas element) closed by
- duplicate: So, I've spent some time reviewing this issue: I can confirm that as …
- 18:22 Ticket #10201 (slideUp() function not working, but hide() function does work) created by
- Hi there, I've just encountered a strange bug with the slideUp function. …
- 17:10 Ticket #10200 (UI/Accordion doesnt work with chrome) closed by
- invalid: Please file issues with jQuery UI at http://bugs.jqueryui.com. However, …
- 14:22 Ticket #10200 (UI/Accordion doesnt work with chrome) created by
- Hi, The demo of the http://docs.jquery.com/UI/Accordion works with FF & IE …
- 08:01 Ticket #10101 (scrollTop in iFrame always returns 0) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:20 Ticket #10199 (.live not bring .offset() value) created by
- When we call .live() in ajax loaded content .offset() bring value null.
09/03/11:
- 14:51 Ticket #10198 (Run jQuery unit tests in XHTML) created by
- We need to run the unit tests with an XHTML doctype to ensure that …
- 14:30 Ticket #5087 (Use element.classList if available to speed up class manipulation) reopened by
- I'm going to re-open this for possible 1.8 proposal.
- 11:34 Ticket #10197 (Bug with mime-type application/xhtml+xml in jquery 1.6.3) created by
- Hi, I seems a regression has been added in jquery 1.6.3 for content-type …
- 03:33 Ticket #10196 (Use native .cssList api in addClass, hasClass, removeClass, toggleClass ...) closed by
- duplicate
- 03:21 Ticket #10196 (Use native .cssList api in addClass, hasClass, removeClass, toggleClass ...) created by
- The new specification has been out there for a little while and Google …
09/02/11:
- 20:13 Ticket #10195 (bind() doesn't support hover events) closed by
- wontfix: "hover" is a shortcut to: […] which is essentially a shortcut to: …
- 19:49 Ticket #10195 (bind() doesn't support hover events) created by
- When using live() or delegate(), I can use "hover" as a shortcut for …
- 18:39 Ticket #10194 (Data attribute names with single dash-surrounded letters cannot be ...) reopened by
- 16:44 Ticket #10194 (Data attribute names with single dash-surrounded letters cannot be ...) created by
- Data attributes like "data-image-x-offset" should be accessible via …
- 15:44 Ticket #10192 (wrong event type with bind for mouse enter/over and mouse leave/out) closed by
- duplicate: If you spent the time searching for existing tickets and found them closed …
- 12:25 Ticket #10193 (animate from width:0px to width:100% causing exception) closed by
- invalid: Thanks for the suggestion. If you take a look through the jQuery source, …[…]
- 12:03 Ticket #10193 (animate from width:0px to width:100% causing exception) created by
- In function animate there is following code: […] Should probably check …
- 09:29 Ticket #10191 (bug "animation with on hover with dropdownlist") closed by
- invalid: Thanks for submitting a ticket to the jQuery project. Ideally we would …
- 08:19 Ticket #10192 (wrong event type with bind for mouse enter/over and mouse leave/out) created by
- There are already several tickets in this direction (e.g. #9211). With …
- 07:59 Ticket #10087 (nodeName is null or not an object) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:59 Ticket #10085 (Jquery selector stop when come to <script> tag in DOM) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:59 Ticket #10084 (scrollTop doesn't change position scroll of div in safari 5.0.3) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:59 Ticket #10078 (Binding to change event nulls event object in IE9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:59 Ticket #9981 (IE8 on XP Crashes with jQuery 1.6.2) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:59 Ticket #9975 (Jquery height is not working on IE9...even though it sets the value to a ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:42 Ticket #10191 (bug "animation with on hover with dropdownlist") created by
- There isn't a way to choose value from dropdownlist when using animation …
- 07:15 Ticket #10170 (OperationalError: (1205, 'Lock wait timeout exceeded; try restarting ...) closed by
- worksforme: Thanks for submitting a ticket! I think Timmy may have accidentally …
- 05:40 Ticket #10190 ("upload" property of the XMLHttpRequest) created by
- There is a "upload" property in the xhr object returned by new …
- 03:46 Ticket #10189 (.wrap() fails to set the wrapper's parent) closed by
- invalid: If you look at the document that results after the wrapping, the method …
- 03:21 Ticket #10189 (.wrap() fails to set the wrapper's parent) created by
- Everything explained in this example: http://jsfiddle.net/tvusW/ Using …
09/01/11:
- 23:23 Ticket #10188 (Wrong value in the first step in .animate() in 1.4.4) closed by
- worksforme
- 22:56 Ticket #10188 (Wrong value in the first step in .animate() in 1.4.4) created by
- I am animating a list of images like this: $(element).animate({ …
- 21:59 Ticket #10181 ('name' is null or not an object) closed by
- invalid
- 21:59 Ticket #10181 ('name' is null or not an object) reopened by
- 21:44 Ticket #8982 (bind("unload someOther") => on unload, handler is not executed only once.) reopened by
- 20:18 Ticket #10187 (attr function not working on ie7 and jquery 1.6.2 version) created by
- I have this code running on a click event of a button: this supouse to …
- 17:35 Ticket #10181 ('name' is null or not an object) closed by
- duplicate: This actually traces back to the try/finally in resolveWith
- 17:14 Ticket #8982 (bind("unload someOther") => on unload, handler is not executed only once.) closed by
- wontfix: @rkatic I agree that this is a bug, as I recall it is required by a bug in …
- 17:03 Ticket #9785 (delegated events bubble based on the attaching DOM element, not the ...) closed by
- fixed
- 17:02 Ticket #8870 (Binding an event to an iframe window will throw an exception on unbind in ...) closed by
- duplicate
- 14:13 Ticket #10186 (Create a callback function in the .remove() function) closed by
- invalid: This is really a higher-level function, not something we'd add at jQuery …
- 09:37 Ticket #10186 (Create a callback function in the .remove() function) created by
- It seems to be usefull to add a callback function when we use .remove(), …
- 08:06 Ticket #10069 (Microsoft JScript runtime error: Object doesn't support this property or ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 05:00 Milestone 1.6.3 completed
- 03:47 Ticket #10185 (Fadetoggle borked) created by
- Fadetoggle no longer works.
- 03:17 Ticket #10184 ($.getJSON bug in IE8, not IE9) created by
- i have an application who used getJSON to take response from recording …
- 01:36 Ticket #10183 (Strange results for getting height of hidden div.) created by
- If I have 2 identical divs, each containing a <p> tag with text. The only …
08/31/11:
- 23:20 Ticket #10182 (.show(duration) on td in chrome mispositions content) created by
- .show with a duration, even a duration of 0, when used on a td is …
- 18:50 Ticket #10181 ('name' is null or not an object) created by
- The attached example works perfectly fine in Opera, Firefox, Chrome, IE9. …
- 14:41 Ticket #10180 (jQuery 1.6.2, Warning in FF 4/5/6 (failed to process the value for 'left', ...) closed by
- duplicate
- 14:35 Ticket #10180 (jQuery 1.6.2, Warning in FF 4/5/6 (failed to process the value for 'left', ...) created by
- In jQuery (uncompressed) at line 1301 and 1302 are the attributes left and …
- 13:50 Ticket #10174 (data attributes with large integers don't work) closed by
- invalid: First, this is a feature and is described in http://api.jquery.com/data …
- 13:40 Ticket #10179 (attr() & prop() return -1 for undefined attributes) created by
- IE7 returns -1 for attr() and prop() of undefined attributes. FF3 returns …
- 13:32 Ticket #10173 (broken link on docs.jquery.com) closed by
- invalid: Thanks! The plugins site is in the process of being rewritten. Bear with …
- 13:30 Ticket #10178 ($(window).is("a") >> Uncaught TypeError: Cannot call method 'toLowerCase' ...) created by
- http://jsfiddle.net/k4nz6/ $(window).is("a") throws a uncaught exception
- 11:50 Ticket #10177 (index of callback function in .wrap is always 0) created by
- I have the following HTML: <div class="box">...</div> <div …
- 10:36 Ticket #10176 (Injected script tag is evaluated twice) created by
- When injecting a script tag into the head tag the injected script is …
- 08:47 Ticket #10175 ($.getJSON() with url '/' doesn't work in IE) created by
- […] This code doesn't work in IE (version 8, 9). It doesn't send any …
- 07:08 Ticket #10174 (data attributes with large integers don't work) created by
- If I have some divs like this: […] […] will return …
- 05:04 Ticket #10173 (broken link on docs.jquery.com) created by
- on http://docs.jquery.com/Plugins/Authoring in the second to last section, …
- 01:12 Ticket #10161 (CSS modifications not reset on unload) closed by
- cantfix: Given your bisect result I am pretty sure this is a result of the Firefox …
Note: See TracTimeline
for information about the timeline view.
