/*! jQuery & Zepto Lazy - iFrame Plugin v1.5 - http://jquery.eisbehr.de/lazy - MIT&GPL-2.0 license - Copyright 2012-2017 Daniel 'Eisbehr' Kern */ !function(t){t.lazy(["frame","iframe"],"iframe",function(r,e){var a=this;if("iframe"===r[0].tagName.toLowerCase()){var i="data-src",o="data-error-detect",n=r.attr(o);"true"!==n&&"1"!==n?(r.attr("src",r.attr(i)),a.config("removeAttribute")&&r.removeAttr(i+" "+o)):t.ajax({url:r.attr(i),dataType:"html",crossDomain:!0,xhrFields:{withCredentials:!0},success:function(t){r.html(t).attr("src",r.attr(i)),a.config("removeAttribute")&&r.removeAttr(i+" "+o)},error:function(){e(!1)}})}else e(!1)})}(window.jQuery||window.Zepto);