Skip to content

Instantly share code, notes, and snippets.

View cornedor's full-sized avatar
🚀
gotta go fast

Corné Dorrestijn cornedor

🚀
gotta go fast
View GitHub Profile
@cornedor
cornedor / test_mocha.opts
Last active April 13, 2016 18:51 — forked from jmreidy/test_mocha.opts
Unit test React Native with Mocha
--compilers js:./test/support/compiler
--require ./test/support/init
@cornedor
cornedor / gist:6591520
Last active December 23, 2015 06:08 — forked from anonymous/gist:6591494
<input id="yourinput" type="email" name="email" id="email" />
<script>
document.querySelector("#yourinput").addEventListener('click', function(e) {
console.log(e.target);
$(e.target).jeJqueryShit();
}, false);
</script>