jquery.show - with callback 215 B

123456789
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : show - with callback
  3. #key : .show
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .show('${1:slow/400/fast}', function() {
  7. $0
  8. });