[Bootstrap] 뒤로가기 클릭시 모달창 닫기

페이지 정보

루루아빠 4,230 2017.07.18 23:32

평점

본문

뒤로가기 클릭시 모달창 닫기

<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>
추천인
  • 추천해 주세요
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,288,451
레벨 96
경험치 1,383,552

Progress Bar 54%

- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑 루루아빠랍니다~~

댓글

첫 번째 댓글을 남겨 주세요