Uncaught TypeError: Cannot read property 'fn' of undefined的解法

摘要:Uncaught TypeError: Cannot read property 'fn' of undefined的解法

在ASP.NET MVC下使用 bootstrap datepicker 時碰到的問題:

Uncaught TypeError: Cannot read property 'fn' of undefined.

參考stackoverflow:

必須要引用到如下:

<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>