How to change tab content on fly?? I'm Using jQuery and PHP for my web pages and I'm new to jQuery

How to change tab content on fly?? I'm Using jQuery and PHP for my web pages and I'm new to jQuery

The web pages I have created contains TABS control using jQuery. The TAB CONTENT has some FORMS, TABLES and TEXT etc..

The BEHAVIOR I want to achieve such that,

after user entered data to a form (and after successful validation), data in that form should passed to some PHP pages and based on the results TAB CONTENT (same tab) should be loaded with NEW FORMS and TABLES etc...

I want to achieve such a behavior  for my WEB BASED PHP PROJECT. I'm NEW to jQuesry so please give any CODE EXAMPLES, LINKS TO TUTORIALS and REFERENCES etc...


Thanks