Skip to content

Instantly share code, notes, and snippets.

@tBaxter
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tBaxter/10169883 to your computer and use it in GitHub Desktop.
Save tBaxter/10169883 to your computer and use it in GitHub Desktop.
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="jquery.are-you-sure.js"></script>
</head>
<body>
<form action="." class="form-checked">
<p title="required">
<label>I'm a label</label>
<input type="text">
</p>
<p>
<label>I'm a label</label>
<textarea></textarea>
</p>
<p>
<input type="submit">
</p>
</form>
<p><a href="http://google.com">off-page link</a></p>
<script>
$('form').areYouSure();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment