diff options
author | John Resig <jeresig@gmail.com> | 2007-09-04 00:28:22 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-09-04 00:28:22 +0000 |
commit | 1ce8006d480ebd64350983a17be1cc2e3f043958 (patch) | |
tree | 026a755acb03ef2caadedc68850b005b362a2c4d /src/event | |
parent | d5bb0e317988965306b1ccb395fafc4554aba49c (diff) | |
download | jquery-1ce8006d480ebd64350983a17be1cc2e3f043958.tar.gz jquery-1ce8006d480ebd64350983a17be1cc2e3f043958.zip |
Added a new .stop() method which stops all animations running on the matched set of elements.
Example:
$("#foo").slideDown(1000);
setTimeout(function(){
$("#foo").stop();
}, 500);
Diffstat (limited to 'src/event')
0 files changed, 0 insertions, 0 deletions