Hello folks,
I'm finding it difficult to get jquery.validate to work in a form
that is within a tab.
My code is:
$("#editorbox").html(responseText).fadeIn(500);
$("#editor > ul").tabs({selected: 1,fxFade: true, fxSpeed:
"fast"}).bind('tabsload', function(e, ui) {
var errors = $('div.errors');
$("#editor_form").validate();
});
This code throws no errors but also does not respond to deliberate
validation errors entered into the input elements of the form and the
form submitted.
Can anyone spot my error.
Thanks
Bruce