Skip to content

Instantly share code, notes, and snippets.

@rattlion
Created February 12, 2015 19:32
Show Gist options
  • Save rattlion/4c4d080c696c7397deca to your computer and use it in GitHub Desktop.
Save rattlion/4c4d080c696c7397deca to your computer and use it in GitHub Desktop.
<script type="text/javascript" charset="utf-8">
$('#sn-modal').on("sn-modal.show", function() {
console.log("show triggered")
});
$('#sn-modal').on("sn-modal.remove", function() {
console.log("remove triggered")
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment