cdnjs
cdnjs.com › home › libraries › jquery-validate
jquery-validate - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.21.0/jquery.validate.min.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.21.0/additional-methods.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.21.0/additional-methods.min.js ·
cdnjs
cdnjs.com › home › libraries › validate-js
validate-js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
https://rickharrison.github.io/validate.js/ Tags: validate, form, dom, browser, browserify · Version · 2.0.1 · Loading... Asset Type · All · Loading... https://cdnjs.cloudflare.com/ajax/libs/validate-js/2.0.1/validate.min.js · https://cdnjs.cloudflare.com/ajax/libs/validate-js/2.0.1/validate.js ·
Jqueryvalidation
jqueryvalidation.org
jQuery Validation Plugin | Form validation with jQuery
https://cdn.jsdelivr.net/npm/jquery-validation@1.19.5/dist/additional-methods.min.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js ·
jsDelivr
jsdelivr.com › package › npm › jquery-validation
jquery-validation CDN by jsDelivr - A CDN for npm and GitHub
October 17, 2014 - A free, fast, and reliable CDN for jquery-validation. Client-side form validation made easy
Published Oct 17, 2014
Validatejs
validatejs.org
validate.js
Validate.js is an open source component of Wrapp and is licensed under the MIT license. Development version (0.13.1) 38KB, uncompressed and plenty of comments · Production version (0.13.1) 5.05KB, minified and gzipped (Source map) Bleeding edge · Might not be 100% stable · Browser/CDN ·
Top answer 1 of 2
10
Use this instead:
if(typeof $().validate == 'undefined')
{
/// same code as before except pointing at your local jQuery.validate path
}
DEMO - Check if validate exists
Returns true in the console if it exists and false if not.
Remove the script reference in the DEMO to get false as output.
Your complete code may look similar to this:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jQuery.Validate/1.6/jQuery.Validate.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='/Script/jquery-1.7.2.min.js' type='text/javascript'%3E%3C/script%3E"));
};
if (typeof $().validate == 'undefined') {
document.write(unescape("%3Cscript src='/Script/jquery.Validate-1.6.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
2 of 2
3
Something like this could do the trick
<script type="text/javascript" language="javascript" src="http://ajax.microsoft.com/ajax/jQuery.Validate/1.6/jQuery.Validate.min.js"></script>
<script type="text/javascript">
if (typeof jQuery().validate == 'undefined') {
document.write(unescape("%3Cscript src='/js/jquery.validate.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
cdnjs
cdnjs.com › home › libraries › validator
validator - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
https://cdnjs.cloudflare.com/ajax/libs/validator/13.15.15/validator.min.js · https://cdnjs.cloudflare.com/ajax/libs/validator/13.15.15/validator.js · Help support cdnjs · You can contribute on GitHub to help make cdnjs sustainable!
cdnjs
cdnjs.com › home › libraries › jquery-form-validator
jquery-form-validator - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.79/jquery.form-validator.min.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.79/brazil.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.79/color.js ·
Microsoft Learn
learn.microsoft.com › en-us › aspnet › ajax › cdn › jquery-validate › cdnjqueryvalidate111
jQuery Validation 1.11.0 | Microsoft Learn
This article provides a list of the files that are included in the jQuery Validation 1.11.0 hosted on the CDN.
jsDelivr
jsdelivr.com › package › npm › validator
validator CDN by jsDelivr - A CDN for npm and GitHub
December 18, 2025 - A free, fast, and reliable CDN for validator. String validation and sanitization
Published Jan 04, 2011
Repository https://github.com/validatorjs/validator.js
Microsoft Learn
learn.microsoft.com › en-us › aspnet › ajax › cdn › jquery-validate › cdnjqueryvalidate1191
jQuery Validation 1.19.0 | Microsoft Learn
May 9, 2022 - The following files are hosted on the CDN: https://ajax.aspnetcdn.com/ajax/jquery.validate/1.19.1/jquery.validate.js · https://ajax.aspnetcdn.com/ajax/jquery.validate/1.19.1/jquery.validate.min.js · https://ajax.aspnetcdn.com/ajax/jquery.validate/1.19.1/additional-methods.js ·
cdnjs
cdnjs.com › home › libraries › bootstrap-validator
bootstrap-validator - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3 ... You can contribute on GitHub to help make cdnjs sustainable!
jsDelivr
cdn.jsdelivr.net › dist
jquery-validation CDN by jsDelivr - A free, fast, and reliable Open Source CDN
Free Open Source CDN for jquery-validation · Looking for a nice landing page for your package? https://www.jsdelivr.com/package/npm/jquery-validation
Microsoft Learn
learn.microsoft.com › en-us › aspnet › ajax › cdn › jquery-validate › cdnjqueryvalidate1130
jQuery Validation 1.13.0 | Microsoft Learn
July 11, 2022 - This article provides a list of the files that are included in the jQuery Validation 1.13.0 hosted on the CDN.
Microsoft Learn
learn.microsoft.com › en-us › aspnet › ajax › cdn › jquery-validate › cdnjqueryvalidate1170
jQuery Validation 1.17.0 | Microsoft Learn
This article provides a list of the files that are included in the jQuery Validation 1.17.0 hosted on the CDN.
jsDelivr
jsdelivr.com › package › npm › validate-js
validate-js CDN by jsDelivr - A CDN for npm and GitHub
January 19, 2016 - A free, fast, and reliable CDN for validate-js. Lightweight JavaScript form validation library inspired by CodeIgniter.
Published Sep 11, 2014
Repository https://github.com/rickharrison/validate.js
npm
npmjs.com › package › validator
validator - npm
$ bower install validator-js · CDN · <script src="https://unpkg.com/validator@latest/validator.min.js"></script> Here is a list of the validators currently available. Here is a list of the sanitizers currently available. XSS sanitization was removed from the library in 2d5d6999.
» npm install validator
Published Dec 18, 2025
Version 13.15.26
Author Chris O'Hara
Repository https://github.com/validatorjs/validator.js
Parsleyjs
parsleyjs.org
Parsley - The ultimate JavaScript form validation library
Parsley, the ultimate frontend javascript form validation library