File: control

package info (click to toggle)
jquery-watermark 3.1.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: javascript: 379; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (2)
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.