Bấm "Xem ngay" để mở và xem video bóng đá!


Alicia Vikander, đả nữ mới của làng Hollywood

07:42 Thứ sáu 23/03/2018

giaoducthechat7day.comSinh năm 1988, Alicia Vikander là một vũ công, diễn viên người Thụy Điển được biết tới qua những tác phẩm đậm chất nghệ thuật như The Danish Girl hay The Light Between Ocean.

Bảo Nhi - giaoducthechat7day.com - TTVN - Đăng lúc: 20:41 22/03/2018
Chia sẻ
1 2 3 4 5
// "; c += ''; c += "
"; c += '
'; c += "
"; c += "" html_string = c; /* if jQuery is available, you may use the get(0) function to obtain the DOM object like this: var iframe = jQuery('iframe#target_iframe_id').get(0); */ var iframedoc = iframe.document; if (iframe.contentDocument) iframedoc = iframe.contentDocument; else if (iframe.contentWindow) iframedoc = iframe.contentWindow.document; if (iframedoc){ // Put the content in the iframe iframedoc.open(); iframedoc.writeln(html_string); iframedoc.close(); } else { alert('Cannot inject dynamic contents into iframe.'); } } window.ParentFromIframeprerollShow = function(able){ var iScrollPos = 0; var prerollShowFromIframe1 = '0'; var prerollShowFromIframe2 = '0'; var elementOffset = jQuery('#prerollinpage_iframe').offset().top; var heightIframe = jQuery('#prerollinpage_iframe').contents().height(); if(able == true){ console.log("abcdefghi"); jQuery(window).scroll(function () { var iCurScrollPos = jQuery(this).scrollTop(); var check = elementOffset + (heightIframe + 10)/2; var check1 = elementOffset + heightIframe; var check2 = elementOffset + 10; var check3 = check - 10; if (iCurScrollPos > iScrollPos) { //Scrolling Down if ((iCurScrollPos > check)&&(iCurScrollPos < check1)&&(prerollShowFromIframe1 == '0')) { jQuery('#prerollinpage_iframe').animate({ width: 0 }, 100); } } else { //Scrolling Up if ((iCurScrollPos > check2)&&(iCurScrollPos < check3)&&(prerollShowFromIframe2 == '0')) { jQuery('#prerollinpage_iframe').animate({ width: 580 }, 100); } } iScrollPos = iCurScrollPos; }); }else{ console.log($("#vimeo_iframe").data("autoplay-src")); $("#vimeo_iframe").attr('src', $("#vimeo_iframe").data("autoplay-src")); jQuery('#prerollinpage_iframe').animate({ width: 0, height: 0 }, 1); // var vi = $("#vimeo_iframe"); // vi.attr("src", vi.data("autoplay-src") ); $('#vimeo_iframe', window.parent.document).show(); } }