Input watermark

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-12 18:58:48

软件介绍

This plugin allows you to create a text that's only displayed when there no text on the textbox and disappears when you focus on it.
This watermark is a little bit different from others I've seen, that's why I'm posting it here. I created this plugin because I faced the problem of creating a watermark for a password field. Obviously (or not), all the watermarks that I tried added the watermark text to the field itself, so the text was dotted! Just like a password field should be... Well, that's why this plugin is different, you can use it even in password fields.
An array with options specifying two properties can be passed to the function. The two properties are the watermarkText and watermarCssClass.
Then you just call the function like this:
$('.someSelector').watermark({watermarkText: 'Heey', watermarkCssClass: 'someCSS'})

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

Effective Modern C++ 简体中文版

Effective Modern C++ 简体中文版

Scott Meyers / 高博 / 中国电力出版社 / 2018-4-23 / 99

想要彻底理解C++11和C++14,不可止步于熟悉它们引入的语言特性(例如,auto型别推导、移动语义、lambda表达式以及并发支持)。挑战在于高效地运用这些特性——从而使你的软件具备正确性、高效率、可维护性和可移植性。这正是这本实用的图书意欲达成的定位。它描述的正是使用C++11和C++14——现代C++来撰写真正卓越的软件之道。 涵盖以下主题: 大括号初始化、noexcept规格......一起来看看 《Effective Modern C++ 简体中文版》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具