jquery.$_get 277 B

123456789101112
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : $_get
  3. #key : $.get
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. \$.get(
  7. '${1:url}'${2:,
  8. ${3:data}}${4:,
  9. function(data, textStatus) {$5}}${6:,
  10. ${7:"xml/html/script/json"}}
  11. });
  12. $0