Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Created March 28, 2012 17:54
Show Gist options
  • Save rustyrazorblade/2228722 to your computer and use it in GitHub Desktop.
Save rustyrazorblade/2228722 to your computer and use it in GitHub Desktop.
show_status = ->
$.get "/api/debtors", (result) ->
html = Mustache.to_html(who_owes_me, result)
$("#owesme").html html
$(".debtor_paid").click handle_mark_paid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment