Here is my button code:
<button class="popup-trigger" data-modal="modal-1"></button>
How can i trigger the button click or even trigger the class popup-trigger with the data-modal modal-1?
would like to know in pure javascript, if you cant do it, then jquery. thanks