Skip to content

Instantly share code, notes, and snippets.

@samelie
Created October 6, 2015 19:03
Show Gist options
  • Save samelie/9bc5342e8aeceac54636 to your computer and use it in GitHub Desktop.
Save samelie/9bc5342e8aeceac54636 to your computer and use it in GitHub Desktop.
Wierd JS findings
********************
BACKBONE
********************
If you want to download a zip for example, consider attaching the url as a form action and using submit,
to avoid router.
<form class="" method="GET" action="{{url}}"><input value="{{download}}" type="submit"></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment