jquery.loadIfModified 307 B

123456789101112
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : loadIfModified
  3. #key : .loadIfModified
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. \$.loadIfModified(
  7. "${1:mydomain.com/url}",
  8. ${2:Element or Expression}${3:,
  9. }${4:function(responseText, status, response) {
  10. $0
  11. }}
  12. );