I\'m trying to implement html5 into a form, but I came with a problem when I submit the form through jquery and try to use the html5 \"required\" attribute.
Here is
You are right. HTML5 validation works only when submit is triggered by user. this is how it is. :(
you need write a your own custom method on submit. OR there is a good plugin you can use which validates fields according html5 attributes.
here is the plugin link