A simple input placeholder polyfill,with vanilla js.Tested in IE 8/9/10.
This polyfill append a <span class="_fake_placeholder_"> to every input element which has placeholder attribute as placeholder,using focus and blur event to show and hide this fake placeholder.