Yesterday, I had jquery 1.8.0
and all are working fine. But to get advanced jquery., I installed Nuget.Migrate, from then my troube had started.
Firstly, while trying to resolve the issue., I have read that live
is removed in jquery 1.9, in jquery.unobtrusive-ajax.min.js
I replaced all the live
with on
. But since that doesnot resolved the issue, I roll backed the changes back to live
. But the problem was persisted.
Secondly., I removed all the reference of jquery 1.9
in my code., uninstalled the Nuget.Migrate., even removed from pakage.config. And I added jquery.1.8.3
.
But, The problems was still on.
Hence, I decided to undo my pending changes and took the server version for smooth running. (in VS 12)
But Still I am getting the error as., (I changed the jquery to 1.8.0
, 1.8.3
, but no use) .
My Doubt : Whether installation and uninstallation of Nuget.Migrate would have made any side-effects in my local machine??? I tried almost 5 hours., but I cannot resolve the issue.
Uncaught ReferenceError: jQuery is not defined jquery.unobtrusive-ajax.js:163
Uncaught ReferenceError: jQuery is not defined jquery.validate.js:1116
Uncaught ReferenceError: jQuery is not defined jquery.validate.unobtrusive.js:345
Uncaught ReferenceError: $ is not defined AccruedAccountMap:32
Uncaught TypeError: Object [object Object] has no method 'autocomplete' AccruedAccountMap:452
Also, I have cross-checked, all the functions using jquery are inside $(document).ready
function only.