We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bootstrap tabs not working on services page and showing new page . faqs not showing panel body and open new page .
services
they have href=#xxxxx and show new page , but they should work with bootstrap js
href=#xxxxx
The text was updated successfully, but these errors were encountered:
Well, we can handle it many ways. one is here,
Just add "current-tab" directive to bootstrap tab navigation, and just show it by link function.
<a current-tab href="#xxx"> xxx</a>
Handle it in link function,
link: function (scope, element, attrs) { element.click(function (e) { e.preventDefault(); $(element).tab('show'); }); }
Sorry, something went wrong.
No branches or pull requests
bootstrap tabs not working on
services
page and showing new page .faqs not showing panel body and open new page .
they have
href=#xxxxx
and show new page , but they should work with bootstrap jsThe text was updated successfully, but these errors were encountered: