2017年6月1日 星期四

[測試]Gist

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>20170601demo</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$('input').click(function(){
alert('123');
});
});
</script>
</head>
<body>
<input type='button' value='show' />
</body>
</html>

沒有留言:

張貼留言