jquery.select 182 B

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