I want to use a validation plugin that is able to validate input with the form attribute outside of a form. JQuery validation plugin does not seem to support this, so I was wondering if anyone else knows one that does support this functionality.
Code example:
<form id="form"></form>
<input name="someInput" type="text" form="form">