There are 2 properties for this: errorContainerand errorLabelContainer, for example, you need a list of errors in <div>and <div>to hide / show based on, if any, you would do this:
$("#myform").validate({
errorContainer: "#myDivID",
errorLabelContainer: "#myDivID ul",
wrapper: "li",
});
The parameters page contains more detailed information about this , but all you need for a simple fix, provided that the list is what you have, from the question I was not quite sure. If you want to say divs inside your div, no sweat ... just change "#myDivID ul"to "#myDivID"and "li"to "div"... or whatever element you want.
<div id="myDivID">, , , . , / - div, - div, errorLabelContainer... / / .