Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to pass a variable setup in the App while in an extension i created. The variable will be added to the HREF= section of the extension HTML in the dropdown MENU object as seen below. The below does NOT work, any ideas on how to fix?
<li class="dropdown"> <a href="javascript:void(0)" class="dropbtn">StreamName</a> <div class="dropdown-content"> <a href="=$(vVariable 1)" target="_blank" title="">Dashboard 1 Name</a> <a href="=$(vVariable 2)" target="_blank" title="">Dashboard 2 Name</a> <a href="=$(vVariable 3)" target="_blank" title="">Dashboard 3 Name</a> </div> </li>
Note: the extension consist of HTML/CSS Only, no JS