Right now I have a custom callback setup for a custom rule using the jQuery Validation Plugin that makes an AJAX request and returns the boolean result. This works fine for
There is an option. See here.
Disables onkeyup validation.
$(".selector").validate({ onkeyup: false });