Skip to content Skip to sidebar Skip to footer

Uncaught Typeerror: Undefined Is Not A Function :jquery.maphilight.js

http://midnightshealing.poweredhub.com/roi-scan/ This is the site which i am tryin to develop. there is some wierd problem. You can see in the console window. It Says- 'Uncaught T

Solution 1:

You seem to have included jQuery twice, which is probably the reason for the error.

The first jQuery is here:

<scripttype="text/javascript"src="http://code.jquery.com/jquery-latest.min.js"></script>

And the second one is here:

<scripttype='text/javascript'src='http://midnightshealing.poweredhub.com/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>

You need to get rid of either one of them in order to fix the issue.

Post a Comment for "Uncaught Typeerror: Undefined Is Not A Function :jquery.maphilight.js"