jquery.prepend 198 B

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