2012-11-01 4 views
1

모달은 로컬에서 작동하지만 푸시하면 나타나지 않습니다. 내가 표시해야하는 항목이나 표시되지 않는 항목은 자동으로 표시되지 않습니다.Heroku에 푸시 트위터 부트 스트랩 모달이 작동하지 않음

아무도이 문제를 겪은 적이 있습니까? 이 스레드에서

<!-- modal window for explaining --> 
<div class="modal fade center" id="self-b" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> 
    <div class="modal-header center"> 
    <h3 style="font-weight:normal;">First things first</h3> 
    </div> 
</div> 

<script type="text/javascript"> 
    $('#self-b').modal() 
</script> 
+1

저는 자바 스크립트 문제가 있다고 생각합니다. 아마도 거기에 있지 않은 것일 수도 있습니다. 브라우저 콘솔에 오류가 있습니까? 문제를 진단 할 수있는 더 나은 기회를 가질 수 있도록 사이트에 연결할 수 있습니까? – Fitzsimmons

답변

관련 문제