ginader / HTML5-placeholder-polyfill

Small and robust polyfill for the HTML5 placeholder attribut.
GNU General Public License v2.0
223 stars 85 forks source link

Under certain situations in IE .attr("placeholder") returns undefined, fallback to DOM #23

Closed christiangeek closed 11 years ago

christiangeek commented 12 years ago

Under certain situations in IE .attr("placeholder") returns undefined, this commit enables the plugin to fallback to the DOM.

ginader commented 11 years ago

I pulled it manually. Thanks a lot for this fix @christiangeek :-)

vinizinmoraes commented 11 years ago

Aewsome fix thanks a lot bro.