最新下载
梦幻水族馆
少女前线
星之翼
小花仙精灵乐园
餐厅萌物语
山河旅探
恋与制作人
最强大脑3
异尘:达米拉
少年西游记2
24小时阅读排行榜
- 1 Bitcoin (BTC) Price Targets $69K and New All-Time Highs as US Presidential Election Week Begins
- 2 为什么省略号没有出现在我的表格单元格中?
- 3 dnscbd.dll - 什么是 dnscbd.dll?
- 4 dosbarh.dll - 什么是 dosbarh.dll?
- 5 如何使用 Paramiko 通过 Python 自动执行 SSH 命令?
- 6 为什么使用 SwingUtilities.invokeLater?
- 7 SpacePay 预售:以令人难以置信的价格获取 SPY 代币的变革性机会
- 8 Some of the Largest Cryptocurrency Exchanges Allegedly Ask for Up to Hundreds of Millions of Dollars for New Token Listings
- 9 掌握 JavaScript 和 Java 中的二分搜索:分步指南
- 10 在 PHP 中何时选择静态类与实例化对象?
- 11 dpserial.dll - 什么是 dpserial.dll?
- 12 MakerDAO 品牌重塑混乱促使重新考虑 Sky 战略
- 13 如何使用 Python 检索 Selenium WebDriver 中 WebElement 的 HTML 源代码?
- 14 如何修复损坏的 InnoDB 表?
- 15 Web3转换平台Iuppiter赋能开发者,重塑游戏未来
最新教程
-
- 国外Web开发全栈课程全集
- 1685 2024-04-24
-
- Go语言实战之 GraphQL
- 1962 2024-04-19
-
- 550W粉丝大佬手把手从零学JavaScript
- 3385 2024-04-18
-
- python大神Mosh,零基础小白6小时完全入门
- 2916 2024-04-10
-
- MySQL 初学入门(mosh老师)
- 1776 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--十天精品课堂
- 2593 2024-03-29
jQuery表单验证实例演示代码是一款可以设置手机号码,电子邮箱,中文姓名,身份证号码等表单验证代码。
<form action="#" type="validate">
<div align="center">
<h1>验证例子:<p>其他的你自己可以尝试着写</p></h1>
<br />
<table width="30%" border="0">
<td class="labels">手机:</td>
<td><input type="text" name="t2" valType="MOBILE" msg="<font color=red>*</font>手机格式不正确" /></td>
</tr>
<tr>
<td class="labels">电子邮箱:</td>
<td><input type="text" name="t2" valType="MAIL" msg="<font color=red>*</font>电子邮箱格式不正确" /></td>
</tr>
<tr>
<td class="labels">中文姓名:</td>
<td><input type="text" name="t2" valType="CHINESE" msg="<font color=red>*</font>中文格式不正确" /></td>
</tr>
<tr>
<td class="labels">身份证号码:</td>
<td><input type="text" name="t2" valType="IDENTITY" msg="<font color=red>*</font>身份证号码格式不正确" /></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="提交" /></td>
</tr>
</table>
</div>
</form>