Skip to content

Instantly share code, notes, and snippets.

View dariushoule's full-sized avatar

Darius Houle dariushoule

View GitHub Profile
@dariushoule
dariushoule / stripe_semicolon
Last active August 29, 2015 14:15 — forked from boucher/gist:1750368
Stripe demo w/ semicolon added.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Stripe Sample Form</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"></script>
<script type="text/javascript" src="https://js.stripe.com/v1/"></script>
<script type="text/javascript">