Skip to content

Instantly share code, notes, and snippets.

View pplantinga's full-sized avatar
:octocat:
Awesome

Peter Plantinga pplantinga

:octocat:
Awesome
View GitHub Profile
@pplantinga
pplantinga / form-progress.html
Last active December 18, 2015 04:09 — forked from chriscoyier/index.html
Example progress element usage, from Chris Coyer. This example actually works without editing.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" type="text/javascript"></script>
<script src="script.js" type="text/javascript"></script>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<form accept-charset="UTF-8" action="#" class="pro-form" id="pro-form" method="post">