I am using Twitter download in my application. In the specific case, I need to add dynamic tabs after the ajax request.
I added the li tag for the tab header and the corresponding content area with the corresponding identifier specified in the href of the tab header binding.
But recently added tabs do not work with boot tabs. I even tried updating the functionality of the tabs by calling $("#tabs1").tabs() right after adding a new tab, but not using it.
Please suggest me to use the boot tabs with dynamic data.
Note. But all the other tabs that were there while the page was loading work very well.
source share