Created
February 12, 2015 19:32
-
-
Save rattlion/4c4d080c696c7397deca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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