Skip to content

Instantly share code, notes, and snippets.

@araeuchle
Created March 16, 2022 20:57
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 araeuchle/66d308f1aba8aaa1041b43ca35f5d289 to your computer and use it in GitHub Desktop.
Save araeuchle/66d308f1aba8aaa1041b43ca35f5d289 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('#add-team-submit').on('click', function(e) {
e.preventDefault()
FormHelper.submit('#team-add-modal form', '{{ csrf_token() }}')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment