I\'m trying to use the placeholder=\"xxx\" attribute in my web application, and I don\'t want to have a special visual for IE9. Can people throw out some good s
placeholder=\"xxx\"
I wrote a jquery plugin a while back that adds the placeholder support to any browser that does not support it and does nothing in those that do.
Placeholder Plugin