You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when clicking a link, I open a modal and load the content of a remote page in the modal.
This remote page contains some tabs. When clicking on tabs, the tabs themselves change, but not the content.
using the same code, but not loaded remotely (and not in a modal either), it works.
Using the same code, loaded before the document is ready (jQuery.isReady == false) in a modal, then the content doesn't change when i switch tabs.
In a nutshell, it appears that if you create tabs in a modal after the document is ready, you cannot switch to the content of another tab.
any idea?
The text was updated successfully, but these errors were encountered:
My bad. it turns out I had a second modal on the same page. All my calls targeted classes so I hit both modals. Targeting IDs instead fixed the issue. thanks.
when clicking a link, I open a modal and load the content of a remote page in the modal.
This remote page contains some tabs. When clicking on tabs, the tabs themselves change, but not the content.
using the same code, but not loaded remotely (and not in a modal either), it works.
Using the same code, loaded before the document is ready (jQuery.isReady == false) in a modal, then the content doesn't change when i switch tabs.
In a nutshell, it appears that if you create tabs in a modal after the document is ready, you cannot switch to the content of another tab.
any idea?
The text was updated successfully, but these errors were encountered: