티스토리 뷰
반응형
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script>
var get =0;
var post=0;
$(document).ready(function(){
$("#get").click(function(){
get = parseInt($("#get").val());
console.log(get);
});
$("#post").click(function(){
post = parseInt($("#post").val());
console.log(post);
});
var $radio = $("#radio");
$radio.click(function(){
if($radio.is(":checked")){
var sum = get+post;
console.log(sum);
}
});
});
</script>
</head>
<body>
<div>
GET: <input type="text" id="get">
<input type="button" id="chk1" value="확인"><br>
</div>
<div>
POST: <input type="text" id="post">
<input type="button" id="chk2" value="확인"><br>
</div>
<fieldset>
<legend>제목</legend>
<input type="radio" width="150" id="radio" value="click">Click me!
</fieldset>
</body>
</html>
뭔가 희한했던 문제
text박스 클릭할때마다 console.log로 text박스 값 출력하고
radio 버튼 체크 되면 두 text의 값을 더해서 console.log에 띄운다
반응형
'HTML&CSS&Javscript&Jquery' 카테고리의 다른 글
190822 select 이벤트, textarea 연습 (0) | 2019.08.23 |
---|---|
190823 두번째 문제-회원가입/로그인 구현 (0) | 2019.08.23 |
190823 each문 써서 리터럴객체 배열에 등록하기 (0) | 2019.08.23 |
190820 과정평가형 시험 예상문제 (0) | 2019.08.20 |
190809 클래스 있없 체크하기 (0) | 2019.08.09 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- ''찾기
- spring 엑셀
- IntelliJ #gradle #tomcat #spring #springmvc
- 인텔리제이
- js
- Regex
- Spring
- no getter for property named
- 이메일 정규식
- 정규식 특수문자
- selectbox
- PageNotFound - No mapping for GET
- SpringXmlModelInspection
- 정규식
- poi
- POI EXCEL
- poi 엑셀
- spring error #
- 정규식 숫자만
- JSON날짜
- 정규식 한글만
- 계좌번호정규식
- JSON파싱
- JSON
- 공백찾기
- 엑셀다운로드
- select제어
- mybatis
- jQuery
- Failed to load resource: the server responded with a status of 404 (Not Found)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함