3

I have a form.

I applied tabs to it.

I have next and previous links to navigate through the tabs.

I want to validate certain fields on Tab 1, which wen not validated does not allow the user to navigate to the next tab.

I am working with only one form that is divided among the tabs.

The problem is the Jquery Validation Plugin validates the form on submit.

I want to validate individual fields that on click to the Next link.

Is there a way to do that?

1
  • just knew how to do it...haha.. so sorry guys:) Commented Sep 30, 2009 at 3:21

1 Answer 1

5

I just saw it on the validation documentation. I almost overlooked it. You do it with

$('#myform').validate().element('#myfield_in_myform');

whew...

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.