Last active
August 29, 2015 13:58
-
-
Save tBaxter/10169883 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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