am using codeIgniter to develop a web app and for my UI, I want to use jQuery-UI-Tabs.
I am locked down as to how to get my views to show up in their respective tabs. Any help?
am using codeIgniter to develop a web app and for my UI, I want
Share
It depends on how you want to do it.
If you want to pre-load all the views separately, and have it there, then here’s how:
In CodeIgniter:
in jQuery UI Tabs:
Another way would be the Ajax way.