Timeline
Feb 23, 2010:
- 10:57 PM Ticket #6158 ("elems is undefined" JavaScript error calling $(this).text() in ...) created by
- http://forum.jquery.com/topic/elems-is-undefined-javascript-error-calli …
- 10:14 PM Ticket #6157 ($(window).resize() bug elements on Webkit) created by
- HTML: <div id="main"></div> CSS (I do with normal CSS): #main { …
- 10:01 PM Ticket #6156 (label[for] selector inconsistent on IE) created by
- the css selector "label[for]" in IE, it will not return the element …
- 4:10 PM Ticket #6155 (API docs: Callback argument for Hide does not have a type) created by
- Under: <entry type='method' name="hide" return="jQuery"> See: …
- 3:16 PM Ticket #6154 (ready() sample code is unnecessarily complicated) created by
- The code at http://docs.jquery.com/Events/ready#source shows this: …
- 1:03 PM 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 …
- 11:33 AM 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, …
- 11:26 AM Ticket #6152 (parseJSON regex is redundant when native parsing is available.) closed by
- wontfix: Actually, not true - for example Chrome has problems with their …
- 10:18 AM 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 …
- 9:40 AM 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 …
- 9:06 AM 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, …
- 8:32 AM Ticket #6150 (.stop sometimes doesn't clear .delay) created by
- If .stop is called after the setTimeout in .delay has executed, …
Feb 22, 2010:
- 11:48 PM Ticket #6144 (ajax success broken) closed by
- invalid: Uhh - why was this reopened? Please don't reopen the ticket unless you …
- 11:44 PM Ticket #6144 (ajax success broken) reopened by
- 3:17 PM 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 …
- 3:14 PM Ticket #6147 (jQuery.parseJSON('{"name":NaN}'); handle failed) closed by
- invalid
- 3:12 PM 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 …
- 2:58 PM 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. …
- 2:51 PM Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) reopened by
- I added the post file.
- 2:16 PM 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 …
- 2:14 PM 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: …
- 1:43 PM 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 …
- 11:54 AM 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 …
- 11:04 AM 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.
- 5:48 AM Ticket #6147 (jQuery.parseJSON('{"name":NaN}'); handle failed) created by
- var obj = jQuery.parseJSON('{"name":NaN}'); var obj = …
- 5:09 AM Ticket #6146 (.text() strips newlines in Internet Explorer) created by
- jQuery's
.text()
function strips newlines in Internet Explorer 6-8. … - 1:01 AM Ticket #6145 (Extend does not copy property getters) created by
- jQuery.extend copies property getter return values, not their code. …
- 12:32 AM Ticket #6144 (ajax success broken) closed by
- invalid: It's likely because your JSON is malformed, more information here: …
- 12:27 AM Ticket #6144 (ajax success broken) created by
- Hello. I use jQuery ajax request in this way: function sendData(url, …
Feb 21, 2010:
- 10:21 PM Ticket #6143 (.live() .load() - combination not working anymore on 1.4.2 in IE ...) created by
- The following code is working perfectly with 1.4a2, 1.4.1 but not with …
- 9:45 PM 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: …
- 3:11 PM 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 …
- 12:10 PM Ticket #6141 (selectors with context fail for some cases) created by
- Constructs of the form : $(".ItemSearch-ResultList option", …
- 10:36 AM Ticket #6140 (jQuery removeClass bug?) created by
- In this example I try removing the class of bake and adding the class …
- 7:26 AM Ticket #6139 (Issue with removing size attribute with IE.) created by
- jqObject.attr('size', '1'); alert(jqObject.attr('size')); You can …
- 5:37 AM Ticket #6138 (Add option to not delete jsonpCallback upon execution) created by
- When using jsonpCallback to set a static callback function, there …
- 5:13 AM Ticket #6137 (auto detect objects returned using $find()) created by
- I use the telerik web controls exclusively in my web application and …
Feb 20, 2010:
- 10:27 PM 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 …
- 5:17 PM 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 …
- 12:57 PM 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)}) …
- 12:19 PM Ticket #6135 (jQuery tries to access the .style attribute of text tags) created by
- When constructing elements from HTML using $([html]), jQuery will …
- 11:44 AM 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 …
- 11:35 AM 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 …
- 11:22 AM Ticket #6132 (jQuery.each includes prototype functions) created by
- I'm not entirely sure if this is deliberate or not, but the way jQuery …
- 6:10 AM Ticket #6131 (Problems with "Technique from Juriy Zaytsev") created by
- So I noticed you guys have added some new stuff to the jQuery plugin. …
Feb 19, 2010:
- 11:09 PM 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 …
- 11:04 PM 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 …
- 4:12 PM Ticket #6126 (.text() doesn't work in textNode) closed by
- worksforme: Works for me - make sure you're using a current version of jQuery.
- 2:36 PM 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 = …
- 2:15 PM 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 …
- 11:57 AM Ticket #6126 (.text() doesn't work in textNode) created by
- jQuery(document.createTextNode('TEXT')).text() returns empty string
- 11:35 AM 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 …
- 8:43 AM Ticket #6116 (FF error on: var computedStyle = defaultView.getComputedStyle( elem, ...) reopened by
- Ouch.. sorry! I totally forgot the example that I have. …
- 3:30 AM Ticket #6124 (v1.4 :visible selector) created by
- I was using this in v1.3.2 and worked perfectly. $("#sh-ty-container …
Feb 18, 2010:
- 11:45 PM 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 …
- 7:14 PM Ticket #6118 (Jcarousel + loaded via ajax) closed by
- invalid: This should probably be posted to the jQuery forum: …
- 5:11 PM Ticket #6120 (AJAX and Internet Explorer 7) closed by
- duplicate: Yeah, this is a duplicate.
- 4:33 PM 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 …
- 12:23 PM 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 …
- 10:49 AM Ticket #6120 (AJAX and Internet Explorer 7) created by
- Hi, Internet Explorer 7 send me an error message : bad …
- 8:43 AM Ticket #6119 (serialize filter out disabled inputs) created by
- hi. I have an issue about filtering out disabled inputs from …
- 7:59 AM 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 …
- 6:59 AM Ticket #6118 (Jcarousel + loaded via ajax) created by
- my jcarousel is laoded in a media box (from jquery). The content of …
- 6:31 AM Ticket #6117 (re-initialization of plugin) closed by
- invalid: Perhaps you're calling init again with no callback? You should bring …
- 6:22 AM 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 …
- 6:21 AM Ticket #6117 (re-initialization of plugin) created by
- see following example code: (function($) { $.plugin = { key: …
- 5:15 AM Ticket #6116 (FF error on: var computedStyle = defaultView.getComputedStyle( elem, ...) closed by
- invalid: Unfortunately I can't really do much without a test case - can you …
- 5:00 AM Ticket #6116 (FF error on: var computedStyle = defaultView.getComputedStyle( elem, ...) created by
- In Firefox 3.5 (Mac) I get the below error, but not in Safari (Mac). …
- 4:48 AM 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 …
- 4:25 AM Ticket #6114 (fcleanup function perfomance speed up) created by
- return nm.replace(/[\w\s\.\|`]/g, function( ch ) { return " " + …
Feb 17, 2010:
- 9:54 PM 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.
- 5:29 PM Ticket #6113 (beforeunload event fires twice) created by
- beforeunload event handlers on
window
are firing twice: once for … - 2:31 PM 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 …
- 9:21 AM 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 …
- 9:19 AM 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 …
- 5:22 AM Ticket #5928 (Global mousemove ceased to function) reopened by
- Documentation is still not working; it's using the old syntax. …
- 5:21 AM Ticket #6110 (jQuery.get() doesn't transport form-elements in firefox) created by
- Using jQuery.get() does not transport form-elements in firefox call: …
- 5:14 AM Ticket #6109 (Event rises at its binding in IE.) created by
- When I bind click event in onclick function, new event rises …
- 4:21 AM 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 …
- 12:36 AM Ticket #6108 (.live(event) does not contain event.data in 1.4.2) created by
- $(selector).live('click', function(event) { event.data is …
- 12:33 AM 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 …
Feb 16, 2010:
- 4:52 PM 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 …
- 4:20 PM Ticket #6087 (Firefox 3.5.7 iframe length incorrect) closed by
- invalid: Correct, self-closing iframes are malformed markup.
- 4:13 PM 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 …
- 4:04 PM 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 …
- 4:01 PM Ticket #6089 (Next Siblings (“prev ~ siblings”) and :contains() Selectors) closed by
- invalid: I think you perhaps meant to do [value*=Contains].
- 3:59 PM Ticket #6091 (Instead of merely sliding the target element, Slidedown shifts padding ...) closed by
- worksforme: That's correct, slideDown animates the height, vertical padding, and …
- 3:52 PM Ticket #4970 (Opera and HTML 5 Child Selectors) closed by
- fixed: This was fixed in jQuery 1.4.
- 3:43 PM 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.
- 3:42 PM Ticket #6102 (show() / hide() problem in ie6) closed by
- invalid: You should probably bring this up for discussion on the jQuery forum …
- 3:41 PM Ticket #6103 (AJAX request) closed by
- invalid: It depends what status the error returns - if the server is still …
- 3:25 PM Ticket #6098 (change event is not firing for TextBox) closed by
- worksforme: This was fixed in jQuery 1.4.2.
- 12:55 PM 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 …
- 12:21 PM Ticket #6104 (Child-selector work incorrectly) created by
- <body> ····<span> ········<strong> ············<span><!-- If this …
- 7:49 AM Ticket #6103 (AJAX request) created by
- user Webrowser : firefox 3.5.7 When I send a post request without …
- 4:54 AM Ticket #6102 (show() / hide() problem in ie6) created by
- please view http://www.chronicler.co.cc/ using firefox.. using ie6, …
- 1:14 AM Ticket #6101 ($.ajax() ignores "data" content for JSONP-GET requests) created by
- $.ajax() doesn't place the variables in the "data" parameter into the …
Note: See TracTimeline
for information about the timeline view.