Twitter bootstrap modal not working

后端 未结 5 1076
Happy的楠姐
Happy的楠姐 2021-02-05 02:54

I am new to Twitter Bootstrap. I am working on a modal panel, but it is not being displayed. It fades the screen, but the modal itself does not appear. I have checked the error

5条回答
  •  清酒与你
    2021-02-05 03:22

    Change this:

    Launch demo modal
    

    To this:

    
    

    (remark that changing a tag to button tag is not the answer but it is adding the data-target and data-toggle attribute that does the "work")

    Please look at this example:

    
    
    
    
        Bootstrap Modal
            
        
        
        
        
        
        
        
    
    
        
    
        
    
    
    

提交回复
热议问题