Hi ,
I am using jqxtabs ,and each tab has forms fields . the problem is i want error label to come on all tabs if there is any validation error on form submit . But currently error label is getting displayed only on tab which is currently selected by user. not on unselected tabs.is there a way to autofocus on the tab where error occur ?
in this exemple error validation are in ‘profil tabs’ and ‘choice tabs’.if we are on ‘info tabs’ and we click on submit, we dont see validation error in other tabs.
i would like to automatically go to ‘profil tabs’ and show error since in ‘profil tabs’ phone field is required.
http://jsfiddle.net/tshsoj7h/
thanks you .