Two projects: the main and test. In the test, usually only temporary files, where, for example, tests of the finished code are made.

In the test I connect jquery.validate.min.js and JQmin itself - everything works great.

I do the same thing exactly in the main project - it does not work.
There is a suspicion that the number of possible include files is exceeded (if this is possible).

head:

<title>ДС "Зоренька"</title> <meta charset = "utf-8" /> <meta name = "keywords" content = "" /> <meta name = "description" content = "" /> <meta name = "viewport" content = "width=device-width, initial-scale=1" /> <link href = "img/logo.ico" rel = "shortcut icon" type = "image/x-icon" /> <link href = "css/style.css" rel = "stylesheet" /> <link href="css/slider.css" rel="stylesheet" /> <script src="js/jquery-1.4.4.min.js"></script> <script src="js/slides.min.jquery.js"></script> <script src="js/jquery.nav.js"></script> <script src="js/jquery.validate.min.js"></script> <script src="js/validateformcontacts.js"></script> 

It is necessary to make checks for input in the form, but mysticism does not.

  • And the link to the page with the form can - GHosT
  • do you have any errors in the console? - soledar10
  • I can only throw the listing, the project is offline. Error one: Uncaught SyntaxError: validateformcontacts.is Ueppected token; - Escaper

0