Timeline
02/23/10:
- 21:10 Ticket #6155 (API docs: Callback argument for Hide does not have a type) created by
- Under: <entry type='method' name="hide" return="jQuery"> See: <argument …
- 20:16 Ticket #6154 (ready() sample code is unnecessarily complicated) created by
- The code at http://docs.jquery.com/Events/ready#source shows this: …
- 18:03 Ticket #6152 (parseJSON regex is redundant when native parsing is available.) reopened by
- You could work around that by first trying to use the native JSON on the …
- 16:33 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) reopened by
- I am having trouble converting this line: echo "{\"status\":false, …
- 16:26 Ticket #6152 (parseJSON regex is redundant when native parsing is available.) closed by
- wontfix: Actually, not true - for example Chrome has problems with their parsing …
- 15:18 Ticket #6153 ($.clone() does not clone children of HTML5 elements in IE) created by
- Seems like a strange bug, but since IE doesn't really support HTML5 …
- 14:40 Ticket #6152 (parseJSON regex is redundant when native parsing is available.) created by
- In the parseJSON (line 496) a regex cleanup is performed before the string …
- 14:06 Ticket #6151 (offset() gives wrong values in iframe if parent scrolled) created by
- When trying to get the offset of an element that is inside an iframe, …
- 13:32 Ticket #6150 (.stop sometimes doesn't clear .delay) created by
- If .stop is called after the setTimeout in .delay has executed, there's no …
- 04:48 Ticket #6144 (ajax success broken) closed by
- invalid: Uhh - why was this reopened? Please don't reopen the ticket unless you …
- 04:44 Ticket #6144 (ajax success broken) reopened by
02/22/10:
- 20:17 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) closed by
- invalid: Yes, every bit of JSON that you're sending to the server needs to be valid …
- 20:14 Ticket #6147 (jQuery.parseJSON('{"name":NaN}'); handle failed) closed by
- invalid
- 20:12 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) reopened by
- I have three required files in my login.post.php file. Do I need to change …
- 19:58 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) closed by
- invalid: Right - your JSON has single quotes in it, instead of double quotes. You …
- 19:51 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) reopened by
- I added the post file.
- 19:16 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) closed by
- invalid: The important part is the JSON file that you're retrieving - if that file …
- 19:14 Ticket #6149 (showing table with many large # of rows takes excessive amount of time) closed by
- invalid: It really doesn't matter what jQuery does - if you're setting display: …
- 18:43 Ticket #6149 (showing table with many large # of rows takes excessive amount of time) created by
- testpage: http://www.chemaxon.com/jquery-bug2.html relevant discussion: …
- 16:54 Ticket #6148 (.change() even not firing when arrow keys used.) created by
- It looks like the list box demo does not show the correct value when you …
- 16:04 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) reopened by
- Iv'e tried the fix from the page you provided me but it doesn't work.
- 10:48 Ticket #6147 (jQuery.parseJSON('{"name":NaN}'); handle failed) created by
- var obj = jQuery.parseJSON('{"name":NaN}'); var obj = …
- 10:09 Ticket #6146 (.text() strips newlines in Internet Explorer) created by
- jQuery's .text() function strips newlines in Internet Explorer 6-8. The …
- 06:01 Ticket #6145 (Extend does not copy property getters) created by
- jQuery.extend copies property getter return values, not their code. To …
- 05:32 Ticket #6144 (ajax success broken) closed by
- invalid: It's likely because your JSON is malformed, more information here: …
- 05:27 Ticket #6144 (ajax success broken) created by
- Hello. I use jQuery ajax request in this way: function sendData(url, …
- 03:21 Ticket #6143 (.live() .load() - combination not working anymore on 1.4.2 in IE (works on ...) created by
- The following code is working perfectly with 1.4a2, 1.4.1 but not with …
- 02:45 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) closed by
- invalid: You need to make sure that your JSON isn't malformed: …
02/21/10:
- 20:11 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) created by
- When using jquery 1.3.2 getJSON works fine but if I use anything newer …
- 17:10 Ticket #6141 (selectors with context fail for some cases) created by
- Constructs of the form : $(".ItemSearch-ResultList option", "#ItemSearch") …
- 15:36 Ticket #6140 (jQuery removeClass bug?) created by
- In this example I try removing the class of bake and adding the class of …
- 12:26 Ticket #6139 (Issue with removing size attribute with IE.) created by
- jqObject.attr('size', '1'); alert(jqObject.attr('size')); You can see …
- 10:37 Ticket #6138 (Add option to not delete jsonpCallback upon execution) created by
- When using jsonpCallback to set a static callback function, there should …
- 10:13 Ticket #6137 (auto detect objects returned using $find()) created by
- I use the telerik web controls exclusively in my web application and that …
- 03:27 Ticket #6136 (.html() on object element with Quicktime classid strips param tags in ...) created by
- When using .html() to retrieve html containing an object which contains …
02/20/10:
- 22:17 Ticket #6077 (Live mouseenter/mouseleave not working in 1.4.2pre) closed by
- fixed: Nope, that's very much intentional - we made it that way so that it was …
- 17:57 Ticket #6077 (Live mouseenter/mouseleave not working in 1.4.2pre) reopened by
- in 1.4.1 release $("#node").live("hover", function(e) {alert(e.type)}) …
- 17:19 Ticket #6135 (jQuery tries to access the .style attribute of text tags) created by
- When constructing elements from HTML using $([html]), jQuery will …
- 16:44 Ticket #6134 (data() now returns null on "no data") created by
- The update from jquery 1.4.1 to 1.4.2 broke my code. I found out that the …
- 16:35 Ticket #6133 (:checked fails on dynamically generated checkboxes in Opera 10) created by
- In Opera 10.10, the :checked selector fails on checkboxes that are …
- 16:22 Ticket #6132 (jQuery.each includes prototype functions) created by
- I'm not entirely sure if this is deliberate or not, but the way jQuery …
- 11:10 Ticket #6131 (Problems with "Technique from Juriy Zaytsev") created by
- So I noticed you guys have added some new stuff to the jQuery plugin. …
- 04:09 Ticket #6130 (Accordion Browser Compatibillity issues in IE 7.0) created by
- 1)We have used accordion functionality it works fine in mozilla 3.5.8 and …
- 04:04 Ticket #6129 (Accordion Browser Compatibillity issues in IE 7.0) created by
- 1)We have used accordion functionality it works fine in mozilla 3.5.8 and …
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 …
Note: See TracTimeline
for information about the timeline view.
