| 2010-11-19 | Anton M | Improve performance of get() for negative indices.... | commit | commitdiff | tree | snapshot | 
| 2010-11-12 | John Resig | Updating the source version to 1.4.5pre. | commit | commitdiff | tree | snapshot | 
| 2010-11-12 | John Resig | Tagging the 1.4.4 release. | commit | commitdiff | tree | snapshot | 
| 2010-11-10 | jeresig | Updating the source version to 1.4.4pre. | commit | commitdiff | tree | snapshot | 
| 2010-11-10 | jeresig | Tagging the 1.4.4rc3 release. | commit | commitdiff | tree | snapshot | 
| 2010-11-10 | jeresig | Backing out commit 795e880bba1f7f949df58748f7fd92e50296... | commit | commitdiff | tree | snapshot | 
| 2010-11-10 | jeresig | Need to also handle the case where 'auto' is being... | commit | commitdiff | tree | snapshot | 
| 2010-11-10 | jeresig | Maintain returning 0px from width/height for disconnect... | commit | commitdiff | tree | snapshot | 
| 2010-11-10 | rwldrn | Fixes #7397; Adds 4 supporting unit tests. | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | Colin Snover | Remove conditional that prevents attr from working... | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | John Resig | Merge branch 'fixAdjacentTests' of https://github.com... | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | John Resig | Ensure that unquoted attribute selectors are quoted... | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | John Resig | Make sure that if an additional load event is triggered... | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | John Resig | Merge branch 'bug7422' of https://github.com/csnover... | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | Anton M | Fix selector tests broken by newer version of Qunit. | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | John Resig | Make sure that when multiple variables are being declar... | commit | commitdiff | tree | snapshot | 
| 2010-11-09 | John Resig | We don't do end of line comments, move them above. | commit | commitdiff | tree | snapshot | 
| 2010-11-06 | Colin Snover | Ensure that AJAX requests are actually aborted in all... | commit | commitdiff | tree | snapshot | 
| 2010-11-03 | jeresig | Merge branch 'master' of github.com:jquery/jquery | commit | commitdiff | tree | snapshot | 
| 2010-11-03 | jeresig | Limit the scope of the CSS 'auto' change to just height... | commit | commitdiff | tree | snapshot | 
| 2010-11-03 | jeresig | Limit the scope of the CSS 'auto' change to just height... | commit | commitdiff | tree | snapshot | 
| 2010-11-03 | jeresig | Updating the source version to 1.4.4pre. | commit | commitdiff | tree | snapshot | 
| 2010-11-03 | jeresig | Tagging the 1.4.4rc2 release. | commit | commitdiff | tree | snapshot | 
| 2010-11-03 | jeresig | Opera doesn't give height/width of display: none elemen... | commit | commitdiff | tree | snapshot | 
| 2010-11-01 | jeresig | Only change ID on nodes that don't already have an... | commit | commitdiff | tree | snapshot | 
| 2010-11-01 | jeresig | Make sure that accessing computed CSS for elements... | commit | commitdiff | tree | snapshot | 
| 2010-10-28 | John Resig | Fix quotes in comment. | commit | commitdiff | tree | snapshot | 
| 2010-10-28 | Brandon Aaron | Fix tab spacing. | commit | commitdiff | tree | snapshot | 
| 2010-10-27 | jeresig | Calling .hide().show() on a stylesheet-hidden element... | commit | commitdiff | tree | snapshot | 
| 2010-10-26 | Karl Swedberg | For .show() with no arguments, only set display of... | commit | commitdiff | tree | snapshot | 
| 2010-10-26 | John Resig | Temporarily backing out commit bd474799bf95f4ecdc47a757... | commit | commitdiff | tree | snapshot | 
| 2010-10-26 | John Resig | Merge branch 'jquery_dev' of github.com/danheberden... | commit | commitdiff | tree | snapshot | 
| 2010-10-26 | John Resig | Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c... | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | danheberden | Prevent IE from firing live/delegate events on disabled... | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | John Resig | Updating the source version to 1.4.4pre. | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | John Resig | Tagging the 1.4.4rc1 release. | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | John Resig | Merge branch 'jquerymaster' of github.com/SlexAxton... | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | John Resig | Merge branch '6897' of github.com/SlexAxton/jquery... | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | dmethvin | Allow DELETE requests to have a content body, and prope... | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | dmethvin | Honor stopImmediatePropagation for live/delegate event... | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | John Resig | Merge branch 'master' of github.com/rwldrn/jquery | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | John Resig | Merge branch 'unusedTrue' of github.com/lrbabe/jquery... | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | lrbabe | .cur() doesn't take any boolean parameter since 1.4.3 | commit | commitdiff | tree | snapshot | 
| 2010-10-25 | Alex Sexton | Moved jQuery.props to attributes since it was only... | commit | commitdiff | tree | snapshot | 
| 2010-10-24 | rwldrn | Fixes #7229 and #5803 | commit | commitdiff | tree | snapshot | 
| 2010-10-23 | John Resig | Allow for versions with spaces in them, in the Makefile. | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Make sure that .width()/.height() don't return NaN... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Make sure that the correct height/width of the elements... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Fix broken selector code from last commit. | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Make sure that +, >, ~ leading, rooted, selectors go... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Make sure that we don't use matchesSelector on XML... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Make sure that we aren't reading one of the bad expando... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Be sure to clean up the previous test. | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Make sure that height/width getters work on hidden... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Make sure that the ready event doesn't double-fire... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Adding another test for an issue in Gecko's matchesSele... | commit | commitdiff | tree | snapshot | 
| 2010-10-22 | jeresig | Only need to declare the data once. | commit | commitdiff | tree | snapshot | 
| 2010-10-21 | Alex Sexton | Forces lower case comparison of protocol and host when... | commit | commitdiff | tree | snapshot | 
| 2010-10-19 | Anton M | Update number of expected assertions in attribute tests | commit | commitdiff | tree | snapshot | 
| 2010-10-17 | John Resig | Add some more tests to make sure that pulling in data... | commit | commitdiff | tree | snapshot | 
| 2010-10-17 | Paul Irish | fadeToggle(). as suggested by Karl Swedberg in his... | commit | commitdiff | tree | snapshot | 
| 2010-10-17 | John Resig | Make sure that .data() (no args) returns a list of... | commit | commitdiff | tree | snapshot | 
| 2010-10-17 | John Resig | Var wasn't being explicitly declared. Fixes #7226. | commit | commitdiff | tree | snapshot | 
| 2010-10-17 | John Resig | We removed deleteExpando after 1.4.2, for some reason... | commit | commitdiff | tree | snapshot | 
| 2010-10-17 | John Resig | Handle the case where JSLint complains about arguments... | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | John Resig | Bringing back the change from 80a4178af9b12e6617bfcec81... | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Updating the source version to 1.4.4pre. | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Tagging the 1.4.3 release. | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Fix the number of change tests and remove textarea... | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Testing *, * was unnecessary - especially in slower... | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Don't test inline-block in browsers that don't support... | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Use prepend for the focuin test (to avoid making the... | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Test visible on inline elements. | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Getting weird results for font size tests across platfo... | commit | commitdiff | tree | snapshot | 
| 2010-10-15 | jeresig | Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243... | commit | commitdiff | tree | snapshot | 
| 2010-10-14 | John Resig | Forgot to update the Rakefile and build.xml files from... | commit | commitdiff | tree | snapshot | 
| 2010-10-14 | John Resig | Updating the copy of Google Closure Compiler. | commit | commitdiff | tree | snapshot | 
| 2010-10-14 | John Resig | Make sure that we don't attempt to handle scrolling... | commit | commitdiff | tree | snapshot | 
| 2010-10-14 | jeresig | Oops, still have jQuery.ajax.* on the brain. | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | jeresig | Change font size to 15px in the test to fix a false... | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | Justin Meyer | beforedeactivate will fire before focusout - use that... | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | Justin Meyer | Make sure that focusin/focusout bubbles in non-IE browsers. | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | Pinhook | Handle issue with two concurrent JSONP requests that... | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | jeresig | We want to make sure that we only run the MSIE-specific... | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | jeresig | Test CSS test on font size instead of padding. | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | jeresig | IE 9 preserves the case of the Alpha filter - maintain... | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | jeresig | Fix broken Ajax test after recent revert to jQuery... | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | John Resig | Merge branch 'bug7150' of github.com/csnover/jquery | commit | commitdiff | tree | snapshot | 
| 2010-10-13 | John Resig | Fix some gaps in the handling of event data properties... | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | Colin Snover | Fix patch for #7150, which was not deleting the events... | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | John Resig | Updating the source version to 1.4.3pre. | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | John Resig | Tagging the 1.4.3rc2 release. | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | John Resig | Tagging the 1.4.3rc2 release. | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | John Resig | Forgot to remove the child selector in the previous... | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | John Resig | The child selector-prefix branch doesn't work with... | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | John Resig | Make sure that .find() with multiple direct child selec... | commit | commitdiff | tree | snapshot | 
| 2010-10-12 | Colin Snover | Use a key name less likely to result in collisions... | commit | commitdiff | tree | snapshot | 
| 2010-10-11 | John Resig | The world isn't ready for moving the Ajax methods to... | commit | commitdiff | tree | snapshot | 
| 2010-10-11 | John Resig | Handle some edge cases with binding events to the windo... | commit | commitdiff | tree | snapshot | 
| 2010-10-11 | John Resig | Add some resize event tests. | commit | commitdiff | tree | snapshot | 
| next |