Hi,

i'm using jQuery UI tabs with Ajax (this makes my app faster).

I used to have one page for all the tabs but that became slow.

Now I'm having a little problem. I'm using a jQuery validator (http://
www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/)
that used to load on the $(document).ready function. But when the
first tab is active the form that needs validation isn't accessible
yet for the computer that happens when the second tab is clicked.

How can I execute the code to add the validation $
("#formID").validationEngine(); AFTER the second tab is clicked?

I tried putting it on top of my page that is loaded after tab2 is
clicked but it gets skipped. (it doesn't show in firebug).

I hope you can help. Sorry for the newbie question.

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to