Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created May 16, 2015 01:32
Show Gist options
  • Save jordanhudgens/d21ea5a586e1e21442e6 to your computer and use it in GitHub Desktop.
Save jordanhudgens/d21ea5a586e1e21442e6 to your computer and use it in GitHub Desktop.
Sample AJAX call
sampleExerciseSave = ->
$.ajax
type: 'POST'
url: '/scores/new'
data: $('.edit_book_chapter').serialize()
dataType: 'script'
success: (data) ->
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment