Timeline
May 17, 2010:
- 5:16 PM Ticket #6579 (Allow named animation speeds to be 0) created by
- Currently, if a named animation speed in the fx.speeds object is set …
- 10:43 AM Ticket #6578 (IE8 drag'n'drop events broken when using live(). Works when using bind().) created by
- IE8 doesn't throw "dragend" events when using live() as the other …
- 8:58 AM Ticket #6577 (jQuery.jsonParse is freezing FireFox and Chrome when parsing ...) created by
- It seems that recently added jQuery.parseJSON() have problems with …
- 6:45 AM Ticket #6576 (delay() and clearQueue() combination is problematic and incorrect) created by
- Try this code: $("element").delay(800).fadeOut(400); …
- 5:45 AM Ticket #6575 (jQuery 1.4.2 conflicts with other libraries even using .noConflict() ...) created by
- jQuery 1.4.2 conflicts with Prototype and Mootools even using …
- 5:12 AM Ticket #6574 (HOVER BUG IN IE!!!) created by
- Hey, Guys! I find a hover bug in all IE with jQuery 1.4.2. When I take …
- 2:26 AM Ticket #6573 (Error running at Firefox.) created by
- I tested the jquery over the IE. It is working fine. But, when I run …
- 2:01 AM Ticket #6572 (bugs about $(..).html() & .text()) created by
- var obj=$('<span>1<b>2</b>3</span>') 1. obj.html(function(){return …
May 16, 2010:
May 15, 2010:
- 8:43 PM Ticket #6571 ($.ajax() fails on any IE) created by
- I got this function to update container info: function …
May 14, 2010:
- 5:05 PM Ticket #6570 (docs.jquery.com/Tutorials doesnt work for at least 2 days) closed by
- fixed: Looks like it was a caching problem, see if you can get to the page now.
- 4:34 PM Ticket #6570 (docs.jquery.com/Tutorials doesnt work for at least 2 days) reopened by
- Still doesn't work. Tried in IE, FireFox, Chrome (Win32) and Safari …
- 12:52 PM Ticket #6570 (docs.jquery.com/Tutorials doesnt work for at least 2 days) closed by
- worksforme: Seems to be working now.
- 12:49 PM Ticket #6568 ($('#id > some_tag:first') does not work in Chrome) closed by
- duplicate: Duplicate of #6519, which says this is a webkit bug. Is this a …
- 12:46 PM Ticket #6557 (ajax async: false not honored for remote script loading) closed by
- wontfix: Remote scripts are not handled by XMLHTTPRequest, since XHR cannot be …
- 9:09 AM Ticket #6570 (docs.jquery.com/Tutorials doesnt work for at least 2 days) created by
- The following error appears when you try to access this url: …
May 13, 2010:
- 10:35 PM Ticket #6569 ($.isPlainObject not working in IE) created by
- Give it a DIV from the DOM and it will tell you that it's a plain …
- 10:27 PM Ticket #6568 ($('#id > some_tag:first') does not work in Chrome) created by
- in Chrome, the above syntax is not working. Had to convert all …
- 8:38 PM Ticket #6566 (Create a DOM element with $("<input />") adds unexpected content) closed by
- invalid: It's not valid to try appending *anything* to a tag that cannot other …
- 8:32 PM Ticket #6565 (The .load method doesn't support characters like ö,ä,é etc.) closed by
- invalid: Most likely the character set encoding is mismatched. This is a topic …
- 8:19 PM Ticket #6567 ([XML-ATOM Feed] request with Win 7 / IE 8) created by
- When I do a request in 'xml' mode with the code: …
- 1:59 PM Ticket #6566 (Create a DOM element with $("<input />") adds unexpected content) created by
- The $("<tag />") statement creates a normal DOM element like …
- 12:06 PM Ticket #6565 (The .load method doesn't support characters like ö,ä,é etc.) created by
- I hope, that JQuery supports special characters in next versions.
- 11:12 AM Ticket #6564 (Wrong determing of parameter action for form) created by
- If you place inside form input or selectbox with name "action" then …
- 10:08 AM Ticket #6563 (Log functionality for firebug) created by
- I would very much like to have a $.log() available by default in …
- 4:55 AM Ticket #6562 (using .attr() to set the 'target' attribute, with a node that has ID ...) created by
- Code to replicate is attached. Essentially, if you have a Dom node …
- 4:03 AM Ticket #6561 (Enhancing the :contains() selector) created by
- I was hoping to have some enhancements added to the :contains() …
May 12, 2010:
- 8:06 PM Ticket #6560 (Problem with getJSON) closed by
- invalid: That is not valid JSON, the variables and values need to be quoted …
- 5:03 PM Ticket #6560 (Problem with getJSON) created by
- I have an script working perfectly with verion 1.3.2. This script uses …
May 11, 2010:
- 10:38 PM Ticket #6559 (.html() function returns inconsistent results) closed by
- worksforme: a is correct. The html contents of the div element were returned. b …
- 8:22 PM Ticket #6559 (.html() function returns inconsistent results) created by
- <html> <script src="jquery142.js"></script> <script …
- 1:57 PM Ticket #6558 (appendTo allows script tags to leak into the DOM) created by
- In firefox 3.6.3 when I use $('head').append('<script …
- 4:53 AM Ticket #6557 (ajax async: false not honored for remote script loading) created by
- $.ajax({ type: 'GET', url: …
May 10, 2010:
- 10:44 PM Ticket #6555 (.add(selector) does not add any matched elements) closed by
- worksforme: See http://jsbin.com/osiye3 .
- 10:18 PM Ticket #3571 (validate - submit works after fixing only one required field Options) closed by
- invalid
- 10:17 PM Ticket #6553 (recursion error with 1.4.2) closed by
- invalid: Please reopen with a complete minimal test case, or open a discussion …
- 5:07 PM Ticket #6556 (.data(object) breaks event handling) created by
- Calling .data({...}) results in a JS exception in jQuery.event.handle …
- 4:21 PM Ticket #6555 (.add(selector) does not add any matched elements) created by
- Adding elements to a jQuery object using the .add(selector) method …
- 11:27 AM Ticket #6554 (Selection of input value doesn't work in all browsers) created by
- Here's a full example of the issue. Works in IE 8. Doesn't in Firefox. …
- 9:26 AM Ticket #6432 (Can create chkbox in IE8,bug can't checked it) reopened by
- I have exactly the same problem - I've attached an example which …
- 6:36 AM Ticket #3571 (validate - submit works after fixing only one required field Options) reopened by
- > Please file plugin bugs with the appropriate author on their bug …
- 5:03 AM Ticket #6553 (recursion error with 1.4.2) created by
- I have a recursive function which replaces a div when a link is …
- 1:05 AM Ticket #6552 (ajaxSetup for data not work of get method) created by
- call: $.ajaxSetup({data:{ajax=1}}) then every call on $.post will …
Note: See TracTimeline
for information about the timeline view.