jquery.append 195 B

123456
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : append
  3. #key : .append
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .append('${1:Some text <b>and bold!</b>}')$0