I am trying to use the validate plugin on a div as shown in the answer to this question:
You can get the same error if you select the form by class
$(".form_class").validate(...
instead of by ID $("#form_id").validate(...
$("#form_id").validate(...
or tag name $("form").validate(...
$("form").validate(...