1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: jquery-watermark
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends:
debhelper (>= 9~)
, node-uglify
Standards-Version: 3.9.4
Homepage: https://code.google.com/p/jquery-watermark/
Vcs-Git: git://git.debian.org/pkg-javascript/jquery-watermark.git
Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jquery-watermark.git;a=summary
Package: libjs-jquery-watermark
Architecture: all
Depends:
${misc:Depends}
, libjs-jquery
Recommends: javascript-common
Description: watermark plugin for jQuery
This jQuery plugin adds watermark capability to HTML input and textarea
elements.
.
A watermark typically appears as light gray text within an input or textarea
element whenever the element is empty and does not have focus. This provides
a hint to the user as to what the input or textarea element is used for, or
the type of input that is required.
|