Timeline
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 …
May 9, 2010:
- 4:29 PM Ticket #6551 (jsonp without a defined callback name does not set the Accept headers ...) created by
- Try using the $.getJSON(...) or $.ajax(... ,dataType: 'jsonp', ... ) …
May 8, 2010:
- 5:40 PM Ticket #6550 (Reading the CSS left value fails in Opera) created by
- When an HTML element is positioned relatively but its left property is …
May 7, 2010:
- 10:11 PM Ticket #6548 (.attr() not setting "spellcheck" correctly to "false") closed by
- worksforme: As this page says, spellcheck is a bit of an oddball: …
- 8:44 PM Ticket #6549 (AJAX calls should set the "Accept" header if appropriate) created by
- Some web service libraries (like Jersey) allow you to send back data …
- 3:33 PM Ticket #6548 (.attr() not setting "spellcheck" correctly to "false") created by
- If I do: $("textarea").attr('spellcheck', 'false'); then inspect the …
- 1:40 PM Ticket #6543 (:visible and :nth-child selector) closed by
- worksforme: Note that
:eq
and:even
are 0-based and apply to the … - 1:12 PM Ticket #6541 (Weird behaviour of click handler in WebKit-based browsers) closed by
- invalid: Just to be sure we see what you're seeing, can you reopen and attach a …
- 1:10 PM Ticket #6544 (onfocus = this.blur() not working?) closed by
- invalid: Closed per your request.
- 1:10 PM Ticket #6545 (bug in jquery-1.4.2.min.js) closed by
- invalid: Please reopen and attach a test case.
- 1:05 PM Ticket #6547 (jQuery.each has unnecessary property lookups which are a hindrance to ...) created by
- Hello jQuery! I improved the performance of $.each while iterating …
- 1:05 PM Ticket #6546 (1.3.2 .text() function does not return result for textarea in ...) created by
- Pretty simple bug. $('#textarea').text(); returns the inputted …
- 7:00 AM Ticket #6545 (bug in jquery-1.4.2.min.js) created by
- in expression: if(i||k.test(u.namespace)){...} firefox report: "u …
- 6:28 AM Ticket #6544 (onfocus = this.blur() not working?) created by
- When i use jQuery and add to an text input element the following …
- 2:20 AM Ticket #6543 (:visible and :nth-child selector) created by
- there is a problem with not visible elements (in my case TRs) ".tab …
- 1:56 AM Ticket #6542 (iPhone Safari does not apply the scroll animation to top of the page) created by
- When using the code to navigate slowly back to the top of the page, …
- 1:01 AM Ticket #6541 (Weird behaviour of click handler in WebKit-based browsers) created by
- Here's some sample code: Click handler for checkbox …
- 12:50 AM Ticket #6540 (.offset() is not consistent between browsers) created by
- The offsets returned by jQuery.fn.offset() isn't relatively same …
Note: See TracTimeline
for information about the timeline view.