crucifyer / jqueryplaceholder

jQuery Placeholder Emulator for old IE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Placeholder Emulator for old IE

Now that IE is a thing of the past, this library is no longer needed.

forked original project https://phpschool.com/link/tipntech/74948

usage

<!--[if lt IE 10]>
<script src="/script/jquery.placeholder.min.js"></script>
<![endif]-->

featured

  • placeholder can catch .append() .show() .hide() .remove() etc command.
update 0.4
  • optimize code
update 0.3
  • label realign when input tag moved.
update 0.2
  • hided {{{ tag:has(input[placeholder]) }}} when .show()
  • wrap text with textarea

Now that IE is a thing of the past, this library is no longer needed.

About

jQuery Placeholder Emulator for old IE

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%