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

fix already-polyfilled classname bug #65

Closed zakness closed 10 years ago

zakness commented 10 years ago

This fixes an instance where the className option was being ignored, resulting in new <span>s being created every time $(input).placeHolder() was called.