jQuery-Validation-Engine in Internet Explorer 10 -


i used jquery-validation-engine v2.6.1 web form , works great in firefox. tested in internet explorer 10 , validation not working @ all. noticed on index.html file included in package states supports (ie 6-8, chrome, firefox, safari, opera 10).

is there update or make work in ie 9 & 10?

thank you!

you can add meta head section

<!--[if gt ie 8]>     <meta http-equiv="x-ua-compatible" content="ie=8"> <![endif]--> 

Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -