jquery.attr 189 B

123456
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : attr
  3. #key : .attr
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .attr('${1:attribute}'${2:, ${3:value}})$0