[jQuery] validation without a form
Hey
I need a validation plugin which I can use without a form tag. I have
a CMS that removes form tags from my html on rendering because it have
a build in form builder. Therefore I need to catch a div element
instead of a form tag.
Any ideas?