| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some extra tests to make sure we can get the value of hyphenated CSS prop... | jeresig | 2009-12-22 | 1 | -1/+3 |
* | The logic for specified option values was already handled by .val(), removed ... | jeresig | 2009-12-22 | 1 | -3/+1 |
* | Make sure that the correct value is being pulled from checkboxes in Webkit. F... | jeresig | 2009-12-22 | 3 | -6/+24 |
* | Make sure that the correct value is retreived for options that have no value ... | jeresig | 2009-12-22 | 1 | -1/+3 |
* | Made sure that the .val() logic for setting radios and checkboxes was correct... | jeresig | 2009-12-22 | 2 | -2/+18 |
* | Fixed the issue where getting an empty value was impossible. Fixes #5697. | jeresig | 2009-12-22 | 2 | -2/+7 |
* | Updated the README to reference the Closure Compiler instead of YUI Min. Than... | jeresig | 2009-12-21 | 1 | -1/+1 |
* | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894. | jeresig | 2009-12-21 | 1 | -1/+1 |
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 8 | -30/+31 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 14 | -130/+218 |
* | Tweaked the syntax of withinElement a bit. | jeresig | 2009-12-21 | 1 | -4/+11 |
* | Tweaked a couple cases where == was used instead of ===. | jeresig | 2009-12-21 | 4 | -6/+6 |
* | Make sure that the beforeactivate event isn't accidentally prevented. | Alexander Farkas | 2009-12-21 | 1 | -1/+1 |
* | Stop trying to emulate the focus/blur event in IE, doesn't work as one might ... | Jörn Zaefferer | 2009-12-21 | 3 | -17/+39 |
* | Used the patch from Alexander as the basis for a rewrite of the IE change eve... | Alexander Farkas | 2009-12-21 | 3 | -167/+224 |
* | Make sure we use instead of in the delegate test. | jeresig | 2009-12-21 | 1 | -2/+2 |
* | Moved logic for handling .animate({}), doesn't queue anymore. Fixes #5459. | jeresig | 2009-12-21 | 2 | -5/+15 |
* | Bringing Sizzle test suite changes back in. | John Resig | 2009-12-19 | 2 | -11/+27 |
* | Make sure that we don't bind the onunload event in Opera. | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Switched from using YUI Compressor to Google Compiler. Minified and Gzipped f... | jeresig | 2009-12-18 | 5 | -8/+25 |
* | No need to use the conditional comment for binding the onunload event in IE. | jeresig | 2009-12-18 | 1 | -11/+11 |
* | Updating the source version to 1.4b1pre. | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Tagging the 1.4a2 release.1.4a2 | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Updating the source version to 1.4b1pre. | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Tagging the 1.4a2 release. | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Move the test results list above the test HTML to avoid test suite layout wei... | jeresig | 2009-12-18 | 1 | -2/+1 |
* | The constructor check for isPlainObject was redundant, everything still passe... | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Added additional checks for DOM nodes and window to isPlainObject, IE 8 was s... | jeresig | 2009-12-18 | 1 | -1/+2 |
* | Temporarily disabling test for bug #4299. | jeresig | 2009-12-18 | 1 | -2/+3 |
* | Fixed the spacing from the last commit. | jeresig | 2009-12-18 | 1 | -11/+11 |
* | Disabled the passthrough .attr(method_name) functionality. You can now use it... | jeresig | 2009-12-18 | 4 | -13/+35 |
* | Made isPlainObject() supporting null, undefined, and window values on IE too.... | Robert Katic | 2009-12-19 | 2 | -5/+20 |
* | Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70fa688201, it was ... | jeresig | 2009-12-18 | 1 | -8/+1 |
* | Brought the attributes module more inline with the jQuery style guidelines. | jeresig | 2009-12-18 | 1 | -35/+58 |
* | Bringing the effects module closer to being inline with the style guideline. | jeresig | 2009-12-18 | 1 | -64/+88 |
* | Renamed the 'fx' module to 'effects'. Should've been done a long time ago. | jeresig | 2009-12-18 | 6 | -6/+6 |
* | Removed jQuery.fn.contains - didn't match the :contains() selector and confus... | jeresig | 2009-12-18 | 1 | -4/+0 |
* | Ignore case of script tags to make sure they're removed. Fixes #5668. Thanks ... | Dave Methvin | 2009-12-18 | 1 | -1/+1 |
* | Add new html5 input types to list of serializable types. Older browers handle... | Dave Methvin | 2009-12-18 | 2 | -5/+12 |
* | Removed 'abbr' from self-closing tags list. Fixes #5167. | jeresig | 2009-12-17 | 1 | -1/+1 |
* | Default callbackContext to the $.extended ajax options for 1.3.2 compatibilit... | Dave Methvin | 2009-12-18 | 1 | -1/+1 |
* | Reorganized param code slightly to once again define buildParams as a named f... | Ben Alman | 2009-12-18 | 1 | -35/+34 |
* | Further modified jQuery 1.4 .param() method to serialize arrays containing no... | Ben Alman | 2009-12-18 | 2 | -32/+47 |
* | added a couple missing semicolons and fixed a typo in the comments | Karl Swedberg | 2009-12-18 | 1 | -3/+3 |
* | Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one o... | jeresig | 2009-12-17 | 1 | -4/+1 |
* | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were i... | jeresig | 2009-12-17 | 2 | -8/+3 |
* | Reworked some more of the selector tests as well to clean up after themselves. | jeresig | 2009-12-17 | 1 | -1/+3 |
* | Added some more tests around the name tests to catch possible regressions. | jeresig | 2009-12-17 | 1 | -2/+6 |
* | Make sure that the node exists before attempting to clone. | jeresig | 2009-12-17 | 1 | -1/+1 |
* | Stick with just getter/setters in attrFn. | jeresig | 2009-12-17 | 1 | -5/+1 |