Timeline
02/25/10:
- 22:43 Ticket #6178 (.parents() reverses element order) created by
- Since jQuery 1.4, the parents() function reverses the order of the …
- 17:15 Ticket #6177 (Enhance jQuery.extend() to allow option for each object to be a target ...) created by
- Considering the following example: a = {a: 'a'}; b = {b: 'b'}; c = {c: …
- 15:31 Ticket #6176 (hidden and elements with border) created by
- Setup: Firefox 3.5.8 on Linux Situation: A div-element with a border was …
- 15:06 Ticket #6175 (syntax throws error that did not used to happen in 1.3.2) created by
- following used to work in 1.3.2 row.ddl = …
- 14:53 Ticket #6174 (ckeckbox value not retrieved correctly) created by
- val() does not retrieve correct value of the check box checked attribute. …
- 12:54 Ticket #3443 (Can't Select Attribute Values Containing Closing Square Bracket ]) reopened by
- $('input[name="foo[bar][blah]"]') works for both IE8 and FF3.5.8 However, …
- 11:37 Ticket #6173 ($.ajax() doesn't fire error-callback when manually aborted) created by
- example: start a xhr like: var myxhr = $.ajax({ […] success: …
- 08:48 Ticket #6172 (success callback is called on cancelled ajax call) created by
- Pressing escape on the middle of an ajax call triggers success callback …
- 06:22 Ticket #6171 (code for password strength) created by
- there are three steps for registering, first page shows jquery when type …
- 03:55 Ticket #6170 (jQuery(window).scroll(); causes IE* to scroll to 0,0) created by
- Triggering the scroll event on the window ('jQuery(window).scroll();') …
02/24/10:
- 23:19 Ticket #6169 (.live('hover') breaking change from 1.4.1 to 1.4.2) created by
- I had the following code that worked in 1.4.1: $('#id').live('hover', …
- 20:14 Ticket #6168 (Add timer functionallity to core) created by
- using window.setTimeout and window.setInterval feels wrong in a jQuery …
- 19:34 Ticket #6167 (documentation: link to test suite outdated) created by
- There's a link to jQuery test suite in Browser Compatibility section. The …
- 19:23 Ticket #6166 (typeof($(EXPR).data('undefinedKey')) returns object vs 'undefined' now) created by
- I could be wrong but I believe a behavior has changed from jQuery 1.4.1 to …
- 18:21 Ticket #6165 (Manually triggering mouseenter or mouseleave doesn't work if bound with ...) created by
- Example: http://jsfiddle.net/tVw5C/ $('#foo').live('mouseleave', …
- 16:33 Ticket #6164 (issue with index method (DOM Element Method)) created by
- Problem with .index method (Miscellaneous > DOM Element Methods), …
- 15:58 Ticket #6163 (TypeError: events is null) created by
- When attempting to "handle" any events on an element that has no events …
- 14:39 Ticket #6162 (CLASS function with XHTML DocumentFragment: elem.getAttribute is not a ...) created by
- Since jQuery 1.4, my XHTML web-app (too vague, I know) throws a fatal …
- 12:52 Ticket #6161 (ajaxComplete event does not fire when context is used) created by
- When you use an ajax request with a context, then the ajaxComplete, …
- 12:14 Ticket #5892 (IE change event does not fire on text input after setting value - works in ...) reopened by
- This does not work with at least IE8 http://jsbin.com/ovipi/2 In my …
- 11:32 Ticket #6160 (attr() not sets value correctly) created by
- http://christianhaller.com/input.html Different values in checkboxes, no …
- 06:41 Ticket #6159 ("change" events misbehavior with <select multiple="multiple"> and ie6) created by
- I have found a problem with <select multiple="multiple"> and .change() …
- 03:57 Ticket #6158 ("elems is undefined" JavaScript error calling $(this).text() in ...) created by
- http://forum.jquery.com/topic/elems-is-undefined-javascript-error-calling-t …
- 03:14 Ticket #6157 ($(window).resize() bug elements on Webkit) created by
- HTML: <div id="main"></div> CSS (I do with normal CSS): #main { …
- 03:01 Ticket #6156 (label[for] selector inconsistent on IE) created by
- the css selector "label[for]" in IE, it will not return the element which …
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.
Note: See TracTimeline
for information about the timeline view.
