Skip to content

Instantly share code, notes, and snippets.

@luckydevilru
Created November 1, 2018 10:29
Show Gist options
  • Select an option

  • Save luckydevilru/c8e94898a3b12ddffb53beedfa2e573c to your computer and use it in GitHub Desktop.

Select an option

Save luckydevilru/c8e94898a3b12ddffb53beedfa2e573c to your computer and use it in GitHub Desktop.
Загрузка скрипта после страницы и других скриптов
<script async>
$(document).ready(function() {
$(document).trigger('afterready'); // вызываем всех слушателей
// settimeout( function deleter() { $('div#jivo-iframe-container.jivo-iframe-container-bottom').remove() }, 5000 );
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment