Skip to content

Instantly share code, notes, and snippets.

View tsongas's full-sized avatar

Chris Tsongas tsongas

View GitHub Profile
We couldn’t find that file to show.
@tsongas
tsongas / .eslintrc
Last active October 27, 2018 23:14
VS Code ESLint Config
{
"env": {
"es6": true,
"node": true
},
"plugins": [
"mocha"
],
"parserOptions": {
"sourceType": "module"
@tsongas
tsongas / index.html
Last active November 2, 2018 01:39
jQuery.submit() example
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<form id="target" action="destination.html">
<input type="text" value="Hello there">