nathansmith / formalize

Teach your forms some manners!
http://formalize.me
1.31k stars 120 forks source link

Problems to work on IE9 #54

Closed diegofersan closed 12 years ago

diegofersan commented 12 years ago

Guys, I've problems to do work on IE9 the Jquery version. The validation just doesn't work. Someone had this problem and can help me?

Thanks.

nathansmith commented 12 years ago

Formalize doesn't add validation.

Any validation you're seeing in other browsers is native to that particular browser.

For example… Chrome and Firefox both show tooltip bubbles if a field doesn't meet valid criteria, such as an email address without the @ character, etc.

But, this functionality is not built into Formalize's code anywhere. IE9 simply doesn't have that natively.

If you are looking for a jQuery validation plugin, this is the semi-official one (used by Microsoft)…

http://bassistance.de/jquery-plugins/jquery-plugin-validation/