jQuery表单验证插件 Live Form Validation
- 授权协议: 未知
- 开发语言: PHP JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/liveValidation
软件介绍
这是一个结合 PHP 和 Ajax 的表单验证的 jQuery 插件。
$(document).ready(function() {
$('#contact form').liveValidation({
validIco: 'gfx/validIco.gif', // url to valid icon
invalidIco: 'gfx/invalidIco.gif', // url to invalid icon
action: 'AjaxFormValidator.php' // url to php-file
});
});
Machine Learning
Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!
