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
I can't seem to use the Javascript way in Bootstrap to active Tabs, etc. Are these functionality still available/visible?
I got errors saying tab is not a function.
$('#myTab a').on('click', function (e) {
e.preventDefault()
$(this).tab('show')
})
The text was updated successfully, but these errors were encountered:
I can't seem to use the Javascript way in Bootstrap to active Tabs, etc. Are these functionality still available/visible?
I got errors saying tab is not a function.
$('#myTab a').on('click', function (e) {
e.preventDefault()
$(this).tab('show')
})
The text was updated successfully, but these errors were encountered: