[jQuery] Re: Group validation - validate per page in one form.

2008-10-21 Thread ovalsquare
Anyone? On Oct 20, 12:32 pm, ovalsquare <[EMAIL PROTECTED]> wrote: > I am attempting to paginate a form, and validate for each page (page > navigation via accordion or simply .show()/.hide()). However, the only > sample I've seen of this appears to be the Help me Buy and Sell a > House demo athtt

[jQuery] Re: Group validation - validate per page in one form.

2008-10-20 Thread ovalsquare
Perhaps I could use the depends parameter (http://dev.jquery.com/ ticket/2456) in order to check what page I'm on and therefore validate accordingly for only the visible page. There are several other options I've thought through (including actually going with the real estate example above, which