I have a small issue, the placeholder attribute for input boxes is not supported in IE 8-9.
placeholder
What is the best way to make this support in my project (ASP Net). I am using jQuery. Need I use some other external tools for it?
Is http://www.hagenburger.net/BLOG/HTML5-Input-Placeholder-Fix-With-jQuery.html a good solution?
You could use this jQuery plugin: https://github.com/mathiasbynens/jquery-placeholder
But your link seems to be also a good solution.
2.1m questions
2.1m answers
60 comments
57.0k users