Page is a not externally linkable
daveVk - 4:35 am on Oct 23, 2012 (gmt 0)
Change validate call
$("#commentForm").validate({ignore: ".ignore"});
on focus after
$(this).val("");
add
$(this).removeClass('ignore');
and after
$(this).val(this.defaultValue);
add
$(this).addClass('ignore');