Skip to content

Instantly share code, notes, and snippets.

@ngauthier
Created July 9, 2014 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngauthier/fef1b94c334f66a4c21e to your computer and use it in GitHub Desktop.
Save ngauthier/fef1b94c334f66a4c21e to your computer and use it in GitHub Desktop.
have some tea
tea $("#person"),
name: "Nick",
bio: "Coderguy"
tea = ($el, data) ->
for key, value of data
$el.find("[t='#{key}']").html(value)
#person
h1[t='name']
p[t='bio']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment