jquery.$_getScript 257 B

1234567891011
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : $_getScript
  3. #key : $.getScript
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. \$.getScript(
  7. '${1:url}'${2:,
  8. ${3:data}}${4:,
  9. function(data, textStatus) {$5}}
  10. });
  11. $0