Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eshengsky/jquery-inputtip
Add tips in input text. 在input文本框中加入提示文字。
https://github.com/eshengsky/jquery-inputtip
Last synced: 2 days ago
JSON representation
Add tips in input text. 在input文本框中加入提示文字。
- Host: GitHub
- URL: https://github.com/eshengsky/jquery-inputtip
- Owner: eshengsky
- License: mit
- Created: 2015-12-21T12:59:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T14:47:16.000Z (almost 9 years ago)
- Last Synced: 2023-03-01T12:22:15.272Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://eshengsky.github.io/jQuery-inputTip/
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery-inputTip
在input文本框中加入提示文字,并且看上去就像是在input内部有一个span元素一样。
Add tips in input text, and let it looks like there's a span element in the input.### 功能 Features
* 在input文本框中加入提示文字,并且看上去就像是在input内部有一个span元素一样。Add tips in input text, and let it looks like there's a span element in the input.
* 提示文字可以放在input之前,也可以放在之后。Tip can be placed before input field, or after it.
* 能够智能拷贝之前input元素的原始样式,并附加到新的元素上。Support for cloneing the original styles of the input text smartly, and attach them to the new wrap.### 示例与文档 Demo&Doc
http://eshengsky.github.io/jQuery-inputTip/