thecodeassassin/bootstrap-remote-data

Remote tabs loaded within a remote tab

Opened this issue · 1 comments

Hello,

Firstly thank-you for this awesome plugin!

I'm not sure if this is an issue, a feature request or just something I'm not doing right but essentially I'm trying to do 'nested' bootstrap ajax tabs... ie loading a new remote tabset from within a tab that has been remotely loaded.

I have a Stackoverflow Question here which goes into a little more detail, but I wanted to check with the author to see how best to achieve what I am trying to do.

Thanks,
Tim

m1dst commented

I got it to work by calling remoteTabsPluginLoaded.load(); after the dynamic content had loaded.