bootstrap modal not working at all

前端 未结 9 2189
有刺的猬
有刺的猬 2021-01-12 16:48

I know this question has been asked hundred of times before and I\'ve been through them but those couldn\'t fix my case :s

This is my code so far

            


        
9条回答
  •  日久生厌
    2021-01-12 16:59

    Add this line to Javascript file

      $(document).ready(function() {
        $("#MyModal").modal();
      });
    

提交回复
热议问题