Friday, 13 September 2013

Form validation for select element IE9

Form validation for select element IE9

Community, after some extensive research I discovered that IE9 does not
take too kindly to "required" because it is not compatible for HTML5 like
IE10. I currently have a moderately basic form, but with a drop down menu
that needs an option selected whose value does NOT equal 0. I am extremely
new to jquery and am not quite sure where to begin should I need to take
that route. I'm hoping there is a simpler solution using javascript alone.
I tried using the jquery.js and jquery.validate.js plugins, but had some
extreme difficulty.
Thanks

No comments:

Post a Comment