UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

8 lines (7 loc) 200 B
{{#markdown}} ```javascript $(document.body).on("open.fndtn.clearing", function(event) { console.info("About to open thumbnail with src ", $('img', event.target).attr('src')); }); ``` {{/markdown}}