jQuery.payment
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/stripe/jquery.payment
- 软件文档: https://github.com/stripe/jquery.payment
软件介绍
jquery.payment 是一个 jQuery 的表单验证插件,用于构建信用卡表单、验证输入和格式化数值。
示例代码:
var valid = $.validateCardNumber($('input.cc-num').val());
if ( !valid ) {
alert('Your card is not valid!');
return false;
}
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》 这本书的介绍吧!
