[Bootstrap] 뒤로가기 클릭시 모달창 닫기
페이지 정보
루루아빠
4,920
2017.07.18 23:32:26
짧은주소
-
https://yadolee.com/tip/481 주소복사
본문
뒤로가기 클릭시 모달창 닫기
<script type="text/javascript">
$(".modal").on("shown.bs.modal", function() {
var urlReplace = "#" + $(this).attr('id');
history.pushState(null, null, urlReplace);
});
$(window).on('popstate', function() {
$(".modal").modal('hide');
});
</script>
추천인
레벨 101
경험치 1,519,440
Progress Bar 14.66%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글
첫 번째 댓글을 남겨 주세요