Form Example Plugin Example UsageOptions

程序名称:Form Example Plugin Example UsageOptions

授权协议: 未知

操作系统: 未知

开发语言:

Form Example Plugin Example UsageOptions 介绍

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 @R_285_4045@ion.

This plugin is compatible with jQuery 1.1 and newer.

Dual-licensed under the BSD and GPL licenses.

Form Example Plugin Example UsageOptions 官网

http://plugins.jquery.com/project/example

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...