Hey guys,
I’m running into a problem trying to dynamically open a modal.
e.g.
In the older version of Pro, we could use the code below to open the modal - but in the current version of Pro, this trick no longer seems to work.
jQuery(’#simple-anchor-toggle’).trigger(‘click’)
With a slight modification of the code, you can get the toggle to activate but the popup still doesn’t launch.
jQuery(’#simple-anchor-toggle’)[0].click()
Do you have the latest solution for this?
Thanks,
Matt
