I'm getting an object expected error in a javascript file. In this case does it mean that the jQuery files aren't included properly?
The line that is causing the error is...
$(function () {
The error in the browser is...
Message: Object expected
Line: 6
Char: 1
Code: 0