Skip to content

Instantly share code, notes, and snippets.

@davidkastanek
Created October 6, 2015 16:13
Show Gist options
  • Save davidkastanek/31343c39ca0dd28b8a94 to your computer and use it in GitHub Desktop.
Save davidkastanek/31343c39ca0dd28b8a94 to your computer and use it in GitHub Desktop.
Allow simultanious ajax requests
<script>
$(function () {
$.nette.init();
$.nette.ext('unique', null);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment