Initial commit.
This commit is contained in:
3
vim/snippets/javascript-jquery/sdupc.snippet
Executable file
3
vim/snippets/javascript-jquery/sdupc.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
${1:obj}.slideUp('${2:slow/400/fast}', function() {
|
||||
${3://Stuff to do *after* the animation takes place};
|
||||
});
|
||||
Reference in New Issue
Block a user