업무하던 중 새로고침해야할 필요가 있어 작업한 내용을 기록합니다.
<!doctype html> <html lang="kr"> <head> <meta charset="utf-8"> <title>demo</title> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <script> $(document).on("click","button[name=reload]",function(){ location.reload(); }); </script> </head> <body> <button name="reload">새로고침</button> </body> </html>
Table을 DIV로 표현하기 (예제) (0) | 2016.09.06 |
---|---|
jquery enter key event submit (jquery 엔터키 이벤트) (0) | 2016.08.30 |
jQuery tr 추가 (입력창 추가), jQuery 테이블 행 추가/삭제, selector last name (2) | 2016.08.18 |
jquery 뒤로가기 (0) | 2016.08.17 |
jquery radio checked (라디오 버튼 값으로 선택), 검색 조건 초기 셋팅 (0) | 2016.07.14 |
댓글 영역