Skip to content

Instantly share code, notes, and snippets.

@mfifth
Created February 16, 2017 23:35
Show Gist options
  • Select an option

  • Save mfifth/b38bd7642f020f73e0ebf0e4a0c2eb39 to your computer and use it in GitHub Desktop.

Select an option

Save mfifth/b38bd7642f020f73e0ebf0e4a0c2eb39 to your computer and use it in GitHub Desktop.
function closeIFrame() {
$('#chat-window-iframe').hide();
};
$(document).on('click', '.close-chat', function(e) {
parent.closeIFrame();
e.preventDefault();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment