Bootstap 4 How to reload Tab Content?
up vote
-2
down vote
favorite
I am using mapify (jquery plugin) on bootstrap 4 tabs.
However, there's some reason that the plugin only work if it put on the active tab but not hidden on the next tab.
But I can't find a way how to reload the related tab content if we click on that certain tab?
Please help me. Thank you.
jquery css twitter-bootstrap tabs
add a comment |
up vote
-2
down vote
favorite
I am using mapify (jquery plugin) on bootstrap 4 tabs.
However, there's some reason that the plugin only work if it put on the active tab but not hidden on the next tab.
But I can't find a way how to reload the related tab content if we click on that certain tab?
Please help me. Thank you.
jquery css twitter-bootstrap tabs
1
You probably don’t really want to “reload” the tab content, but initialize mapify when the content is shown for the first time. So go check out the events bootstrap tabs fire in the documentation, and figure out which one might be suitable for that purpose.
– misorude
Nov 8 at 11:43
wow thank you! you just save my life. it's solve my problem.
– demoncoder
Nov 9 at 3:30
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I am using mapify (jquery plugin) on bootstrap 4 tabs.
However, there's some reason that the plugin only work if it put on the active tab but not hidden on the next tab.
But I can't find a way how to reload the related tab content if we click on that certain tab?
Please help me. Thank you.
jquery css twitter-bootstrap tabs
I am using mapify (jquery plugin) on bootstrap 4 tabs.
However, there's some reason that the plugin only work if it put on the active tab but not hidden on the next tab.
But I can't find a way how to reload the related tab content if we click on that certain tab?
Please help me. Thank you.
jquery css twitter-bootstrap tabs
jquery css twitter-bootstrap tabs
asked Nov 8 at 11:32
demoncoder
103214
103214
1
You probably don’t really want to “reload” the tab content, but initialize mapify when the content is shown for the first time. So go check out the events bootstrap tabs fire in the documentation, and figure out which one might be suitable for that purpose.
– misorude
Nov 8 at 11:43
wow thank you! you just save my life. it's solve my problem.
– demoncoder
Nov 9 at 3:30
add a comment |
1
You probably don’t really want to “reload” the tab content, but initialize mapify when the content is shown for the first time. So go check out the events bootstrap tabs fire in the documentation, and figure out which one might be suitable for that purpose.
– misorude
Nov 8 at 11:43
wow thank you! you just save my life. it's solve my problem.
– demoncoder
Nov 9 at 3:30
1
1
You probably don’t really want to “reload” the tab content, but initialize mapify when the content is shown for the first time. So go check out the events bootstrap tabs fire in the documentation, and figure out which one might be suitable for that purpose.
– misorude
Nov 8 at 11:43
You probably don’t really want to “reload” the tab content, but initialize mapify when the content is shown for the first time. So go check out the events bootstrap tabs fire in the documentation, and figure out which one might be suitable for that purpose.
– misorude
Nov 8 at 11:43
wow thank you! you just save my life. it's solve my problem.
– demoncoder
Nov 9 at 3:30
wow thank you! you just save my life. it's solve my problem.
– demoncoder
Nov 9 at 3:30
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206910%2fbootstap-4-how-to-reload-tab-content%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You probably don’t really want to “reload” the tab content, but initialize mapify when the content is shown for the first time. So go check out the events bootstrap tabs fire in the documentation, and figure out which one might be suitable for that purpose.
– misorude
Nov 8 at 11:43
wow thank you! you just save my life. it's solve my problem.
– demoncoder
Nov 9 at 3:30