Timeline
Jan 29, 2010:
- 4:44 PM Ticket #5988 (v1.4.1 removeClass is No Work!) created by
- v1.4.1 removeClass is No Work. this is the v1.3.2 work sorce. …
- 3:04 PM Changeset [cb65daa3]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:03 PM Ticket #5987 ($(window).height() bug in opera 9.0) created by
- $(window).height() are return wrong value in Opera 9.0 patch: …
- 11:46 AM Ticket #5986 (regression: replaceWith treats text only node as selector) created by
- Given the HTML: 123<div id="foo">Foo</div>456 The code …
- 11:13 AM Ticket #5985 (getJSON() callback not working) closed by
- invalid: You're passing around malformed JSON. "{ ok: true }" is malformed, it …
- 11:03 AM Ticket #5985 (getJSON() callback not working) created by
- Hey guys. <script type="text/javascript"> $('#jsonDIV').text('Loading …
- 10:51 AM Ticket #5984 ($().ready() and $().bind('ready') behave differently) closed by
- fixed: Good point, I just updated the docs: http://api.jquery.com/ready/
- 10:46 AM Ticket #5968 (AJAX failures don't call error but rather success) reopened by
- I'm not sure that we are saying the same thing here. In jQuery 1.3.2 …
- 10:27 AM Ticket #5984 ($().ready() and $().bind('ready') behave differently) created by
- Many of the shortcut methods are simple aliases, ie. click(), blur() …
- 9:22 AM Ticket #5983 (Add in load event support for images) created by
- http://github.com/peol/jquery/commit/1b1bfa9c93c39da9efad6f191e22d4e3ee …
- 9:13 AM Ticket #5975 (Set Option for parseJSON to use JSON or Function) closed by
- wontfix: This wouldn't do anything since we pre-check the JSON string to see if …
- 8:45 AM Ticket #5982 (DatePicker control not working properly in IE7) closed by
- invalid: Please file the bug in the jQuery UI bug tracker. http://dev.jqueryui.com/
- 6:46 AM Ticket #5982 (DatePicker control not working properly in IE7) created by
- DatePicker control not working properly in IE7, the title bar with …
- 4:24 AM Ticket #5981 (bug) created by
- when i create a dropdown menu using jquery in my system, and the same …
- 2:25 AM Ticket #5980 (Textbox "change" Event doesn't fire in 1.4.1 when text is changed 1st time.) created by
- jquery-1.4.1 has some problem with events specific when we are …
- 12:36 AM Ticket #5965 (this.nodeValue differs between 1.4.0 and 1.4.1) closed by
- invalid: As mentioned in the 1.4.1 release notes this was broken in 1.4 (it was …
- 12:32 AM Ticket #5979 (Skip inserting whole fragment, if possible) closed by
- fixed: Fixed. …
- 12:32 AM Ticket #5979 (Skip inserting whole fragment, if possible) created by
- If only one node needs to be inserted, just clone/insert that …
- 12:24 AM Ticket #5978 (Only Cache Fragments in Main Document) closed by
- fixed: Fixed. …
- 12:22 AM Changeset [4f2e209]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 12:21 AM Ticket #5978 (Only Cache Fragments in Main Document) created by
- Right now a fragment will be cached from other documents as well …
Jan 28, 2010:
- 11:04 PM Ticket #5977 (.html() will strip <style> tags in IE) created by
- see http://forum.jquery.com/topic/html-stripping-style-in-ie-sometimes …
- 10:32 PM Ticket #5961 (click event in webkit) closed by
- invalid: Please reopen and attach a test case. If you are unsure of whether …
- 10:31 PM Ticket #5962 (Missing a "(" in the example) closed by
- fixed: Fixed, thanks!
- 10:30 PM Ticket #5963 (Attribute Selector Error in Internet Explorer 7/8) closed by
- invalid: Unfortunately, IE "normalizes" the href attribute to the full url …
- 10:25 PM Ticket #5964 ($.post similiar variable name a post variable name...) closed by
- invalid: Please reopen and attach a test case.
- 10:23 PM Ticket #5970 (Change event isn't fired in IE on a text box when starting from a ...) closed by
- fixed: Seems like John has fixed this in 1.4.2: …
- 10:20 PM Ticket #5935 (Attached events is lost on empty()) closed by
- invalid: Can you put together a complete test case and reopen with an …
- 10:18 PM Ticket #5925 (Form reset and serialize and serializeArray) closed by
- invalid: Did this just start with 1.4, or was it present in 1.3.2 as well? Can …
- 10:14 PM Ticket #4018 (documentation incorrect for jQuery.support.tbody) closed by
- fixed: Clarified: http://api.jquery.com/jQuery.support/
- 10:04 PM Ticket #5926 (autocomplete resets the value when selected by mouse with config minChars:0) closed by
- invalid: This is better asked on the forums.
- 10:02 PM Ticket #5928 (Global mousemove ceased to function) closed by
- invalid: Use
$(document).mousemove()
per the 1.4 release notes. - 9:48 PM Ticket #5968 (AJAX failures don't call error but rather success) closed by
- invalid: The error callback is called if the request times out, or if the …
- 9:37 PM Ticket #5966 (getJSON callback does not fire) closed by
- fixed: Fixed...somehow. :)
- 9:37 PM Ticket #5132 (jQuery bug with Internet Explorer) closed by
- invalid: There is no signature of
.removeClass()
that takes a second … - 8:29 PM Ticket #5976 (die() fails to unbind listeners) closed by
- worksforme: I can repro in 1.3 but it appears to be fixed in 1.4.
- 5:18 PM Changeset [388a00f]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 5:17 PM Changeset [b8076a91]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 5:12 PM Ticket #5976 (die() fails to unbind listeners) created by
- The flowing code fails to unbind the event handler: …
- 4:30 PM Changeset [0db207d]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- 4:23 PM Ticket #5975 (Set Option for parseJSON to use JSON or Function) created by
- Expose a setting which allows parseJSON to either use window.JSON (if …
- 3:26 PM Ticket #5974 (Bring the performance of empty/remove/cleanData down to the wire) closed by
- fixed: Fixed. …
- 3:25 PM Changeset [98c72485]1.12-stable2.2-stablekillphp by
- src/data.js
- src/event.js
- src/manipulation.js
- 3:25 PM Ticket #5974 (Bring the performance of empty/remove/cleanData down to the wire) created by
- There's still room for improvement.
- 2:37 PM Ticket #5973 (Add A Special Default Hook) closed by
- fixed: Fixed. …
- 2:34 PM Changeset [0252b78]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 2:19 PM Ticket #5973 (Add A Special Default Hook) created by
- A way to simulate the default event would be ideal: …
- 2:18 PM Changeset [31f1e99]1.12-stable2.2-stablekillphp by
- Makefile
- 2:16 PM Changeset [e9092e9]1.12-stable2.2-stablekillphp by
- src/event.js
- 2:13 PM Ticket #5972 (Improve Performance of .bind() and .unbind()) closed by
- fixed: Fixed. …
- 2:13 PM Ticket #5971 (Make sure jQuery.data( elem ) always returns an object) closed by
- fixed: Fixed. …
- 2:12 PM Changeset [eed69ec]1.12-stable2.2-stablekillphp by
- src/data.js
- src/event.js
- test/unit/data.js
- 2:09 PM Ticket #5972 (Improve Performance of .bind() and .unbind()) created by
- There's room for improvement, they should definitely be worked on.
- 2:08 PM Ticket #5971 (Make sure jQuery.data( elem ) always returns an object) created by
- Right now it'll return null if no data object exists.
- 1:54 PM Ticket #5970 (Change event isn't fired in IE on a text box when starting from a ...) created by
- If you have an text input field with the .change() method attached. …
- 1:34 PM Ticket #5969 ('Access Denied' on 2nd time for wrap().) created by
- I've a page with 3 frames (nav, main and dummy). Where frame main …
- 1:07 PM Ticket #5968 (AJAX failures don't call error but rather success) created by
- I have observed that a failed ajax request does not properly call …
- 10:26 AM Ticket #5967 (Unbind of namespaced 'change' event unbinds all 'change' events (IE only)) created by
- For example, myInput.unbind('change.myNS') will also unbind events …
- 9:49 AM Ticket #5966 (getJSON callback does not fire) created by
- with JQ 1.4.1, the following getJSON request to a CodeIgniter-based …
- 9:09 AM Ticket #5965 (this.nodeValue differs between 1.4.0 and 1.4.1) created by
- $("#test td").wrapInner(function() { return "<div …
- 8:34 AM Ticket #5964 ($.post similiar variable name a post variable name...) created by
- Variable and post variable not work with similiar name. var PFrom = …
- 8:09 AM Ticket #5963 (Attribute Selector Error in Internet Explorer 7/8) created by
- The following selector works in every Browser, except IE8 with …
- 5:06 AM Ticket #5962 (Missing a "(" in the example) created by
- Hi, The example for .toggleClass( function(index, class), [ switch ] …
- 4:50 AM Ticket #5961 (click event in webkit) created by
- browser Chrome and Safari, when I create an event click, it works 2 …
Jan 27, 2010:
- 7:37 PM Ticket #5960 (CSS proeprties not set in mixed content documents) created by
- When setting css properties of mixed content documents (specifically …
- 3:26 PM Ticket #5959 (Change event for Select element getting fired on click (occuring in 1.4.1)) created by
- See the following example: <script type="text/javascript"> …
- 1:22 PM Ticket #5958 (An JQuery Bug for IE6) created by
- JQuery Team, my name is Raúl Fernández from Chile, I'm web developer, …
- 11:05 AM Ticket #5957 (Error on Sizzle.selectors.filter.PSEUDO) created by
- I have an application that works perfectly with jquery-1.3.2. While I …
- 10:07 AM Ticket #5851 (IE8 does not support the change event while using live) closed by
- fixed: Fixed. …
- 10:06 AM Changeset [942f8f7]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:43 AM Ticket #5956 (.innerHeight() & innerWidth() failed to run under firefox 3.5.7) created by
- the $(document).innerHeight() and $(document).innerWidth() failed to …
- 6:12 AM Ticket #5955 (datatype=jsonp is ignored if request is local) created by
- When making a jQuery.ajax request with datatype=jsonp, or a …
- 5:18 AM Ticket #5954 (jQuery(html) create child script elements at root level) created by
- jQuery(html) extract child script elements from html and put them in …
- 2:55 AM Ticket #5953 (specialEasing in animate) created by
- If you're trying to animate font size using special per-property …
Jan 26, 2010:
- 10:06 PM Ticket #5952 (quote within select value is not parsed correctly, IE specific) created by
- The following html runs correctly in FF, but not in IE6 or 8. The …
- 6:56 PM Ticket #5951 (click() fires click function beforeclick event in 1.4.1 if firefox 3.5.7) created by
- The following code... <input type="checkbox" value="yes" …
- 6:52 PM Ticket #5950 ($('> *', context) works but $('> *', context).live doesn't) created by
- given the following markup: <ul id="mylist"><li></li><ul> var …
- 6:22 PM Ticket #5949 (Out of memory/Stack space in IE8,) created by
- I'm getting this errors in IE8 when using Jq 1.4.` Out of memory …
- 6:14 PM Ticket #5948 (Stack overflow when using with jquery tools/navigator/scrollable) created by
- I'm using jquery tools with navigator/scrollable support. It will give …
- 3:54 PM Ticket #5947 (Add JSON.encode capability) created by
- $.parseJSON converts a string -> object it would be very helpful to …
- 3:41 PM Ticket #5946 (Animated show of element with transparency looks bad in Internet Explorer) created by
- Using show('slow') on an element containing an image with transparency …
- 3:31 PM Ticket #5945 (live namespaced events) created by
- Namespaced events don't work with live anymore (they are never fired). …
- 2:45 PM Ticket #5944 (1.4.1: IE8 attr() can return null instead of undefined) created by
- I don't know if this is a compat buster (or regression) because with …
- 1:16 PM Ticket #5943 ($.load() sending POST header on GET) created by
- Since Jquery 1.4 it appears that $.load() sends the …
- 12:02 PM Ticket #5942 (Site down) created by
- This page is down: http://docs.jquery.com/Downloading_jQuery
- 10:46 AM Ticket #5941 (is() function bug) created by
- I have the following situation: $('.btn,.btn-bullet',oContexto || …
- 8:13 AM Ticket #5839 (exception string not passed to error handlers in onreadystatechange fn) closed by
- duplicate: Duplicate of http://dev.jquery.com/ticket/4435 Fixed: …
- 7:51 AM Ticket #5851 (IE8 does not support the change event while using live) reopened by
- It seems that 1.4.1 does not detect the first change on an element in …
- 6:59 AM Ticket #5940 (Ajax usage problem with 1.4.1) created by
- I have two pages that work with jquery 1.3.2 successfully. But when i …
- 6:03 AM Ticket #5939 (Cloning iframe with content generated by JS) created by
- When cloning element (clone() and inserting result with any posible …
- 5:39 AM Ticket #5938 (jQuery.ajax with binary result raises "parsererror" on IE6) created by
- When making a request using jQuery.ajax to a URL which yields binary …
- 5:29 AM Ticket #5937 (JQuery Validation - Problem with text-indent in IE7) created by
- I'm using JQuery validation in my project. For the sake of beauty, …
- 5:28 AM Ticket #5936 (JQuery Validation - Problem with text-indent in IE7) created by
- I'm using JQuery validation in my project. For the sake of beauty, …
- 5:16 AM Ticket #5935 (Attached events is lost on empty()) created by
- This might not be a bug, but i'm filing it here anyway... …
- 4:57 AM Ticket #5934 (onChange event no fired in IE8) created by
- Simple example, worked in 1.3.2, not worked in 1.4, 1.4.1 HTML code: …
- 4:36 AM Ticket #5933 (jQuery API browser has no "exit door") created by
- The new jQuery API browser (http://api.jquery.com/browser) doesn't …
- 2:14 AM Ticket #5932 (not work change event at first time.) created by
- $('#test_input').change(function(){ $('#out_input').val('called'); …
- 2:13 AM Ticket #5931 (jQuery.parseJSON not working with single quotes) created by
- var json = "{'instrumentType': 'funds', 'instrumentId':'123456', …
Jan 25, 2010:
- 11:05 PM Ticket #5930 ($('[selected]') Has Attribute Selector failing in IE8) created by
- Summary: $('[selected]') always fails in IE8 (but not ie6, or ie7) It …
- 7:43 PM Changeset [7a3afc3]1.12-stable2.2-stablekillphp by
- version.txt
- 7:43 PM Changeset [a08ee9a]1.12-stable2.2-stablekillphp by
- version.txt
- 7:23 PM Ticket #5798 (replaceWith(function) scope is broken) closed by
- fixed: Fixed. …
- 7:22 PM Changeset [0b3165f]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 7:16 PM Ticket #5799 (wrapInner(function): inconsistent with wrapInner(html), callback scope ...) closed by
- fixed: Fixed. …
- 7:16 PM Changeset [9f17e70a]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 6:52 PM Ticket #5920 (filtering text/comment nodes with a not simple selector) closed by
- fixed: Fixed. …
- 6:51 PM Changeset [55a64cf]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 6:49 PM Ticket #4435 (Parse Error cause being lost) closed by
- fixed: Fixed. …
- 6:48 PM Changeset [ca90ffb]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 6:43 PM Ticket #5929 (Checked state from a cloned fragment fails) closed by
- fixed: Fixed. …
- 6:43 PM Changeset [bed759c9]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- src/support.js
- test/unit/manipulation.js
- 6:41 PM Ticket #5929 (Checked state from a cloned fragment fails) created by
- Cloning it twice will wipe out the checked state in WebKit.
- 5:59 PM Ticket #5928 (Global mousemove ceased to function) created by
- The $().mousemove event never fires. The docs for this is not working …
- 5:02 PM Ticket #5834 (event.special namespacing bug) closed by
- fixed: Both points fixed - you no longer have to copy over data anymore. …
- 5:01 PM Ticket #5779 (Bad behavior on .bind() with multiple events if one of them is special) closed by
- fixed: Fixed. …
- 5:01 PM Changeset [390186b]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 4:46 PM Ticket #3549 (Binding multiple custom namespaced events is not working correctly) closed by
- fixed: Fixed. …
- 4:45 PM Changeset [0474917]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 3:18 PM Changeset [e01ff6c]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 2:43 PM Milestone 1.4.1 completed
- 1:45 PM Ticket #5695 (Default submit event cannot be prevented when triggering click event ...) closed by
- fixed: Fixed. …
- 1:45 PM Changeset [d24443f]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:11 AM Ticket #5927 (AJAX problem with IE6/IE7) created by
- Using IE6, IE7 and possibly FF older than 3.5.5 (tested on 3.0.17). …
- 10:02 AM Ticket #5705 (submit event binding doesn`t work in ie) closed by
- worksforme: It looks like this was fixed before 1.4 came out.
- 9:31 AM Changeset [323270f]1.12-stable2.2-stablekillphp by
- src/intro.js
- 8:19 AM Ticket #5926 (autocomplete resets the value when selected by mouse with config minChars:0) created by
- Hi I am using auto-complete plugin with options { …
- 7:51 AM Ticket #5925 (Form reset and serialize and serializeArray) created by
- After a form reset, under IE serialize and serializeArray seems not be …
- 4:58 AM Ticket #4018 (documentation incorrect for jQuery.support.tbody) reopened by
- I still found the documentation on $.support.tbody very confusing …
- 1:09 AM Ticket #5924 (Don't use cloned context in Ajax) closed by
- fixed: Fixed. …
- 1:08 AM Ticket #5924 (Don't use cloned context in Ajax) created by
- http://forum.jquery.com/topic/ajax-contexts
- 1:08 AM Changeset [1a14a38]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 12:47 AM Ticket #5862 (jQuery 1.4.0 breaks URL for AJAX GET if data contains key named "length") closed by
- fixed: Fixed. …
- 12:46 AM Changeset [f91b944]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
Jan 24, 2010:
- 10:14 PM Ticket #5923 (Setting .readyState = 0 throws exception) closed by
- fixed: Fixed. …
- 10:13 PM Changeset [76236a15]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 10:03 PM Ticket #5923 (Setting .readyState = 0 throws exception) created by
- See: …
- 9:59 PM Ticket #5922 (.load() doesn't fire global Ajax Events) closed by
- fixed: Fixed. …
- 9:58 PM Ticket #5922 (.load() doesn't fire global Ajax Events) created by
- Example: http://static.webvm.net/ajaxerror/1.4.html
- 9:58 PM Changeset [c639405]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 9:38 PM Ticket #5845 (Error with closing tags in query 1.4 and html method (1.3.2 was OK)) closed by
- fixed: Fixed. …
- 9:37 PM Changeset [6a3d0996]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 4:10 PM Ticket #5921 (nextUntil to slow (possibly all *Until functions)) created by
- I've done some superficial speed tests that could be found at …
- 12:18 PM Ticket #5920 (filtering text/comment nodes with a not simple selector) created by
- Test case
- 10:38 AM Ticket #5916 (e.preventDefault doesn't work with live submit) closed by
- duplicate: Paul's cross-referenced this in #5695 so I'll close it as a dupe.
- 10:32 AM Ticket #5919 (jQuery.ajax({ dataType: 'json', error: function(...) {...}}) delivers ...) closed by
- fixed: Fixed: …
- 9:11 AM Ticket #5919 (jQuery.ajax({ dataType: 'json', error: function(...) {...}}) delivers ...) created by
- jQuery.ajax({ url: 'nowhere', dataType: 'json', error: function(...) …
- 12:06 AM Ticket #5918 (:not filter bug for input of type BUTTON on IE) created by
- Hi, I am trying to use the following code on IE 8 for an input of type …
Jan 23, 2010:
- 10:09 PM Ticket #5917 (replaceWith is not working as mentioned in the api doc) created by
- replaceWith is working fine when only one element is replaced. When …
- 9:29 PM Ticket #5916 (e.preventDefault doesn't work with live submit) created by
- When a submit handler is bound to a form using .live(), and the submit …
- 9:21 PM Ticket #5906 (IE leaks memory when removing child elements with bound events (until ...) closed by
- fixed: Fixed. …
- 9:20 PM Ticket #5856 (namespaced events remain on DOM object when calling remove()) closed by
- fixed: Fixed. …
- 9:20 PM Changeset [f06e0e5]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 8:50 PM Ticket #5915 (.height(fn) and .width(fn) are missing) closed by
- fixed: Fixed. …
- 8:49 PM Changeset [4f9aa62a]1.12-stable2.2-stablekillphp by
- src/dimensions.js
- test/unit/dimensions.js
- 8:49 PM Ticket #5915 (.height(fn) and .width(fn) are missing) created by
- Were missed in the 1.4 fn-setter update.
- 5:08 PM Ticket #5859 (Firefox window.JSON throws uncaught exception when an HTTP Status Code ...) closed by
- fixed: Fixed. …
- 5:08 PM Changeset [781fe8b]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 4:54 PM Changeset [ea9e0ed8]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- test/unit/traversing.js
- 4:52 PM Ticket #5914 (Expose JSON parsing logic) closed by
- fixed: Fixed. …
- 4:51 PM Changeset [0912109]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- 4:51 PM Ticket #5914 (Expose JSON parsing logic) created by
- jQuery.parseJSON should do the trick.
- 4:49 PM Ticket #5913 (Centralize the logic for throwing exceptions) closed by
- fixed: Fixed. …
- 4:48 PM Changeset [a6ef036]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/core.js
- 4:48 PM Ticket #5913 (Centralize the logic for throwing exceptions) created by
- It's spread out now, centralizing it will make it easier for plugin …
- 4:37 PM Ticket #5789 (die() fails to remove handlers) closed by
- fixed: Fixed. …
- 4:37 PM Changeset [3e286440]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 12:53 PM Ticket #5869 (SELECT element change event firing on focus first time in IE) closed by
- fixed: Landed w/ test case. …
- 12:52 PM Changeset [8ea634f]1.12-stable2.2-stablekillphp by
- src/effects.js
- src/offset.js
- test/unit/effects.js
- test/unit/offset.js
- 12:52 PM Changeset [f6ec9d54]1.12-stable2.2-stablekillphp by
- src/event.js
- test/delegatetest.html
- 12:27 PM Ticket #5888 (offset(coordinates) returns null when attached to empty jQuery set) closed by
- fixed: Landed. …
- 12:26 PM Changeset [2c28f22]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/unit/effects.js
- test/unit/offset.js
- 12:25 PM Ticket #5910 (In 1.4, show/hide methods call animate() when speed is false or empty ...) closed by
- fixed: Landed. …
- 12:25 PM Changeset [a63754a]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 12:25 PM Changeset [21441b1]1.12-stable2.2-stablekillphp by
- src/effects.js
- 12:21 PM Ticket #5907 (new *untils methods r failz) closed by
- fixed: Landed. …
- 12:20 PM Changeset [28ce159]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 12:13 PM Changeset [09ef5b75]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:02 PM Ticket #5912 (flash object not work on insert via .html(flash_object_string)) created by
- in new version jquery 1.4 flash embeding not work in ie6 and ie7. …
- 11:58 AM Ticket #5852 (.live() support for multiple types) closed by
- fixed: Fixed. …
- 11:58 AM Ticket #5801 (enhancement: support .live('hover',fn)) closed by
- fixed: Fixed. …
- 11:58 AM Ticket #5804 (.live('focus') proxys through to .live('focusin')) closed by
- fixed: Fixed. …
- 11:56 AM Changeset [01f7202]1.12-stable2.2-stablekillphp by
- src/event.js
- test/delegatetest.html
- test/unit/event.js
- 11:15 AM Ticket #3861 (.live('click', function) conflicts with mousedown event) closed by
- fixed: Landed. …
- 11:15 AM Ticket #5835 (Inline script events and "live") closed by
- fixed: Landed. …
- 11:14 AM Changeset [b9ca157]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:12 AM Changeset [150e44c]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:58 AM Ticket #5911 (jQuery 1.4 won't load in a non-HTML document) created by
- 1.3.2 would load in DOM documents that aren't HTML (specifically SVG). …
- 8:10 AM Ticket #5853 (Ajax callback context is not original object.) reopened by
- This is absolutely not a duplicate of #5838. This is a separate …
Jan 22, 2010:
- 9:15 PM Ticket #5910 (In 1.4, show/hide methods call animate() when speed is false or empty ...) created by
- This isn't necessarily wrong, but it's different from previous …
- 8:28 PM Ticket #5909 (can't post multiple values as of 1.4 any more) created by
- I try to post this, $.post("test.php", { 'choices[]': ["Jon", …
- 8:01 PM Ticket #5908 (jQuery.is() helper) created by
- Hi, This new version is giving me a error that it didn't before. …
- 7:17 PM Ticket #5907 (new *untils methods r failz) created by
- From …
- 7:02 PM Ticket #5906 (IE leaks memory when removing child elements with bound events (until ...) created by
- This is somewhat vague as it is coming in from a third party, however, …
- 6:50 PM Ticket #5905 (slideDown and slideUp and min-height) created by
- When min-height is used in CSS, slideUp and slideDown do not function …
- 6:07 PM Ticket #5904 (Injecting Flash with $.html fails in 1.4 in IE6) created by
- Currently, when injecting a string of html that represents a flash …
- 5:07 PM Ticket #5813 (Safari: jQuery 1.4.0 fails to fire the ready() event when navigating ...) closed by
- wontfix: This is very much intentional - attaching an unload will force the …
- 4:43 PM Ticket #5853 (Ajax callback context is not original object.) closed by
- duplicate: Duplicate of #5838.
- 3:14 PM Ticket #5903 (slideUp() bug whit html,body height 100%) created by
- I'm trying to use slideUp() on my page, but doesn't work. Debuggin, I …
- 1:41 PM Ticket #5902 (ajaxComplete event problem, -or- ajaxStart problem?) created by
- simple test: <div id="Div0"></div> <div …
- 1:38 PM Ticket #5869 (SELECT element change event firing on focus first time in IE) reopened by
- Still broke. Same test case above. Setting one of the options as …
- 12:16 PM Ticket #5872 (ajax calls succes instead of error on server error) reopened by
- I can confirm that it is a bug in jquery 1.4. Going back to jquery …
- 11:12 AM Ticket #5901 (onchange event fires without any change made to the input element) created by
- It seems that in JQuery 1.4 an initially prefilled input text element …
- 10:33 AM Ticket #5900 (eq Selector not selecing hidden div's?) created by
- Hi guys, I've just started using jQuery 1.4 and i'm trying to use the …
- 10:29 AM Ticket #5899 (live change event doesn't bubble in IE 6/7) created by
- The change event does not seem to bubble in 1.4 for IE 6/7.
- 8:00 AM Ticket #5898 (Performance Improvement for :odd/:even) created by
- I benchmarked the modulo operator against the binary operations: …
- 7:24 AM Ticket #5897 (Error parsing JSON data in Firefox) created by
- IE7 and Firefox3 have different results on parsing JSON from an Ajax …
- 4:26 AM Ticket #5896 (Easy setter for .data method) created by
- I'd like to use the easy set also on .data method, like: …
- 3:39 AM Ticket #5895 ($(s, ctx) fails for some selectors) created by
- In my app: Native: …
- 3:22 AM Ticket #5894 (Some kind of queue or fadeOut error) created by
- Hi! I have an AJAXified gallery. The idea is pretty simple: Each time …
Note: See TracTimeline
for information about the timeline view.