jQuery UI, Tabs, and MVC Views

jQuery UI, Tabs, and MVC Views

I've got an MVC 4 Web Application that has 5 Controllers (and Views built with Scaffolding).  I need to convert my Navigation to use Tabs. 
 
I am able to generate Tabs, and default the first Tab to show the "Index View with an MvcGrid", however, if I want to use the Create View, Edit View, or Delete View.  My Create, Edit, and Delete Views  are NOT displaying in the Tab.  They are displaying at the bottom of the Page.
 
So, I'm not quite understanding the jQuery Tab and how to attach my returned View to the Tab in JS. 
 
Any suggestions?  It seems like I may need to look for a jQuery Tutorial for Tab Widget.
 
Maggs