欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

jquery 驗證框架下載

林子帆1年前8瀏覽0評論

Jquery驗證框架是一種方便、快捷的驗證表單輸入的工具,通過使用jquery驗證框架,能夠輕松的實現表單驗證功能。下面是jquery驗證框架的下載地址:

<script src="https://cdn.bootcss.com/jquery-validate/1.19.0/jquery.validate.min.js"></script>
<script src="https://cdn.bootcss.com/jquery-validate/1.19.0/localization/messages_zh.min.js"></script>

需要注意的是,jquery驗證框架依賴于jquery庫,所以在使用之前必須先引入jquery庫。

下載完成之后,將jquery驗證框架導入到html文件中:

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/jquery-validate/1.19.0/jquery.validate.min.js"></script>
<script src="https://cdn.bootcss.com/jquery-validate/1.19.0/localization/messages_zh.min.js"></script>
</head>
<body>
</body>
</html>

然后就可以在js代碼中使用jquery驗證框架了。