jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Add IE7 support #11

Closed fdaugan closed 10 years ago

fdaugan commented 10 years ago

On IE7, no Javascript error, and the typed text is not visible. Even the initialized text by html value is not visible. Works well on IE8.

Tested on master and the 5 days ago masters's version. jquery version : 1.8.3

jaridmargolin commented 10 years ago

I will investigate. At the very least, if I find it not possible to support IE7, the inputs need to still be usable. Thank you.

fdaugan commented 10 years ago

It works like a charm :)