Timeline
02/28/10:
- 16:55 Changeset [5353c6bcc352c4d900cc76af110e56ee1e70ae0f] by
-
- test/unit/offset.js
- 01:46 Ticket #6190 (offset and position in other windows) closed by
- fixed: This is now fixed. …
- 01:43 Changeset [1d352084c4257217b0778f1ec3bb2e409411a4c3] by
-
- src/offset.js
- test/unit/offset.js
- 01:40 Ticket #6190 (offset and position in other windows) created by
- As noted by friedcell (on github) the offset method has a hardcoded value …
02/27/10:
- 15:22 Ticket #6154 (ready() sample code is unnecessarily complicated) closed by
- worksforme: The current API docs can be found here, where that's been resolved: …
- 15:21 Ticket #6155 (API docs: Callback argument for Hide does not have a type) closed by
- fixed: Fixed. Thanks for the heads-up.
- 15:17 Ticket #6167 (documentation: link to test suite outdated) closed by
- fixed: I removed the link to the test suite.
- 15:14 Ticket #6181 (IE8 Browser Crash loading http://docs.jquery.com/Ajax/jQuery.ajax#options) closed by
- worksforme: This was fixed on the new API site: http://api.jquery.com/jQuery.ajax lol …
- 15:05 Ticket #5928 (Global mousemove ceased to function) closed by
- fixed: Thanks Mike - reclosing.
- 15:04 Ticket #6113 (beforeunload event fires twice) closed by
- fixed: Fixed. …
- 15:03 Changeset [36faab439a1d3a5471847e952d0019e8e4e9b982] by
-
- src/event.js
- 14:55 Ticket #6137 (auto detect objects returned using $find()) closed by
- wontfix: That's not something that jQuery will bake directly into the code base. …
- 14:50 Ticket #6189 (Store jQuery.data for plain objects on objects) closed by
- fixed: Fixed. …
- 14:49 Changeset [a49e6b63131e292bc1c31ee98b300ba87ce99162] by
-
- src/data.js
- test/unit/data.js
- 14:49 Ticket #6189 (Store jQuery.data for plain objects on objects) created by
- There's no reason to store the data in the jQuery.cache for plain objects …
- 14:11 Ticket #6185 (ready( fn ) should not be synchronous) closed by
- wontfix: While I absolutely do appreciate the patch and test case I'm not convinced …
- 14:03 Ticket #6188 (Add in .bind(name, false), .unbind(name, false) shortcut) closed by
- fixed: Fixed. …
- 14:03 Ticket #6187 (Allow data to be passed in to .click(), etc.) closed by
- fixed: Fixed. …
- 14:02 Changeset [42568db4c414d4435f2f7e89be87d66645c42e1c] by
-
- src/ajax.js
- src/event.js
- test/unit/event.js
- 14:02 Changeset [a45372a4c5cfd33c4ff12b145bd79fec2fe0d382] by
-
- src/ajax.js
- src/event.js
- test/unit/event.js
- 13:57 Ticket #6188 (Add in .bind(name, false), .unbind(name, false) shortcut) created by
- Something really easy that I've always wanted - a simple way to just bind …
- 07:35 Ticket #6163 (TypeError: events is null) closed by
- fixed: Thanks! …
- 07:31 Changeset [7d5da0ee030b1962ff1ff57b0221a02dfdc2886a] by
-
- src/event.js
- 01:01 Changeset [ba7195e3f90b3a3130ac0b15880ba2f27106f568] by
-
- src/event.js
- test/unit/event.js
- 00:48 Ticket #6187 (Allow data to be passed in to .click(), etc.) created by
- Right now you can only pass in data if you're doing .bind().
02/26/10:
- 23:22 Ticket #6186 ($.post silent error in firefox) closed by
- invalid: It's really hard to tell exactly what might be going on without seeing the …
- 22:17 Ticket #6186 ($.post silent error in firefox) created by
- $.post seems to have a silent error in firefox. i have confirmed that this …
- 21:31 Ticket #6185 (ready( fn ) should not be synchronous) created by
- I am sure this has been discussed before; but I was not able to find such …
- 20:20 Ticket #6168 (Add timer functionallity to core) closed by
- wontfix: Sure - If you wish to have a discussion then please feel free to open it …
- 19:40 Ticket #6168 (Add timer functionallity to core) reopened by
- Documentation for .delay() states: >jQuery.delay() is designed for …
- 17:55 Ticket #6128 (Cannot reference a variable) closed by
- invalid
- 17:52 Ticket #6130 (Accordion Browser Compatibillity issues in IE 7.0) closed by
- invalid
- 17:52 Ticket #6129 (Accordion Browser Compatibillity issues in IE 7.0) closed by
- invalid: This should be filed in the jQuery UI bug tracker.
- 17:50 Ticket #6134 (data() now returns null on "no data") closed by
- duplicate: Fixed in #6166.
- 17:48 Ticket #6140 (jQuery removeClass bug?) closed by
- invalid: Do you have a larger example? I'm not seeing the issue here.
- 17:46 Ticket #6168 (Add timer functionallity to core) closed by
- wontfix: We already have a .delay() in core, this should serve as a good substitute …
- 17:45 Ticket #6176 (hidden and elements with border) closed by
- invalid: Wait - what? Why is the height/width negative? That doesn't make sense - …
- 17:43 Ticket #3443 (Can't Select Attribute Values Containing Closing Square Bracket ]) closed by
- fixed
- 17:42 Ticket #6171 (code for password strength) closed by
- invalid
- 17:42 Ticket #6183 ($.map flattens arrays) closed by
- wontfix: Yep, that's intended - it's even mentioned in the docs: …
- 17:41 Ticket #6177 (Enhance jQuery.extend() to allow option for each object to be a target ...) closed by
- wontfix: Hmm, I disagree that this should be an option. It seems like it's easy …
- 17:38 Ticket #6178 (.parents() reverses element order) closed by
- wontfix: Yep, this is intended - as with prevAll and prevUntil. Having them be …
- 17:35 Ticket #6166 (typeof($(EXPR).data('undefinedKey')) returns object vs 'undefined' now) closed by
- fixed: Fixed. …
- 17:35 Changeset [9e06903a99caf5619d0db858ed3d24f0e6ee15db] by
-
- src/data.js
- test/unit/data.js
- 17:25 Ticket #6148 (.change() even not firing when arrow keys used.) closed by
- worksforme: It seems to work for me in 1.4.2 - do you have a specific example?
- 17:24 Ticket #6153 ($.clone() does not clone children of HTML5 elements in IE) closed by
- wontfix: Unfortunately there's not really a good solution here as any way we slice …
- 17:20 Ticket #5892 (IE change event does not fire on text input after setting value - works in ...) closed by
- fixed: As mentioned before, this was fixed in 1.4.2.
- 16:32 Ticket #6184 (.unbind() fails on plain javascript object) closed by
- fixed: Fixed. …
- 16:32 Changeset [7f5179b65431b77e89fa32623a5000e3630c191c] by
-
- src/event.js
- test/unit/event.js
- 16:31 Ticket #6184 (.unbind() fails on plain javascript object) created by
- See discussion here: …
- 16:24 Ticket #6169 (.live('hover') breaking change from 1.4.1 to 1.4.2) closed by
- fixed: Fixed. …
- 16:23 Changeset [28b489bfc8ad240b01e63ed93634f2b8770332a3] by
-
- src/event.js
- 16:15 Ticket #6183 ($.map flattens arrays) created by
- Mapping function(x) { return x; } over an array should result in an …
- 14:26 Ticket #6182 (Make sure .live() bubbles unless explicitly stopped) closed by
- fixed: Fixed. …
- 14:26 Changeset [26b0e913dda386b6b2848196689a02a2da6aa40d] by
-
- src/event.js
- src/traversing.js
- test/unit/event.js
- 14:25 Ticket #6182 (Make sure .live() bubbles unless explicitly stopped) created by
- Right now $("div").live("click", fn) won't bubble up to multiple clicks, …
- 14:06 Ticket #6181 (IE8 Browser Crash loading http://docs.jquery.com/Ajax/jQuery.ajax#options) created by
- Hi guys, I was just browsing your documentation and got as far as the …
- 13:44 Ticket #6179 (fireEvent does not working) closed by
- invalid: I'm not really sure what this ticket is trying to get at - there was no …
- 13:43 Ticket #6180 (jQuery.clean should not touch script tags that are not of type ...) created by
- At the very end of the clean function script tag nodes embedded in the …
- 07:11 Ticket #6179 (fireEvent does not working) created by
- when i upgrade to version 1.4.2, dom method fireEvent in ie does not …
- 00:31 Ticket #6175 (syntax throws error that did not used to happen in 1.3.2) closed by
- invalid: That's correct - there is no :option selector so jQuery is throwing an …
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 …
Note: See TracTimeline
for information about the timeline view.
