t7m

Results 2 issues of t7m

I've been using this and it works great, thanks. I'm curious if it's possible to generate the file output in multiple places? (One for react and one for node.)

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...