Uncaught TypeError: $(...).validate is not a function
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js"></script>
Uncaught TypeError: $(...).validate is not a function
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js"></script>
javascript validate is not a function problem
Functions that arent need to load at the beggining of the page, should have
defer, loading the scripts correctly, example:
<script type="text/javascript" src="~/lib/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="~/lib/jquery-validation/dist/jquery.validate.min.js" defer></script>
<script type="text/javascript" src="~/EmailValidation.js" defer></script>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us