jquery.$_ajaxSend 214 B

123456789
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : $_ajaxSend
  3. #key : $.ajaxSend
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .ajaxSend(function(${1:request, settings}) {
  7. $0
  8. });