Placeholder attribute on input tags for IE?

前端 未结 6 1027
你的背包
你的背包 2021-01-04 03:30

I know that Internet Explorer doesn\'t support the placeholder attribute for input tags, but surely in 2012 there must be another solution for IE?

6条回答
  •  萌比男神i
    2021-01-04 04:24

    Actually, IE does support the placeholder attribute in 2012 (Version 10). Couple this with a polyfill for older browsers, and you should have a well-rounded solution to your problem.

提交回复
热议问题