1.3.3 • Published 8 years ago

coffee-placeholder v1.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

让IE7-9的input元素支持placeholder

使用方法

$('input[placeholder]').placeholder()

目前支持元素

  • input[type=text]
  • input[type=email]
  • input[type=url]
  • input[type=tel]
  • input[type=number]
  • input[type=password]

TODO

  • textarea元素支持
  • UMD模块

备注

对于<input type="password" />的处理方式是在外层生成一个<label />容器,并在用一个<span />来定位提示文字。 因此如果发生提示文字位置不正确或者样式不对,请自行清除对label或者span的额外样式。

此外,对于后期动态生成的input需要重新绑定事件。

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

9 years ago

1.0.0

9 years ago