Sitepoint demo app for learning to use Sinatra
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12 lines
230 B

  1. Xhr.Options.spinner = 'waiting'
  2. "form.destroy".onSubmit (event) ->
  3. @parent().fade()
  4. event.stop()
  5. @send()
  6. "form.build".onSubmit (event) ->
  7. event.stop()
  8. @send onSuccess: (xhr) ->
  9. $("robots").insert xhr.responseText