For an enterprise website, is there a standard, robust, JavaScript form validation library?
Depending on your server-side framework, it may already have a solution built-in. For example, I’ve used Struts 2 for enterprise web projects in the past and it has dojo support for javascript form validation wrapped in very a convenient tag library, which was much easier than using dojo directly.