Form Example Plugin
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/example
软件介绍
Populate form fields with example text that disappears on focus.
Example Usage
Simple usage:
$('input#name').example('Bob Smith');Using a custom class name instead of the default example:
$(':input').example('Fill me in!', {className: 'special_example'});New in 1.3: specifying the example text with a callback:
$('input[@title]').example(function() {
return $(this).attr('title');
});Options
Supports one option:
className: Sets the class name of the example text for use in a stylesheet (by default it isexample).
This plugin is fully compatible with the Metadata plugin, allowing you to set the example text via the example property and the standard className property in elements themselves.
<input type="text" class="{example: 'Name here', className: 'special'}">Please see README.markdown for further information.
This plugin is compatible with jQuery 1.1 and newer.
Dual-licensed under the BSD and GPL licenses.
深度学习
[美] 伊恩·古德费洛、[加] 约书亚·本吉奥、[加] 亚伦·库维尔 / 赵申剑、黎彧君、符天凡、李凯 / 人民邮电出版社 / 2017-7-1 / 168
《深度学习》由全球知名的三位专家Ian Goodfellow、Yoshua Bengio 和Aaron Courville撰写,是深度学习领域奠基性的经典教材。全书的内容包括3个部分:第1部分介绍基本的数学工具和机器学习的概念,它们是深度学习的预备知识;第2部分系统深入地讲解现今已成熟的深度学习方法和技术;第3部分讨论某些具有前瞻性的方向和想法,它们被公认为是深度学习未来的研究重点。 《深度......一起来看看 《深度学习》 这本书的介绍吧!
