Placeholder Fix for Internet Explorer

Unfortunately, placeholders don’t run versions of IE9 and down.

But we can solve this problem easily is a small jQuery code:

if( $.browser.msie && parseInt($.browser.version, 10) 

Have fun :)