Timeline
Apr 14, 2010:
- 8:27 PM Ticket #6407 (.eq() and tfoot) closed by
- worksforme: There is no W3C standard for the
:first
selector, it is defined … - 8:08 PM Ticket #6438 (delegate without events - call function when selection is matched) closed by
- invalid: Please ask for help on the forum. Thanks. http://forum.jquery.com
- 8:08 PM Ticket #6437 (AJAX IE error "Object doesn't support this property or method") closed by
- invalid: Screen shots don't make it easy to reproduce the problem. Since it's …
- 8:04 PM Ticket #6435 (jquery and json) closed by
- invalid: This would be best to ask on the forum; if there is a bug you can open …
- 8:01 PM Ticket #6432 (Can create chkbox in IE8,bug can't checked it) closed by
- worksforme: Your example works for me in IE8, it creates a check box that is …
- 7:20 PM Ticket #6440 (complete() not called with ajax request) created by
- Using the $.ajax() function, I am making a call to code which returns …
- 6:22 PM Ticket #6439 (append() removes all data when used on multiple elements) created by
- When a fragment with data is created and it is appended with …
- 3:25 PM Ticket #6438 (delegate without events - call function when selection is matched) created by
- I tried to use delegate, but it is bounded with events. I don't really …
- 2:25 PM Ticket #6437 (AJAX IE error "Object doesn't support this property or method") created by
- It's a weird bug. The most time I call a ajax method I recieve …
- 6:55 AM Ticket #6436 (website demos) created by
- HI Demos on this page are not working because of the JS error: …
- 5:53 AM Ticket #6435 (jquery and json) created by
- Hi! none of the scripts to get data from flickr, that did work fine …
- 5:44 AM Ticket #6434 (Calling .data() on an empty set throws TypeError: Cannot call method ...) created by
- From …
- 3:49 AM Ticket #6433 (Little syntax error in jQuery webste demo) created by
- http://docs.jquery.com/UI/Effects/switchClass On the above page …
Apr 13, 2010:
- 11:23 PM Ticket #6432 (Can create chkbox in IE8,bug can't checked it) created by
- $("<input>",{ "class":"ipt_blur", checked : true, …
- 7:43 PM Ticket #6407 (.eq() and tfoot) reopened by
- According to the W3 specs, tfoot must come before any tbody tags, so …
- 11:45 AM Ticket #6431 (Error when using jQuery 1.4.1, Prototype 1.6.1, jqPlot, and IE8) created by
- Steps to reproduce: Unzip attached file and open example1/index.html. …
- 4:41 AM Ticket #6430 (JQuery Ver 1.4.2 ,I find a bug, The desc code run in FF3.6 and IE8 ...) created by
- Code: alert($("div", $('<response><div><div id="notMe0"><div …
- 4:25 AM Ticket #6429 (Selector problem: elements with "<" and ">" with backslash escaping ...) created by
- According with official API reference, I escaped "<" and ">" …
Apr 12, 2010:
- 9:26 PM Ticket #6422 (Could not return more than 60000 string data) closed by
- invalid: Looks like you resolved this as not a jQuery issue: …
- 9:20 PM Ticket #6424 (.load callback function bug) closed by
- invalid: I am guessing that you may be trying to load an entire html document …
- 8:46 PM Ticket #6407 (.eq() and tfoot) closed by
- worksforme: It's up to the person creating the document to create a valid html …
- 7:19 PM Ticket #6428 (IE 6 & 7 selector bug when using complex selector) created by
- I have a form that uses array notation in the input element name …
- 12:04 PM Ticket #6427 (:not(:last) with only one element returns different results) created by
- Given an html snippet like this: <div id="main"> <div …
- 11:09 AM Ticket #6426 (Problem with jQuery, IE 8 and overflow:auto) created by
- I see an issue in layout that seems to be caused by jQuery. It occurs …
- 10:23 AM Ticket #6425 (Shouldn't $().data() return undefined or null, instead of throw an ...) created by
- I'm not sure if this behavior is deliberate, but I think it's …
- 10:03 AM Ticket #6424 (.load callback function bug) created by
- I wrote : $('#adiv').load('url.html',function(){ …
- 7:33 AM Ticket #6423 ("before()" works incorrectly with "clone()" in FF) created by
- alert($('<p>aaa</p>').clone().before('<a>bbb</a>').attr('nodeName')); …
- 5:17 AM Ticket #6422 (Could not return more than 60000 string data) created by
- Problem: "We are using jquery to consume asp.net JSON web services. …
Apr 11, 2010:
- 11:03 PM Ticket #6421 (Memory leak in IE6/7) created by
- The line […] can leak a window object (which happens to be a big …
- 11:01 PM Ticket #6407 (.eq() and tfoot) reopened by
- Attached an example as requested.
- 7:45 AM Ticket #6420 (change event originating from vanilla JS doesn't propagate to jQuery ...) created by
- Change events bound to inputs don't receive events originating from …
Apr 10, 2010:
- 7:48 PM Ticket #6408 (Trouble using jQuery in IE8) closed by
- invalid: Please reopen with a complete test case that demonstrates the problem, …
- 7:46 PM Ticket #6413 (Has attribute selector in IE8) closed by
- worksforme: From your description it sounds like the selector is working properly. …
- 7:43 PM Ticket #6416 (IE7 parentsUntil returning siblings) closed by
- invalid: Your html is invalid; The id attribute must be unique in a document.
- 7:40 PM Ticket #6418 (Possible .data() bug when used on a custom plug-in) closed by
- invalid: Can you reduce this to the simplest possible test case and reopen the …
- 7:36 PM Ticket #6407 (.eq() and tfoot) closed by
- invalid: Can you reopen this ticket and attach an example of the problem?
- 1:50 AM Ticket #6418 (Possible .data() bug when used on a custom plug-in) created by
- I was createing a plug-in using the recommended plug-in construct: …
Apr 9, 2010:
- 6:41 PM Ticket #6417 (Script tags behave oddly when added to the document) created by
- The following two jquery calls should have duplicate effects: […] …
- 2:20 PM Ticket #6416 (IE7 parentsUntil returning siblings) created by
- I have a nested list of ul's and li's As so: <ul id="lvl1"> <li …
- 11:46 AM Ticket #6415 (.live() reset event in IE) created by
- When using .live() to handle the form reset ('reset') event in …
- 11:29 AM Ticket #6414 (:link pseudo class throws error in browsers not supporting ...) created by
- Attempt $('a:link') in a browser supporting …
- 4:16 AM Ticket #6413 (Has attribute selector in IE8) created by
- The selector 'div[contenteditable]' selects all divs in the document, …
Apr 8, 2010:
- 2:58 PM Ticket #6412 (Problem with fadeOut on ie8) created by
- I have created a big div (on all screen), with a semi-transparent png, …
- 10:53 AM Ticket #6411 (Class Selector sometimes fails in IE6) created by
- First of I'd like to state that I know this will be difficult to find …
Apr 7, 2010:
- 11:48 PM Ticket #6410 ($.ajax will through parsererror if option data is not assign) created by
- even if the server don't need any argument, data : "{}" is still …
- 4:53 PM Ticket #6409 (fadeTo and animate work not correctly with opacity in Linux Chrome and ...) created by
- If, in Linux Chrome or Chromium, tag have opacity 0.3 (for example) …
- 11:52 AM Ticket #6408 (Trouble using jQuery in IE8) created by
- In all browsers I have set up, except IE, I have no problem with my …
- 11:23 AM Ticket #6407 (.eq() and tfoot) created by
- In a valid HTML structure, the <tfoot> tag must come before any …
- 6:04 AM Ticket #6406 (when append(),html()...the IE6 will die) created by
- this is the function function GetHTML(ucPath,data,context) …
- 5:34 AM Ticket #6405 (.html() is returning wrong content) created by
- Hello, In the fallowing code I am changing the value of input to 2 …
Note: See TracTimeline
for information about the timeline view.