views:

165

answers:

2

I am using UI tabs and i want to validate each tab.

When a click the second tab i must validate the first tab.If tab is valid go to second tab, if tab is not valid stay to the current tab and fiil in missing form elements.And so on for all my tabs.

I use $('#tabs').bind('tabsselect', function(event, ui) but the tab change even if its not valid.

Can anyone help me with this.

For validation i use jquery validation

A: 

SOLVED !!! No replies needed

ntan
A: 

Hey natan,
will u please provide me the esential solution for my problem ? i m in trouble ..see my quesion

UI+Validation

JustLearn