I have successfully implemented a bootstrap tab on my webpage and it is functioning as intended. Now, I am interested in adding an additional feature to the tabs. My question is, is it possible to toggle the content area if the same tab is clicked again?
Below is an example of what I have attempted:
<!DOCTYPE html>
<html lang="en>
... (code continues)
Does anyone have any suggestions or ideas to achieve this functionality?
Thank you!