JQuery validation - displays only one error message

Is there a way to show only the last error message when using validation-plugin module for jQuery?

+3
source share
1 answer

I think you should study options groupsand errorPlacementfor the method validate. This should work for you.

jQuery validation ([parameters])

+5
source

Source: https://habr.com/ru/post/1724236/


All Articles