Input watermark
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/jWatermark
软件介绍
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'})
Effective Modern C++ 简体中文版
Scott Meyers / 高博 / 中国电力出版社 / 2018-4-23 / 99
想要彻底理解C++11和C++14,不可止步于熟悉它们引入的语言特性(例如,auto型别推导、移动语义、lambda表达式以及并发支持)。挑战在于高效地运用这些特性——从而使你的软件具备正确性、高效率、可维护性和可移植性。这正是这本实用的图书意欲达成的定位。它描述的正是使用C++11和C++14——现代C++来撰写真正卓越的软件之道。 涵盖以下主题: 大括号初始化、noexcept规格......一起来看看 《Effective Modern C++ 简体中文版》 这本书的介绍吧!
