/*! jQuery & Zepto Lazy - AJAX Plugin v1.2 - jquery.eisbehr.de/lazy - MIT&GPL-2.0 license - Copyright 2012-2017 Daniel 'Eisbehr' Kern */ !function(t){function a(a,e,o,n){t.ajax({url:e.attr(“data-src”),type:n||“get”,dataType:e.attr(“data-type”)||“html”,success:function(t){e.html(t),o(!0),a.config(“removeAttribute”)&&e.removeAttr(“data-src data-method data-type”)},error:function(){o(!1)}})}t.lazy(“ajax”,function(t,e){a(this,t,e,t.attr(“data-method”))}),t.lazy(“get”,function(t,e){a(this,t,e,“get”)}),t.lazy(“post”,function(t,e){a(this,t,e,“post”)})}(window.jQuery||window.Zepto);