Created
November 1, 2018 10:29
-
-
Save luckydevilru/c8e94898a3b12ddffb53beedfa2e573c 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 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