Показать сообщение отдельно
  #5 (permalink)  
Старый 01.04.2021, 12:10
Аспирант
Отправить личное сообщение для Quark_ Посмотреть профиль Найти все сообщения от Quark_
 
Регистрация: 24.06.2015
Сообщений: 96

<div class="block">
<script src="https://pms.connectone.ru/module/?hid=eb225c"></script>
</div>

<style>
html {
  height: 500px;
}
.block {
  background: #000;
padding: 10px;
}
#rsnlresponse iframe {
  height: 150px;
}
</style>

<script>
jQuery(window).load(function() {
jQuery('body').on('click', '#rsnlresponse', function() {
    jQuery('#rsnlresponse iframe').css({
        'height': 'auto'
    });
});
});
</script>
Ответить с цитированием