I want to be able to determine not only if the jQuery Validation Engine plugin is loaded, but that it is being used on a certain form. What’s the quickest way to do this?
I know I could hide all prompts, validate (returns either true/false), and then show all prompts again, but that’s not nice (especially because it might have been intended to show all prompts to begin with).
Is the jQuery Validation Engine loaded?
Is it being used on a certain form?