Skip to content

Instantly share code, notes, and snippets.

@dewski
dewski / index.html
Created May 1, 2012 23:14 — forked from atypical/index.html
The PHP now controls a switch. The HTML uses: http://jsfiddle.net/ThomasBurleson/3SXtf/embedded/result/
<!DOCTYPE html>
<html>
<head>
<title>Dope</title>
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script>
var timeout;
$(function() {
$('#fireButton').click(function(){
if (typeof timeout !== 'undefined')