danodm

Results 2 comments of danodm

Hi @jelewis8, One way to do this is like so: ```js var my_link = $('.my-link'); my_link.modaal({ before_open: function() { my_link.data('foo'); // or my_link.attr('href'); }, after_open: function() { my_link.data('bar'); } })```

@jelewis8 Correct. There are a number of ways you could approach this similarly to fetch those attributes. I don't believe this is an issue with Modaal at all, but something...