Skip to content

Instantly share code, notes, and snippets.

@yardfarmer
Created July 2, 2014 12:13
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 yardfarmer/6824ecd6caa1aa5af154 to your computer and use it in GitHub Desktop.
Save yardfarmer/6824ecd6caa1aa5af154 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="体验form提交表单" />
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<form action="@" >
<!-- <input type="submit" name="sb" value="tijaio" /> -->
<button type="butt">aaa</button>
</form>
</body>
</html>
// $(function () {
// console.log($("input[type='submit']").length);
// });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment