You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great. So what I want to do is in the before_open function, some specific logic based on which element was clicked. What is that element? How can I get to it? It does not appear to be $( this )
The text was updated successfully, but these errors were encountered:
Your documentation shows this:
$('.my-link').modaal({
before_open: function() {
alert('Before open');
},
after_open: myFunction
});
Great. So what I want to do is in the before_open function, some specific logic based on which element was clicked. What is that element? How can I get to it? It does not appear to be $( this )
The text was updated successfully, but these errors were encountered: