Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zwq8299174/placeholder

A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
https://github.com/zwq8299174/placeholder

Last synced: about 1 month ago
JSON representation

A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet

Awesome Lists containing this project

README

        

# **placeholder**

###**对不支持html5 placeholder属性的浏览器模拟placeholder属性,**

###已测试:IE6,7,8,9

###本插件通过span来模拟实现效果,placeholder字体的大小可以自定义。还有IE内核的浏览器不支持:focus的伪类也可以在API里自行设置。

* placeholder v1.0 jQuery-placeholder
* 解决IE浏览器不支持placeholder属性的问题 *
* Copyright 2014, 7*
* 请尊重原创,保留头部版权
* 在保留版权的前提下可应用于个人或商业用途

用法:

1.``;

2.``;

3.`$("input").placeholder({focus:true,fontSize:'14px'});`;