I've seen this posted on other forums, but I'm running into the following issue with the expand macro.
We use the expand macro to create drop downs in the SOPs, but it prevents our users from command + f on their macs or ctrl + f on their chrome books if the answer is within a drop down.
I'm looking for a way to expand / collapse all dropdowns with one click of a button instead of having to select each one individually.
Before there was a javascript recommendation within a bookmark, but it doesn't work: javascript:(function()%7B%24(%22.expand-control%22).each(function()%7B%20%24(this).trigger(%22click%22)%3B%7D)%7D)()