Question

The Network tab in chrome shows that jquery, jquery-ui, and jtable all load (in that order).

The exception (see title) occurs at the following line:

$('#containerDiv').jtable({
Était-ce utile?

La solution

It seems that the error was caused by duplicate reference of the base jquery.min.js which, to my ignorance, was automatically added at the bottom of the _Layout.cshtml, and the second in the view in which I manually added it.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top