Load a Twitter Bootstrap Popover on Page load

前端 未结 6 1812
时光取名叫无心
时光取名叫无心 2021-01-13 20:33

I have the following BootStrap popover:



        
6条回答
  •  天涯浪人
    2021-01-13 21:13

    You forgot the quotes for show. This works:

    $(function () { 
      $("#example").popover('show');
    });
    

    Full example would be:

    
    
      
        
      
    
      
        HEY
        
        
        
        
      
    
    

提交回复
热议问题