Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that null params aren't traversed. Fixes #5794. | jeresig | 2010-01-13 | 1 | -2/+3 |
| | |||||
* | Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791. | jeresig | 2010-01-13 | 1 | -4/+9 |
| | |||||
* | Fixed typo in logic, also disabled function setters in this case to allow ↵ | jeresig | 2010-01-12 | 1 | -1/+7 |
| | | | | the functions to passthrough and bind. | ||||
* | Bringing some selector tests back from Sizzle. | jeresig | 2010-01-11 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-01-11 | 1 | -1/+18 |
|\ | |||||
| * | adding extra useragents from trac tickets. correcting opera version | Paul Irish | 2010-01-12 | 1 | -1/+18 |
| | | |||||
* | | Some more touching up of the replaceWith tests. | jeresig | 2010-01-11 | 1 | -4/+12 |
|/ | |||||
* | Did some reorganizing of the recently added replaceWith tests. | jeresig | 2010-01-11 | 1 | -3/+2 |
| | |||||
* | Make sure that wrapInner works on elements that have no contents. Fixes #3552. | jeresig | 2010-01-11 | 1 | -1/+6 |
| | |||||
* | Final pass at fixing #5785. Need to make sure that inner-nodes are detached ↵ | jeresig | 2010-01-11 | 1 | -3/+13 |
| | | | | before the remove() occurs (and it should still occur, the nodes are being obliterated. | ||||
* | Made some additional tests for #5785. | jeresig | 2010-01-11 | 1 | -1/+5 |
| | |||||
* | Make sure we use detach instead of remove in replaceWith. Fixes #5785. | jeresig | 2010-01-11 | 1 | -1/+10 |
| | |||||
* | Revert "Adding in backwards-compatiblity support for ↵ | jeresig | 2010-01-11 | 1 | -13/+0 |
| | | | | | | jQuery().bind/unbind/trigger - and immediately deprecating it. Please explicitly use jQuery(document) in your code." This reverts commit e9d5947b4abbc052046585227892da0adcd56caf. | ||||
* | Merge branch 'setterargs' | jeresig | 2010-01-07 | 4 | -180/+556 |
|\ | |||||
| * | Added in support for .offset(Function). | jeresig | 2010-01-07 | 1 | -16/+23 |
| | | |||||
| * | Add .css(Function) incoming value tests. | jeresig | 2010-01-07 | 1 | -0/+60 |
| | | |||||
| * | No need for the try/finally logic in the css tests, won't even work as expected. | jeresig | 2010-01-07 | 1 | -49/+43 |
| | | |||||
| * | Added manipulation tests for setter function args. | jeresig | 2010-01-07 | 1 | -3/+175 |
| | | |||||
| * | Added some .text(Function) tests. | jeresig | 2010-01-07 | 1 | -26/+37 |
| | | |||||
| * | Added tests for attribute function setters. | jeresig | 2010-01-07 | 1 | -9/+141 |
| | | |||||
| * | Moved the val() tests from manipulation into attributes. | jeresig | 2010-01-07 | 2 | -86/+86 |
| | | |||||
* | | Make sure that a parsererror is thrown whenever malformed JSON comes back ↵ | jeresig | 2010-01-07 | 2 | -2/+22 |
|/ | | | | from a server (so that the Ajax error handler is called). Makes it uniform across browsers that do and don't have JSON.parse support. | ||||
* | Add some abort() Ajax tests. Verifies that #3984 works. | jeresig | 2010-01-06 | 1 | -0/+24 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-01-06 | 1 | -2/+7 |
|\ | |||||
| * | Make sure to do a deep copy on arrays. #5750 | Filipe Fortes | 2010-01-07 | 1 | -2/+7 |
| | | |||||
* | | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - ↵ | jeresig | 2010-01-06 | 1 | -0/+13 |
|/ | | | | and immediately deprecating it. Please explicitly use jQuery(document) in your code. | ||||
* | Added in support for content-type sniffing for scripts. Fixes #5718. | jeresig | 2010-01-06 | 2 | -0/+21 |
| | |||||
* | Detect JSON Ajax requests by the response content-type (like is done with ↵ | Rick Waldron | 2010-01-05 | 2 | -1/+24 |
| | | | | XML). Fixes #5709. | ||||
* | Merging in jQuery.proxy() branch. | jeresig | 2010-01-05 | 2 | -5/+24 |
|\ | |||||
| * | Added in jQuery.proxy(obj, name), like the method described in Secrets of ↵ | jeresig | 2009-12-31 | 1 | -0/+19 |
| | | | | | | | | the JavaScript Ninja and in Dojo's Hitch, and added in some unit tests. | ||||
| * | Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to ↵ | jeresig | 2009-12-31 | 1 | -5/+5 |
| | | | | | | | | jQuery.proxy() as alternative to handling scoping on callbacks. Fixes #5736. | ||||
* | | Rewrite of jQuery.browser to become engine-centric, rather than ↵ | jeresig | 2010-01-05 | 2 | -33/+274 |
|/ | | | | browser-centric. Also attempt to determine the engine version in a smarter fashion, less prone to error. Finally, enhanced the test suite with 255 useragent strings from http://user-agent-string.info/download for testing. jQuery.browser.safari is now deprecated, use jQuery.browser.webkit instead. | ||||
* | Make sure that selected works in Safari on options in optgroups. Fixes #5701. | jeresig | 2009-12-22 | 1 | -1/+7 |
| | |||||
* | Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ↵ | Ben Alman | 2009-12-23 | 1 | -3/+10 |
| | | | | overridden via 2nd argument to jQuery.param | ||||
* | Add some extra tests to make sure we can get the value of hyphenated CSS ↵ | jeresig | 2009-12-22 | 1 | -1/+3 |
| | | | | properties, for #3732. | ||||
* | Make sure that the correct value is being pulled from checkboxes in Webkit. ↵ | jeresig | 2009-12-22 | 1 | -2/+8 |
| | | | | Fixes #5699. | ||||
* | Made sure that the .val() logic for setting radios and checkboxes was ↵ | jeresig | 2009-12-22 | 1 | -1/+17 |
| | | | | correct. Fixes #5698. | ||||
* | Fixed the issue where getting an empty value was impossible. Fixes #5697. | jeresig | 2009-12-22 | 1 | -1/+6 |
| | |||||
* | Stop trying to emulate the focus/blur event in IE, doesn't work as one might ↵ | Jörn Zaefferer | 2009-12-21 | 1 | -0/+24 |
| | | | | expect, anyway. Instead, implement the focusin/focusout events in all other browsers - which creates a much better parity across all browsers. Uses event capturing instead of bubbling to make it happen. Thanks to Alexander for the recommendation and to Joern Zaefferer for the original focus/blur delegation code. | ||||
* | Used the patch from Alexander as the basis for a rewrite of the IE change ↵ | Alexander Farkas | 2009-12-21 | 2 | -132/+153 |
| | | | | event logic. Now has full parity with the regular change event in other browsers: Works with regular bind, works better with multiple selects, works as a regular change event (note test suite changes), works with readonly/disabled inputs, and much more. The original patch had a number of problems, including firing the change event too many times, not bubblinb properly, and not handling clicks on multi-selects properly - that should all be fixed now. Thanks Alexander for the patch pushing in the right direction. | ||||
* | 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 | 1 | -1/+11 |
| | |||||
* | Bringing Sizzle test suite changes back in. | John Resig | 2009-12-19 | 2 | -11/+27 |
| | |||||
* | Move the test results list above the test HTML to avoid test suite layout ↵ | jeresig | 2009-12-18 | 1 | -2/+1 |
| | | | | weirdness. | ||||
* | 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 ↵ | jeresig | 2009-12-18 | 2 | -7/+23 |
| | | | | it if you do: .attr({method_name: value}, true) OR as an easy initialization method: jQuery('<div/>', {html: '...', id: 'test'}). | ||||
* | Made isPlainObject() supporting null, undefined, and window values on IE ↵ | Robert Katic | 2009-12-19 | 1 | -1/+14 |
| | | | | too. Also added some related tests. Fixes #5669. | ||||
* | Renamed the 'fx' module to 'effects'. Should've been done a long time ago. | jeresig | 2009-12-18 | 2 | -3/+3 |
| | |||||
* | Add new html5 input types to list of serializable types. Older browers ↵ | Dave Methvin | 2009-12-18 | 1 | -4/+11 |
| | | | | handle these as type="text" so they should be consistently serialized on both old and new browsers. Fixes #5667. |