Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab content is rendering below #1

Closed
phanivaranasi opened this issue Apr 4, 2018 · 1 comment · Fixed by #3
Closed

Tab content is rendering below #1

phanivaranasi opened this issue Apr 4, 2018 · 1 comment · Fixed by #3
Assignees
Labels
🐜 bug Something isn't working

Comments

@phanivaranasi
Copy link

Hi,
Im using skeletabs, i have designed html dynamically as per given in demo,
but the content for individual elements are displaying below the li tag segment.
screen shot 2018-04-04 at 15 21 04

Please find in screenshot in above, content is displaying below rather inside the tabs.
Im browsing website in mobile.

Help me to fix it. Thanks in-advance

@findawayer
Copy link
Owner

Thanks for writing in!

Sorry for being so late, I've been inactive for years for personal reasons. Just in case you are still interested in finding solutions, Skeletabs v2 just has just been released with a lot of new features and fixes, including one to the issue you had described.

Skeletabs v2 can add dynamic content to existing instance.

// init
$(element).skeletabs();
// add a new set of tab/panel
$(element).skeletabs('add', {
  tab: 'Blah blah', // HTML string for the new tab
  panel: '<p>Blah blah</p>' // and for the content panel
});

If you're still having trouble with the latest version, please let me know here.

@findawayer findawayer self-assigned this Aug 20, 2020
@findawayer findawayer added the 🐜 bug Something isn't working label Aug 20, 2020
@findawayer findawayer linked a pull request Aug 20, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐜 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants