Bootstrap modal hide is not working

后端 未结 20 1324
温柔的废话
温柔的废话 2020-12-09 08:11

Bootstrap modal hide is not working. Alert comes in else. but my modal is not hidden Added bootply. My issue is the same one.

20条回答
  •  攒了一身酷
    2020-12-09 09:02

    I checked your code. Now you compare a == 5. but a is always 4. you may have to check this why you are doing this comparison. Also you need you remove the data-target if you want to open modal from javascript :

    
    

    data-target directly opening the modal. Check if this is working.

提交回复
热议问题