wittkugel.net
Home

inputPrompt

inputPrompt is Mootols 1.2.x based.

Important: You also need the Mootools Color-Plugin to get it working. See Requirements for details.

Report bugs to email please.

Description

inputPrompt is a small script written in javascript which automatically builds in
"input prompt" functionality for all inputs of the document.

v0.2
Works for inputs of type password now, too.

Download

inputPrompt v0.2 inputPrompt v0.2 with minimal required Mootools
Download Download

Usage

You just have to include the provided js-file and use title-attribute of the input-tag.

Example

<input type="text" title="your name" style="color: #7f00ff;" />

results in:


Example 2

<input type="password" title="your password" style="color: #007fff;" />

results in:

Requirements

Mootools Core Mootools More