So for my documentation site I have something like this:
:::: tabs
::: tab PHP
// Some code
:::
::: tab Javascript
// Some code
:::
::::
And then on another page I have the same setup. Is it possible that when I click on, for example, javascript that that decision would retain on each page? So that on each page the javascript tab is active?
So for my documentation site I have something like this:
And then on another page I have the same setup. Is it possible that when I click on, for example, javascript that that decision would retain on each page? So that on each page the javascript tab is active?