Form Example Plugin

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-11 12:29:02

软件介绍

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 is example).

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.

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

Deep Learning

Deep Learning

Ian Goodfellow、Yoshua Bengio、Aaron Courville / The MIT Press / 2016-11-11 / USD 72.00

"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX Deep learning is a for......一起来看看 《Deep Learning》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具