Greetings,
So, I am using the JQuery tab container (with only 2 tabs) on admin/index/index. The 2nd Tab Pane's content is supplied by an ajax call due to the contentURL I supplied in the params. contentURL points to a controller/action that outputs other JQuery widgets in that view script. (Another tab container, and accordion Container). I can't get them to render. The content is there but no widget. I have an application/layouts/scripts/layout.phtml that was getting inserted into the tab pane too. I learned how to disable that.
Core of my question: How do I use AJAX to call a controller/action and insert the action's view script, (content), into a tab pane that contains other JQuery widgets?
Thanks,
Jeff