Pregunta

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({
¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top