Skip to content

Instantly share code, notes, and snippets.

@thejh
Created February 12, 2012 22:49
Show Gist options
  • Save thejh/1811320 to your computer and use it in GitHub Desktop.
Save thejh/1811320 to your computer and use it in GitHub Desktop.
jQuery ->
($ 'body').delegate '#URL', 'change', (evt) ->
($ '#url-loading').show()
$.ajax
url: ($ this).data 'update-path'
type: 'POST'
data: 'selected=' + (($ this).find ':selected').text()
dataType: 'script'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment