Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript jQuery表单验证(我想差不多可以了)_Javascript_Jquery_Forms_Validation - Fatal编程技术网

Javascript jQuery表单验证(我想差不多可以了)

Javascript jQuery表单验证(我想差不多可以了),javascript,jquery,forms,validation,Javascript,Jquery,Forms,Validation,所以我的链接在这里。。。 在HTML的最后一行包括这一行 Trying to Do form validation using Jquery. When I click submit, my page reloads and the form entry is never checked. I have been hacking at this for hours. Any help appreciated. Here is my Html Page: it won'

所以我的链接在这里。。。
在HTML的最后一行包括这一行

Trying to Do form validation using Jquery.  When I click submit, my page         reloads and the form entry is never checked.  I have been hacking at this for     hours. Any help appreciated.
Here is my Html Page:
it won't let me post the code, says I need to space with 4 spaces??

i、 e


在脚本中使用第三方库之前,应始终先加载它们


浏览器会按顺序加载遇到的所有脚本。

请阅读本文,谢谢!我会给它一个快照仍然没有去,它只是加载页面备份,从来没有检查验证。。。
 <script src="http://sotd.us/jared_freese/NodeJS/flightscript.js"></script>
    <script   src="http://code.jquery.com/jquery-1.12.4.min.js"></script>
    <script   src="http://sotd.us/jared_freese/NodeJS/jquery.validate.min.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.26/jquery.form-validator.min.js"></script>
<script src="http://sotd.us/jared_freese/NodeJS/flightscript.js"></script>