diff options
author | John Resig <jeresig@gmail.com> | 2007-09-04 04:44:54 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-09-04 04:44:54 +0000 |
commit | f28f199dc0a353135ef8b9afa2f3d25c6ffd2c75 (patch) | |
tree | 69a8d43069aa367f2953b11d780bfe2f57c558b6 /src/ajax/ajaxTest.js | |
parent | d259ec1a93ea087d76c02009eccaa42786f737bb (diff) | |
download | jquery-f28f199dc0a353135ef8b9afa2f3d25c6ffd2c75.tar.gz jquery-f28f199dc0a353135ef8b9afa2f3d25c6ffd2c75.zip |
Added support for the new .andSelf() method. This method combines the previous two matched sets on the stack into a single stack.
For example:
$("#foo").parent();
// => [ #bar ]
$("#foo").parent().andSelf();
// => [ #bar, #foo ]
Diffstat (limited to 'src/ajax/ajaxTest.js')
0 files changed, 0 insertions, 0 deletions