I am working in ASP.NET MVC4. When jQuery is loaded, I got an error: Undefined is not a function
:
In HTML version, it's working correctly, but when it loaded through compiler it is not working correctly.
I am working in ASP.NET MVC4. When jQuery is loaded, I got an error: Undefined is not a function
:
In HTML version, it's working correctly, but when it loaded through compiler it is not working correctly.
Copyright © 2021 Jogjafile Inc.
If you're using the Tag Handler plugin for jQuery, then this error message might indicate that the Tag-Handler plugin isn't loading correctly.
You can use your browser's developer tools to figure out if the script is being loaded or not (for instance, in Chrome, check to see if the appropriate script is being loaded under the Network tab).