A simple polyfill for IE8 and 9 that populates the value of an input field with the placeholder, without the need for an external library.
npm install --save input-placeholder-polyfill
bower install input-placeholder-polyfill
It's as easy as adding the item to the page with script tags. We use feature detection so if you have native support we do nothing!