Bootstrap.js throws a selector option error: selector option must be specified when initializing tooltip on the windows.document object

前端 未结 1 697
被撕碎了的回忆
被撕碎了的回忆 2021-01-17 11:26

When I try run my web application in bootstrap.js I get the following error:

Unhandled exception at line 1306, column 7 in localhost:7904/Scripts/boot

1条回答
  •  忘掉有多难
    2021-01-17 11:48

    I re-ordered the libraries in the following way:

    
    
    
    

    Next I put all personal javascripts after. That seemed to take care of the issue.

    0 讨论(0)
提交回复
热议问题