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

jquery plugin - fix polyfill triggering on Firefox MAC when not needed #28

Closed paquettea closed 11 years ago

paquettea commented 11 years ago

fix polyfill triggering on Firefox MAC when not needed. The attribute is named "placeHolder" instead of "placeholder". The condition to trigger or not the polyfill wasn't testing this possibility.

I haven't compiled the src file. Someone with a grunt setup can do it.