Bootstrap modal hide is not working

后端 未结 20 1325
温柔的废话
温柔的废话 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

    You are using both modal toggling methods: via Javascript and via data attributes. So your click is firing the modal show as your data attributes set, and your Javascript does not affect this trigger.

    Just remove the data attributes and go with the Javascript method:

    
    
    
    
    
    

提交回复
热议问题