Skip to content

Instantly share code, notes, and snippets.

View jamesnw's full-sized avatar

James Stuckey Weber jamesnw

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jamesnw on github.
  • I am jamessw (https://keybase.io/jamessw) on keybase.
  • I have a public key whose fingerprint is EC5C FB1C 5F42 7357 16A1 A4D4 3841 2FFF 57D6 979E

To claim this, I am signing this object:

We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
anise
apple
apricot
bacon
basil
blackberry
blueberry
bourbon
cardamom
chai
@jamesnw
jamesnw / Dropkick-events.html
Last active August 29, 2015 14:24
Demonstrates that dropkicked selects do not bubble events as expected
<html>
<head>
<!-- Optional theme -->
<link rel="stylesheet" href="https://rawgit.com/Robdel12/DropKick/master/build/css/dropkick.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://rawgit.com/Robdel12/DropKick/master/build/js/dropkick.2.1.5.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#dropkick-form select').dropkick();