Привет народ
есть шаблон на bootstrap 3
вот код блока
<!-- Large modal -->
<button class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-lg">Click!</button>
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<p>text !</p>
<div id="ok_shareWidget"></div>
<p>text !</p>
<script>
!function (d, id, did, st) {
var js = d.createElement("script");
js.src = "<? echo $klass22; ?>";
js.onload = js.onreadystatechange = function () {
if (!this.readyState || this.readyState == "loaded" || this.readyState == "complete") {
if (!this.executed) {
this.executed = true;
setTimeout(function () {
OK.CONNECT.insertShareWidget(id,did,st);
}, 0);
}
}};
d.documentElement.appendChild(js);
}(document,"ok_shareWidget","http://site.ru/users/share.php?user=<?echo $tt2;?>&rd=<?echo $randNUMBER;?>","{width:125,height:50,st:'straight',sz:45,ck:1,nc:1}");
function listenForShare() {
if (window.addEventListener) {
window.addEventListener('message', onShare, false);
} else {
window.attachEvent('onmessage', onShare);
}
}
function onShare(e) {
var args = e.data.split("$");
if (args[0] == "ok_shared") {
window.location="e.php"; // Вывод идентификатора фрейма кнопки - в случае нескольких кнопок на одной странице, по нему можно определить какая именно была кликнута
if (alert)
$( '#baner_grup' ).show();
$( '.classs' ).html('<meta http-equiv="refresh" content="0; url=http://site.ru/p.php" />');
$( '#class' ).hide();
$( '.player' ).hide();
}
}
listenForShare();
</script>
<p>text !</p>
</div>
текст не выводится вот что выводит
prntscr.com/b3os3m