Skip to content

Instantly share code, notes, and snippets.

@panych
Created July 17, 2014 09:20
Show Gist options
  • Select an option

  • Save panych/a0d225a01ddb5f68814b to your computer and use it in GitHub Desktop.

Select an option

Save panych/a0d225a01ddb5f68814b to your computer and use it in GitHub Desktop.
JivoSite open by external link
// Widget documentation http://www.jivosite.ru/javascript-api
function jivo_onLoadCallback() {
$('#online-consultant').addClass('enabled').click(function() {
jivo_api.open();
});
}
// scss
#online-consultant {
display: none;
&.enabled {
display: inline;
}
}
#jivo_chat_widget{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment