Picture of Matt Leathes
Re: Calling adapt.trigger from a link
by Matt Leathes - Wednesday, 18 September 2019, 11:33 AM
 

If you're interested, you can also do something similar in the console to allow you to have a bit of a poke around the workings of Adapt... so essentially run something like this: var Adapt = require('core/js/adapt'); and then you have access to the whole Adapt object which you can explore.