jQuery.payment

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-23 11:59:33

软件介绍

jquery.payment 是一个 jQuery 的表单验证插件,用于构建信用卡表单、验证输入和格式化数值。

示例代码:

var valid = $.validateCardNumber($('input.cc-num').val());

if ( !valid ) {
  alert('Your card is not valid!');
  return false;
}

本文地址:https://codercto.com/soft/d/21772.html

Artificial Intelligence

Artificial Intelligence

Stuart Russell、Peter Norvig / Pearson / 2009-12-11 / USD 195.00

The long-anticipated revision of this #1 selling book offers the most comprehensive, state of the art introduction to the theory and practice of artificial intelligence for modern applications. Intell......一起来看看 《Artificial Intelligence》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码