"Undefined is not a function error" on $.tagHandler()

341 Views Asked by At

I am working in ASP.NET MVC4. When jQuery is loaded, I got an error: Undefined is not a function:

enter image description here

In HTML version, it's working correctly, but when it loaded through compiler it is not working correctly.

1

There are 1 best solutions below

0
On

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).