jquery.bind 205 B

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