$(document).ready(function() {
	$("#checkForm").validate({
		errorPlacement: function(error, element) {
			error.appendTo("");
		}
	});
});
