Display both summary and individual error messages using the jQuery validation plugin
问题 How can I display both individual error messages and summary for the jQuery plugin? I actually found a similar question , but it just references some hooks I can use, but I'm not sure where to start. I got the displaying individual error messages part, but I need to display the summary in an alert box on submit, and plugin can be found here. Just found out how, thanks for David's code, and on my follow-up question - The alert box would be "First Name: Please enter a valid First Name". Code