UPDATE 2: I figured out that the title of the input was for some reason being displayed as an error message, I used ignoreTitle: tru
You have to add the success function to the validation :
success
success: function(label,element) { $(".myerror").html(''); },
JSFiddle