jquery validation and field name

jquery validation and field name

I discovered that with jQuery validation you can get error messages in a DIV element

the problem is that messages are generic and have no reference to the field that generated the error

for example in a form with fields NAME and SURNAME if all the fields are empty will get:

the field is required. the field is required

without references to the field
can i get the field name or title before the error message?