/*!
* =====================================================
*Learun MobileUI v1.0.0
* =====================================================
*/
/* NUGET: BEGIN LICENSE TEXT
*
* Microsoft grants you the right to use these script files for the sole
* purpose of either: (i) interacting through your browser with the Microsoft
* website or online service, subject to the applicable licensing or use
* terms; or (ii) using the files as included with a Microsoft product subject
* to that product's license terms. Microsoft reserves all other rights to the
* files not expressly granted by Microsoft, whether by implication, estoppel
* or otherwise. Insofar as a script file is dual licensed under GPL,
* Microsoft neither took the code under GPL nor distributes it thereunder but
* under the terms set out in this paragraph. All notices and licenses
* below are for informational purposes only.
*
* JQUERY CORE 1.10.2; Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors; http://jquery.org/license
* Includes Sizzle.js; Copyright 2013 jQuery Foundation, Inc. and other contributors; http://opensource.org/licenses/MIT
*
* NUGET: END LICENSE TEXT */
/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
//@ sourceMappingURL=jquery-1.10.2.min.map
*/
(function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.2",d=p.concat,h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnProperty,b=f.trim,x=function(e,t){return new x.fn.init(e,t,r)},w=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=/\S+/g,C=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,E=/^[\],:{}\s]*$/,S=/(?:^|:|,)(?:\s*\[)+/g,A=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,j=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,D=/^-ms-/,L=/-([\da-z])/gi,H=function(e,t){return t.toUpperCase()},q=function(e){(a.addEventListener||"load"===e.type||"complete"===a.readyState)&&(_(),x.ready())},_=function(){a.addEventListener?(a.removeEventListener("DOMContentLoaded",q,!1),e.removeEventListener("load",q,!1)):(a.detachEvent("onreadystatechange",q),e.detachEvent("onload",q))};x.fn=x.prototype={jquery:f,constructor:x,init:function(e,n,r){var i,o;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof x?n[0]:n,x.merge(this,x.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:a,!0)),k.test(i[1])&&x.isPlainObject(n))for(i in n)x.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=a.getElementById(i[2]),o&&o.parentNode){if(o.id!==i[2])return r.find(e);this.length=1,this[0]=o}return this.context=a,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return g.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(g.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},l=1,u=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},l=2),"object"==typeof s||x.isFunction(s)||(s={}),u===l&&(s=this,--l);u>l;l++)if(null!=(o=arguments[l]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(x.isPlainObject(r)||(n=x.isArray(r)))?(n?(n=!1,a=e&&x.isArray(e)?e:[]):a=e&&x.isPlainObject(e)?e:{},s[i]=x.extend(c,a,r)):r!==t&&(s[i]=r));return s},x.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=l),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){if(e===!0?!--x.readyWait:!x.isReady){if(!a.body)return setTimeout(x.ready);x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(a,[x]),x.fn.trigger&&x(a).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray||function(e){return"array"===x.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[y.call(e)]||"object":typeof e},isPlainObject:function(e){var n;if(!e||"object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!v.call(e,"constructor")&&!v.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}if(x.support.ownLast)for(n in e)return v.call(e,n);for(n in e);return n===t||v.call(e,n)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||a;var r=k.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=x.trim(n),n&&E.test(n.replace(A,"@").replace(j,"]").replace(S,"")))?Function("return "+n)():(x.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||x.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&x.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(D,"ms-").replace(L,H)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:b&&!b.call("\ufeff\u00a0")?function(e){return null==e?"":b.call(e)}:function(e){return null==e?"":(e+"").replace(C,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(m)return m.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return d.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),x.isFunction(e)?(r=g.call(arguments,2),i=function(){return e.apply(n||this,r.concat(g.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):t},access:function(e,n,r,i,o,a,s){var l=0,u=e.length,c=null==r;if("object"===x.type(r)){o=!0;for(l in r)x.access(e,n,l,r[l],!0,a,s)}else if(i!==t&&(o=!0,x.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(x(e),n)})),n))for(;u>l;l++)n(e[l],r,s?i:i.call(e[l],l,n(e[l],r)));return o?e:c?n.call(e):u?n(e[0],r):a},now:function(){return(new Date).getTime()},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),x.ready.promise=function(t){if(!n)if(n=x.Deferred(),"complete"===a.readyState)setTimeout(x.ready);else if(a.addEventListener)a.addEventListener("DOMContentLoaded",q,!1),e.addEventListener("load",q,!1);else{a.attachEvent("onreadystatechange",q),e.attachEvent("onload",q);var r=!1;try{r=null==e.frameElement&&a.documentElement}catch(i){}r&&r.doScroll&&function o(){if(!x.isReady){try{r.doScroll("left")}catch(e){return setTimeout(o,50)}_(),x.ready()}}()}return n.promise(t)},x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){c["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=x.type(e);return x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=x(a),function(e,t){var n,r,i,o,a,s,l,u,c,p,f,d,h,g,m,y,v,b="sizzle"+-new Date,w=e.document,T=0,C=0,N=st(),k=st(),E=st(),S=!1,A=function(e,t){return e===t?(S=!0,0):0},j=typeof t,D=1<<31,L={}.hasOwnProperty,H=[],q=H.pop,_=H.push,M=H.push,O=H.slice,F=H.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},B="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",P="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",W=R.replace("w","w#"),$="\\["+P+"*("+R+")"+P+"*(?:([*^$|!~]?=)"+P+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+W+")|)|)"+P+"*\\]",I=":("+R+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|)",z=RegExp("^"+P+"+|((?:^|[^\\\\])(?:\\\\.)*)"+P+"+$","g"),X=RegExp("^"+P+"*,"+P+"*"),U=RegExp("^"+P+"*([>+~]|"+P+")"+P+"*"),V=RegExp(P+"*[+~]"),Y=RegExp("="+P+"*([^\\]'\"]*)"+P+"*\\]","g"),J=RegExp(I),G=RegExp("^"+W+"$"),Q={ID:RegExp("^#("+R+")"),CLASS:RegExp("^\\.("+R+")"),TAG:RegExp("^("+R.replace("w","w*")+")"),ATTR:RegExp("^"+$),PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool:RegExp("^(?:"+B+")$","i"),needsContext:RegExp("^"+P+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"*\\)|)(?=[^-]|$)","i")},K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,et=/^(?:input|select|textarea|button)$/i,tt=/^h\d$/i,nt=/'|\\/g,rt=RegExp("\\\\([\\da-f]{1,6}"+P+"?|("+P+")|.)","ig"),it=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296|r>>10,56320|1023&r)};try{M.apply(H=O.call(w.childNodes),w.childNodes),H[w.childNodes.length].nodeType}catch(ot){M={apply:H.length?function(e,t){_.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function at(e,t,n,i){var o,a,s,l,u,c,d,m,y,x;if((t?t.ownerDocument||t:w)!==f&&p(t),t=t||f,n=n||[],!e||"string"!=typeof e)return n;if(1!==(l=t.nodeType)&&9!==l)return[];if(h&&!i){if(o=Z.exec(e))if(s=o[1]){if(9===l){if(a=t.getElementById(s),!a||!a.parentNode)return n;if(a.id===s)return n.push(a),n}else if(t.ownerDocument&&(a=t.ownerDocument.getElementById(s))&&v(t,a)&&a.id===s)return n.push(a),n}else{if(o[2])return M.apply(n,t.getElementsByTagName(e)),n;if((s=o[3])&&r.getElementsByClassName&&t.getElementsByClassName)return M.apply(n,t.getElementsByClassName(s)),n}if(r.qsa&&(!g||!g.test(e))){if(m=d=b,y=t,x=9===l&&e,1===l&&"object"!==t.nodeName.toLowerCase()){c=mt(e),(d=t.getAttribute("id"))?m=d.replace(nt,"\\$&"):t.setAttribute("id",m),m="[id='"+m+"'] ",u=c.length;while(u--)c[u]=m+yt(c[u]);y=V.test(e)&&t.parentNode||t,x=c.join(",")}if(x)try{return M.apply(n,y.querySelectorAll(x)),n}catch(T){}finally{d||t.removeAttribute("id")}}}return kt(e.replace(z,"$1"),t,n,i)}function st(){var e=[];function t(n,r){return e.push(n+=" ")>o.cacheLength&&delete t[e.shift()],t[n]=r}return t}function lt(e){return e[b]=!0,e}function ut(e){var t=f.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ct(e,t){var n=e.split("|"),r=e.length;while(r--)o.attrHandle[n[r]]=t}function pt(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function ft(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function dt(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ht(e){return lt(function(t){return t=+t,lt(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}s=at.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},r=at.support={},p=at.setDocument=function(e){var n=e?e.ownerDocument||e:w,i=n.defaultView;return n!==f&&9===n.nodeType&&n.documentElement?(f=n,d=n.documentElement,h=!s(n),i&&i.attachEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){p()}),r.attributes=ut(function(e){return e.className="i",!e.getAttribute("className")}),r.getElementsByTagName=ut(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),r.getElementsByClassName=ut(function(e){return e.innerHTML="
a",n=d.getElementsByTagName("*")||[],r=d.getElementsByTagName("a")[0],!r||!r.style||!n.length)return t;s=a.createElement("select"),u=s.appendChild(a.createElement("option")),o=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!==d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbody=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.getElementsByTagName("link").length,t.style=/top/.test(r.getAttribute("style")),t.hrefNormalized="/a"===r.getAttribute("href"),t.opacity=/^0.5/.test(r.style.opacity),t.cssFloat=!!r.style.cssFloat,t.checkOn=!!o.value,t.optSelected=u.selected,t.enctype=!!a.createElement("form").enctype,t.html5Clone="<:nav>"!==a.createElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayout=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable=!0,o.checked=!0,t.noCloneChecked=o.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!u.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}o=a.createElement("input"),o.setAttribute("value",""),t.input=""===o.getAttribute("value"),o.value="t",o.setAttribute("type","radio"),t.radioValue="t"===o.value,o.setAttribute("checked","t"),o.setAttribute("name","t"),l=a.createDocumentFragment(),l.appendChild(o),t.appendChecked=o.checked,t.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip;for(f in x(t))break;return t.ownLast="0"!==f,x(function(){var n,r,o,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",l=a.getElementsByTagName("body")[0];l&&(n=a.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",l.appendChild(n).appendChild(d),d.innerHTML="
');
d.on("tap", "a", {
op: h
},
function(k) {
var j = a(this);
var n = k.data.op;
var m = j.attr("data-event");
var l = null;
if (m == "cancel") {
l = n.cancel
} else {
l = n.data[m].event
}
c.hideMask();
a("#" + n.id).removeClass("active");
if ( !! l) {
setTimeout(function() {
l()
},
300)
}
return false
})
}
c.showMask();
d.addClass("active")
}
};
c.actionsheet = function(e) {
var d = {
id: "",
data: [],
cancel: false
};
a.extend(d, e || {});
b.init(d)
}
})(window.jQuery, window.fui); (function(a, c) {
var b = {
init: function(g) {
var e = a("body");
if (g.type != "toast") {
if (a(".f-dialog").length > 0) {
a(".f-dialog").remove();
a(".f-dialog-mask").remove();
return false
}
var f = '';
e.append(f);
b[g.type](g);
b.bindEvent(g);
a(".f-dialog-mask").fadeIn();
a(".f-dialog").show("fast",
function() {
a(this).addClass("active")
})
} else {
var d = a('
' + g.msg + "
");
e.append(d);
d.fadeIn(function() {
var h = d;
setTimeout(function() {
h.fadeOut(function() {
setTimeout(function() {
h.remove();
h = null
},
100)
})
},
g.timeout);
d.on("click",
function() {
var i = a(this);
i.fadeOut(function() {
i.remove();
setTimeout(function() {
i.remove();
i = null
},
100)
})
});
d = null
})
}
},
bindEvent: function(d) {
a(".f-dialog").on("tap", ".f-dialog-btn", {
op: d
},
function(h) {
var i = h.data.op;
var f = a(this).attr("data-index");
var g = a(".f-dialog input").val();
a(".f-dialog-mask").fadeOut(function() {
a(".f-dialog-mask").remove()
});
a(".f-dialog").fadeOut(function() {
a(".f-dialog").remove()
});
if ( !! i.callback) {
setTimeout(function() {
i.callback(f, g)
},
300)
}
})
},
warning: function(g) {
var f = a(".f-dialog");
var d = a('
' + g.title + '
' + g.msg + "
");
var e = a('
' + g.btn + "
");
f.append(d);
f.append(e)
},
confirm: function(h) {
var f = a(".f-dialog");
var d = a('
' + h.title + '
' + h.msg + "
");
var e = a('');
var g = "";
a.each(h.btns,
function(i, j) {
g += '' + j + ""
});
e.html(g);
f.append(d);
f.append(e)
},
prompt: function(h) {
var f = a(".f-dialog");
var d = a('
' + h.title + '
' + h.msg + '
');
var e = a('');
var g = "";
a.each(h.btns,
function(i, j) {
g += '' + j + ""
});
e.html(g);
f.append(d);
f.append(e);
f.find("input").focus()
}
};
c.dialog = function(e) {
var d = {
type: "toast",
title: "提示",
msg: "",
btn: "确定",
timeout: 2000,
btns: ["否", "是"],
callback: false
};
a.extend(d, e || {});
b.init(d)
};
c.loading = function(f, g) {
if (f) {
var e = "";
if ( !! g) {
e = '
' + (g || "") + "
"
}
var d = a('
' + e + "
");
a("body").append(d);
d.fadeIn()
} else {
a(".f-load-mask").fadeOut(function() {
a(this).remove()
});
a(".f-load-container").fadeOut(function() {
a(this).remove()
})
}
}
})(window.jQuery, window.fui); (function(a, k, i) {
var e = "f-scroll-wrapper";
var d = "f-scroll";
var f = "f-scrollbar";
var c = "f-scrollbar-indicator";
var h = f + "-vertical";
var g = f + "-horizontal";
var b = "f-active";
var j = {
quadratic: {
style: "cubic-bezier(0.25, 0.46, 0.45, 0.94)",
fn: function(n) {
return n * (2 - n)
}
},
circular: {
style: "cubic-bezier(0.1, 0.57, 0.1, 1)",
fn: function(n) {
return Math.sqrt(1 - (--n * n))
}
},
outCirc: {
style: "cubic-bezier(0.075, 0.82, 0.165, 1)"
},
outCubic: {
style: "cubic-bezier(0.165, 0.84, 0.44, 1)"
}
};
var m = k.Class.extend({
init: function(n, p) {
var o = a('');
o.html(n.children());
n.addClass(e);
n.html(o);
this.element = n[0];
this.wrapper = this.element;
this.scroller = this.wrapper.children[0];
this.scrollerStyle = this.scroller && this.scroller.style;
this.stopped = false;
this.options = a.extend(true, {
scrollY: true,
scrollX: false,
startX: 0,
startY: 0,
indicators: true,
stopPropagation: false,
hardwareAccelerated: true,
fixedBadAndorid: false,
preventDefaultException: {
tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT|VIDEO)$/
},
momentum: true,
snapX: 0.5,
snap: false,
bounce: true,
bounceTime: 500,
bounceEasing: j.outCirc,
scrollTime: 500,
scrollEasing: j.outCubic,
directionLockThreshold: 5,
},
p);
this.x = 0;
this.y = 0;
this.translateZ = this.options.hardwareAccelerated ? " translateZ(0)": "";
this._init();
if (this.scroller) {
this.refresh();
this.scrollTo(this.options.startX, this.options.startY)
}
},
_init: function() {
this._initIndicators();
this._initEvent()
},
_initIndicators: function() {
var q = this;
q.indicators = [];
if (!this.options.indicators) {
return
}
var p = [],
o;
if (q.options.scrollY) {
o = {
el: this._createScrollBar(h),
listenX: false
};
this.wrapper.appendChild(o.el);
p.push(o)
}
if (this.options.scrollX) {
o = {
el: this._createScrollBar(g),
listenY: false
};
this.wrapper.appendChild(o.el);
p.push(o)
}
for (var n = p.length; n--;) {
this.indicators.push(new l(this, p[n]))
}
},
_initSnap: function() {
this.currentPage = {};
this.pages = [];
var y = this.snaps;
var q = y.length;
var r = 0;
var s = -1;
var A = 0;
var p = 0;
var v = 0;
var z = 0;
for (var o = 0; o < q; o++) {
var w = y[o];
var t = w.offsetLeft;
var u = w.offsetWidth;
if (o === 0 || t <= y[o - 1].offsetLeft) {
r = 0;
s++
}
if (!this.pages[r]) {
this.pages[r] = []
}
A = this._getSnapX(t);
z = Math.round((u) * this.options.snapX);
p = A - z;
v = A - u + z;
this.pages[r][s] = {
x: A,
leftX: p,
rightX: v,
pageX: r,
element: w
};
if (w.classList.contains(b)) {
this.currentPage = this.pages[r][0]
}
if (A >= this.maxScrollX) {
r++
}
}
this.options.startX = this.currentPage.x || 0
},
_getSnapX: function(n) {
return Math.max(Math.min(0, -n + (this.wrapperWidth / 2)), this.maxScrollX)
},
_gotoPage: function(o) {
this.currentPage = this.pages[Math.min(o, this.pages.length - 1)][0];
for (var n = 0,
p = this.snaps.length; n < p; n++) {
if (n === o) {
this.snaps[n].classList.add(b)
} else {
this.snaps[n].classList.remove(b)
}
}
this.scrollTo(this.currentPage.x, 0, this.options.scrollTime)
},
_nearestSnap: function(q) {
if (!this.pages.length) {
return {
x: 0,
pageX: 0
}
}
var n = 0;
var o = this.pages.length;
if (q > 0) {
q = 0
} else {
if (q < this.maxScrollX) {
q = this.maxScrollX
}
}
for (; n < o; n++) {
var p = this.direction === "left" ? this.pages[n][0].leftX: this.pages[n][0].rightX;
if (q >= p) {
return this.pages[n][0]
}
}
return {
x: 0,
pageX: 0
}
},
_initEvent: function(o) {
var n = o ? "removeEventListener": "addEventListener";
window[n]("orientationchange", this);
window[n]("resize", this);
this.scroller[n]("webkitTransitionEnd", this);
this.wrapper[n](k.event.start, this);
this.wrapper[n](k.event.cancel, this);
this.wrapper[n](k.event.end, this);
this.wrapper[n]("drag", this);
this.wrapper[n]("dragend", this);
this.wrapper[n]("flick", this);
this.wrapper[n]("scrollend", this);
if (this.options.scrollX) {
this.wrapper[n]("swiperight", this)
}
this.wrapper[n]("scrollstart", this);
this.wrapper[n]("refresh", this)
},
_handleIndicatorScrollend: function() {
this.indicators.map(function(n) {
n.fade()
})
},
_handleIndicatorScrollstart: function() {
this.indicators.map(function(n) {
n.fade(1)
})
},
_handleIndicatorRefresh: function() {
this.indicators.map(function(n) {
n.refresh()
})
},
handleEvent: function(n) {
if (this.stopped) {
this.resetPosition();
return
}
switch (n.type) {
case k.event.start:
this._start(n);
break;
case "drag":
this.options.stopPropagation && n.stopPropagation();
this._drag(n);
break;
case "dragend":
case "flick":
this.options.stopPropagation && n.stopPropagation();
this._flick(n);
break;
case k.event.cancel:
case k.event.end:
this._end(n);
break;
case "webkitTransitionEnd":
this.transitionTimer && this.transitionTimer.cancel();
this._transitionEnd(n);
break;
case "scrollstart":
this._handleIndicatorScrollstart(n);
break;
case "scrollend":
this._handleIndicatorScrollend(n);
this._scrollend(n);
n.stopPropagation();
break;
case "orientationchange":
case "resize":
this._resize();
break;
case "swiperight":
n.stopPropagation();
break;
case "refresh":
this._handleIndicatorRefresh(n);
break
}
},
_start: function(n) {
this.moved = this.needReset = false;
this._transitionTime();
if (this.isInTransition) {
this.needReset = true;
this.isInTransition = false;
var o = k.parseTranslateMatrix(k.getStyles(this.scroller, "webkitTransform"));
this.setTranslate(Math.round(o.x), Math.round(o.y));
k.trigger(this.scroller, "scrollend", this);
n.preventDefault()
}
this.reLayout();
k.trigger(this.scroller, "beforescrollstart", this)
},
_getDirectionByAngle: function(n) {
if (n < -80 && n > -100) {
return "up"
} else {
if (n >= 80 && n < 100) {
return "down"
} else {
if (n >= 170 || n <= -170) {
return "left"
} else {
if (n >= -35 && n <= 10) {
return "right"
}
}
}
}
return null
},
_drag: function(t) {
var r = t.detail;
var u = false;
var v = false;
var s = this._getDirectionByAngle(r.angle);
if (r.direction === "left" || r.direction === "right") {
if (this.options.scrollX) {
u = true;
if (!this.moved) {
k.gestures.session.lockDirection = true;
k.gestures.session.startDirection = r.direction
}
} else {
if (this.options.scrollY && !this.moved) {
v = true
}
}
} else {
if (r.direction === "up" || r.direction === "down") {
if (this.options.scrollY) {
u = true;
if (!this.moved) {
k.gestures.session.lockDirection = true;
k.gestures.session.startDirection = r.direction
}
} else {
if (this.options.scrollX && !this.moved) {
v = true
}
}
} else {
v = true
}
}
if (this.moved || u) {
t.stopPropagation();
r.gesture && r.gesture.preventDefault()
}
if (v) {
return
}
if (!this.moved) {
k.trigger(this.scroller, "scrollstart", this)
} else {
t.stopPropagation()
}
var p = 0;
var q = 0;
if (!this.moved) {
p = r.deltaX;
q = r.deltaY
} else {
p = r.deltaX - k.gestures.session.prevTouch.deltaX;
q = r.deltaY - k.gestures.session.prevTouch.deltaY
}
var n = Math.abs(r.deltaX);
var o = Math.abs(r.deltaY);
if (n > o + this.options.directionLockThreshold) {
q = 0
} else {
if (o >= n + this.options.directionLockThreshold) {
p = 0
}
}
p = this.hasHorizontalScroll ? p: 0;
q = this.hasVerticalScroll ? q: 0;
var w = this.x + p;
var x = this.y + q;
if (w > 0 || w < this.maxScrollX) {
w = this.options.bounce ? this.x + p / 3 : w > 0 ? 0 : this.maxScrollX
}
if (x > 0 || x < this.maxScrollY) {
x = this.options.bounce ? this.y + q / 3 : x > 0 ? 0 : this.maxScrollY
}
if (!this.requestAnimationFrame) {
this._updateTranslate()
}
this.direction = r.deltaX > 0 ? "right": "left";
this.moved = true;
this.x = w;
this.y = x;
k.trigger(this.scroller, "scroll", this)
},
_flick: function(o) {
if (!this.moved) {
return
}
o.stopPropagation();
var n = o.detail;
this._clearRequestAnimationFrame();
if (o.type === "dragend" && n.flick) {
return
}
var s = Math.round(this.x);
var t = Math.round(this.y);
this.isInTransition = false;
if (this.resetPosition(this.options.bounceTime)) {
return
}
this.scrollTo(s, t);
if (o.type === "dragend") {
k.trigger(this.scroller, "scrollend", this);
return
}
var u = 0;
var p = "";
if (this.options.momentum && n.flickTime < 300) {
var q = this.hasHorizontalScroll ? this._momentum(this.x, n.flickDistanceX, n.flickTime, this.maxScrollX, this.options.bounce ? this.wrapperWidth: 0, this.options.deceleration) : {
destination: s,
duration: 0
};
var r = this.hasVerticalScroll ? this._momentum(this.y, n.flickDistanceY, n.flickTime, this.maxScrollY, this.options.bounce ? this.wrapperHeight: 0, this.options.deceleration) : {
destination: t,
duration: 0
};
s = q.destination;
t = r.destination;
u = Math.max(q.duration, r.duration);
this.isInTransition = true
}
if (s != this.x || t != this.y) {
if (s > 0 || s < this.maxScrollX || t > 0 || t < this.maxScrollY) {
p = j.quadratic
}
this.scrollTo(s, t, u, p);
return
}
k.trigger(this.scroller, "scrollend", this)
},
_end: function(n) {
this.needReset = false;
if ((!this.moved && this.needReset) || n.type === k.event.cancel) {
this.resetPosition()
}
},
_transitionEnd: function(n) {
if (n.target != this.scroller || !this.isInTransition) {
return
}
this._transitionTime();
if (!this.resetPosition(this.options.bounceTime)) {
this.isInTransition = false;
k.trigger(this.scroller, "scrollend", this)
}
},
_scrollend: function(n) {
if ((this.y === 0 && this.maxScrollY === 0) || (Math.abs(this.y) > 0 && this.y <= this.maxScrollY)) {
k.trigger(this.scroller, "scrollbottom", this)
}
},
_resize: function() {
var n = this;
clearTimeout(n.resizeTimeout);
n.resizeTimeout = setTimeout(function() {
n.refresh()
},
n.options.resizePolling)
},
_transitionTime: function(o) {
o = o || 0;
this.scrollerStyle.webkitTransitionDuration = o + "ms";
if (this.indicators) {
for (var n = this.indicators.length; n--;) {
this.indicators[n].transitionTime(o)
}
}
if (o) {
this.transitionTimer && this.transitionTimer.cancel();
this.transitionTimer = k.later(function() {
k.trigger(this.scroller, "webkitTransitionEnd")
},
o + 100, this)
}
},
_transitionTimingFunction: function(n) {
this.scrollerStyle.webkitTransitionTimingFunction = n;
if (this.indicators) {
for (var o = this.indicators.length; o--;) {
this.indicators[o].transitionTimingFunction(n)
}
}
},
_translate: function(n, o) {
this.x = n;
this.y = o
},
_clearRequestAnimationFrame: function() {
if (this.requestAnimationFrame) {
cancelAnimationFrame(this.requestAnimationFrame);
this.requestAnimationFrame = null
}
},
_updateTranslate: function() {
var n = this;
if (n.x !== n.lastX || n.y !== n.lastY) {
n.setTranslate(n.x, n.y)
}
n.requestAnimationFrame = requestAnimationFrame(function() {
n._updateTranslate()
})
},
_createScrollBar: function(n) {
var p = i.createElement("div");
var o = i.createElement("div");
p.className = f + " " + n;
o.className = c;
p.appendChild(o);
if (n === h) {
this.scrollbarY = p;
this.scrollbarIndicatorY = o
} else {
if (n === g) {
this.scrollbarX = p;
this.scrollbarIndicatorX = o
}
}
this.wrapper.appendChild(p);
return p
},
_preventDefaultException: function(n, o) {
for (var p in o) {
if (o[p].test(n[p])) {
return true
}
}
return false
},
_reLayout: function() {
if (!this.hasHorizontalScroll) {
this.maxScrollX = 0;
this.scrollerWidth = this.wrapperWidth
}
if (!this.hasVerticalScroll) {
this.maxScrollY = 0;
this.scrollerHeight = this.wrapperHeight
}
this.indicators.map(function(r) {
r.refresh()
});
if (this.options.snap && typeof this.options.snap === "string") {
var p = this.scroller.querySelectorAll(this.options.snap);
this.itemLength = 0;
this.snaps = [];
for (var n = 0,
q = p.length; n < q; n++) {
var o = p[n];
if (o.parentNode === this.scroller) {
this.itemLength++;
this.snaps.push(o)
}
}
this._initSnap()
}
},
_momentum: function(n, q, u, s, v, o) {
var t = parseFloat(Math.abs(q) / u),
p,
r;
o = o === undefined ? 0.0006 : o;
p = n + (t * t) / (2 * o) * (q < 0 ? -1 : 1);
r = t / o;
if (p < s) {
p = v ? s - (v / 2.5 * (t / 8)) : s;
q = Math.abs(p - n);
r = q / t
} else {
if (p > 0) {
p = v ? v / 2.5 * (t / 8) : 0;
q = Math.abs(n) + p;
r = q / t
}
}
return {
destination: Math.round(p),
duration: r
}
},
_getTranslateStr: function(n, o) {
if (this.options.hardwareAccelerated) {
return "translate3d(" + n + "px," + o + "px,0px) " + this.translateZ
}
return "translate(" + n + "px," + o + "px) "
},
setStopped: function(n) {
this.stopped = !!n
},
setTranslate: function(o, p) {
this.x = o;
this.y = p;
this.scrollerStyle.webkitTransform = this._getTranslateStr(o, p);
if (this.indicators) {
for (var n = this.indicators.length; n--;) {
this.indicators[n].updatePosition()
}
}
this.lastX = this.x;
this.lastY = this.y;
k.trigger(this.scroller, "scroll", this)
},
reLayout: function() {
this.wrapper.offsetHeight;
var q = parseFloat(k.getStyles(this.wrapper, "padding-left")) || 0;
var r = parseFloat(k.getStyles(this.wrapper, "padding-right")) || 0;
var s = parseFloat(k.getStyles(this.wrapper, "padding-top")) || 0;
var p = parseFloat(k.getStyles(this.wrapper, "padding-bottom")) || 0;
var o = this.wrapper.clientWidth;
var n = this.wrapper.clientHeight;
this.scrollerWidth = this.scroller.offsetWidth;
this.scrollerHeight = this.scroller.offsetHeight;
this.wrapperWidth = o - q - r;
this.wrapperHeight = n - s - p;
this.maxScrollX = Math.min(this.wrapperWidth - this.scrollerWidth, 0);
this.maxScrollY = Math.min(this.wrapperHeight - this.scrollerHeight, 0);
this.hasHorizontalScroll = this.options.scrollX && this.maxScrollX < 0;
this.hasVerticalScroll = this.options.scrollY && this.maxScrollY < 0;
this._reLayout()
},
resetPosition: function(n) {
var o = this.x,
p = this.y;
n = n || 0;
if (!this.hasHorizontalScroll || this.x > 0) {
o = 0
} else {
if (this.x < this.maxScrollX) {
o = this.maxScrollX
}
}
if (!this.hasVerticalScroll || this.y > 0) {
p = 0
} else {
if (this.y < this.maxScrollY) {
p = this.maxScrollY
}
}
if (o == this.x && p == this.y) {
return false
}
this.scrollTo(o, p, n, this.options.scrollEasing);
return true
},
_reInit: function() {
var n = this.wrapper.querySelectorAll("." + d);
for (var o = 0,
p = n.length; o < p; o++) {
if (n[o].parentNode === this.wrapper) {
this.scroller = n[o];
break
}
}
this.scrollerStyle = this.scroller && this.scroller.style
},
refresh: function() {
this._reInit();
this.reLayout();
k.trigger(this.scroller, "refresh", this);
this.resetPosition()
},
scrollTo: function(p, q, o, n) {
var n = n || j.circular;
this.isInTransition = o > 0;
if (this.isInTransition) {
this._clearRequestAnimationFrame();
this._transitionTimingFunction(n.style);
this._transitionTime(o);
this.setTranslate(p, q)
} else {
this.setTranslate(p, q)
}
},
scrollToBottom: function(o, n) {
o = o || this.options.scrollTime;
this.scrollTo(0, this.maxScrollY, o, n)
},
gotoPage: function(n) {
this._gotoPage(n)
},
destroy: function() {
this._initEvent(true);
this.wrapper.setAttribute("data-scroll", "")
}
});
var l = function(o, n) {
this.wrapper = typeof n.el == "string" ? i.querySelector(n.el) : n.el;
this.wrapperStyle = this.wrapper.style;
this.indicator = this.wrapper.children[0];
this.indicatorStyle = this.indicator.style;
this.scroller = o;
this.options = a.extend({
listenX: true,
listenY: true,
fade: false,
speedRatioX: 0,
speedRatioY: 0
},
n);
this.sizeRatioX = 1;
this.sizeRatioY = 1;
this.maxPosX = 0;
this.maxPosY = 0;
if (this.options.fade) {
this.wrapperStyle.webkitTransform = this.scroller.translateZ;
this.wrapperStyle.webkitTransitionDuration = "0ms";
this.wrapperStyle.opacity = "0"
}
};
l.prototype = {
handleEvent: function(n) {},
transitionTime: function(n) {
n = n || 0;
this.indicatorStyle.webkitTransitionDuration = n + "ms"
},
transitionTimingFunction: function(n) {
this.indicatorStyle.webkitTransitionTimingFunction = n
},
refresh: function() {
this.transitionTime();
if (this.options.listenX && !this.options.listenY) {
this.indicatorStyle.display = this.scroller.hasHorizontalScroll ? "block": "none"
} else {
if (this.options.listenY && !this.options.listenX) {
this.indicatorStyle.display = this.scroller.hasVerticalScroll ? "block": "none"
} else {
this.indicatorStyle.display = this.scroller.hasHorizontalScroll || this.scroller.hasVerticalScroll ? "block": "none"
}
}
this.wrapper.offsetHeight;
if (this.options.listenX) {
this.wrapperWidth = this.wrapper.clientWidth;
this.indicatorWidth = Math.max(Math.round(this.wrapperWidth * this.wrapperWidth / (this.scroller.scrollerWidth || this.wrapperWidth || 1)), 8);
this.indicatorStyle.width = this.indicatorWidth + "px";
this.maxPosX = this.wrapperWidth - this.indicatorWidth;
this.minBoundaryX = 0;
this.maxBoundaryX = this.maxPosX;
this.sizeRatioX = this.options.speedRatioX || (this.scroller.maxScrollX && (this.maxPosX / this.scroller.maxScrollX))
}
if (this.options.listenY) {
this.wrapperHeight = this.wrapper.clientHeight;
this.indicatorHeight = Math.max(Math.round(this.wrapperHeight * this.wrapperHeight / (this.scroller.scrollerHeight || this.wrapperHeight || 1)), 8);
this.indicatorStyle.height = this.indicatorHeight + "px";
this.maxPosY = this.wrapperHeight - this.indicatorHeight;
this.minBoundaryY = 0;
this.maxBoundaryY = this.maxPosY;
this.sizeRatioY = this.options.speedRatioY || (this.scroller.maxScrollY && (this.maxPosY / this.scroller.maxScrollY))
}
this.updatePosition()
},
updatePosition: function() {
var n = this.options.listenX && Math.round(this.sizeRatioX * this.scroller.x) || 0,
o = this.options.listenY && Math.round(this.sizeRatioY * this.scroller.y) || 0;
if (n < this.minBoundaryX) {
this.width = Math.max(this.indicatorWidth + n, 8);
this.indicatorStyle.width = this.width + "px";
n = this.minBoundaryX
} else {
if (n > this.maxBoundaryX) {
this.width = Math.max(this.indicatorWidth - (n - this.maxPosX), 8);
this.indicatorStyle.width = this.width + "px";
n = this.maxPosX + this.indicatorWidth - this.width
} else {
if (this.width != this.indicatorWidth) {
this.width = this.indicatorWidth;
this.indicatorStyle.width = this.width + "px"
}
}
}
if (o < this.minBoundaryY) {
this.height = Math.max(this.indicatorHeight + o * 3, 8);
this.indicatorStyle.height = this.height + "px";
o = this.minBoundaryY
} else {
if (o > this.maxBoundaryY) {
this.height = Math.max(this.indicatorHeight - (o - this.maxPosY) * 3, 8);
this.indicatorStyle.height = this.height + "px";
o = this.maxPosY + this.indicatorHeight - this.height
} else {
if (this.height != this.indicatorHeight) {
this.height = this.indicatorHeight;
this.indicatorStyle.height = this.height + "px"
}
}
}
this.x = n;
this.y = o;
this.indicatorStyle.webkitTransform = this.scroller._getTranslateStr(n, o)
},
fade: function(q, o) {
if (o && !this.visible) {
return
}
clearTimeout(this.fadeTimeout);
this.fadeTimeout = null;
var p = q ? 250 : 500,
n = q ? 0 : 300;
q = q ? "1": "0";
this.wrapperStyle.webkitTransitionDuration = p + "ms";
this.fadeTimeout = setTimeout((function(r) {
this.wrapperStyle.opacity = r;
this.visible = +r
}).bind(this, q), n)
}
};
k.Scroll = m;
a.fn.scroll = function(n) {
return new m(a(this), n)
}
})(window.jQuery, window.fui, document); (function(a, t, s) {
var p = "f-pull-top-pocket";
var j = "f-pull-bottom-pocket";
var i = "f-pull";
var o = "f-pull-loading";
var k = "f-pull-caption";
var l = "f-pull-caption-down";
var n = "f-pull-caption-refresh";
var m = "f-pull-caption-nomore";
var d = "f-icon";
var q = "f-spinner";
var e = "f-icon-pulldown";
var b = "f-block";
var c = "f-hidden";
var r = "f-visibility";
var h = o + " " + d + " " + e;
var g = o + " " + d + " " + e;
var f = o + " " + d + " " + q;
var u = ['
', '', '
{contentrefresh}
', "
"].join("");
var v = {
init: function(w, x) {
this._super(w, a.extend(true, {
scrollY: true,
scrollX: false,
indicators: true,
deceleration: 0.003,
down: {
height: 50,
contentinit: "下拉可以刷新",
contentdown: "下拉可以刷新",
contentover: "释放立即刷新",
contentrefresh: "正在刷新..."
},
up: {
height: 50,
auto: false,
contentinit: "上拉显示更多",
contentdown: "上拉显示更多",
contentrefresh: "正在加载...",
contentnomore: "没有更多数据了",
duration: 300
}
},
x))
},
_init: function() {
this._super();
this._initPocket()
},
_initPulldownRefresh: function() {
this.pulldown = true;
if (this.topPocket) {
this.pullPocket = this.topPocket;
this.pullPocket.classList.add(b);
this.pullPocket.classList.add(r);
this.pullCaption = this.topCaption;
this.pullLoading = this.topLoading
}
},
_initPullupRefresh: function() {
this.pulldown = false;
if (this.bottomPocket) {
this.pullPocket = this.bottomPocket;
this.pullPocket.classList.add(b);
this.pullPocket.classList.add(r);
this.pullCaption = this.bottomCaption;
this.pullLoading = this.bottomLoading
}
},
_initPocket: function() {
var w = this.options;
if (w.down && w.down.hasOwnProperty("callback")) {
this.topPocket = this.scroller.querySelector("." + p);
if (!this.topPocket) {
this.topPocket = this._createPocket(p, w.down, g);
this.wrapper.insertBefore(this.topPocket, this.wrapper.firstChild)
}
this.topLoading = this.topPocket.querySelector("." + o);
this.topCaption = this.topPocket.querySelector("." + k)
}
if (w.up && w.up.hasOwnProperty("callback")) {
this.bottomPocket = this.scroller.querySelector("." + j);
if (!this.bottomPocket) {
this.bottomPocket = this._createPocket(j, w.up, f);
this.scroller.appendChild(this.bottomPocket)
}
this.bottomLoading = this.bottomPocket.querySelector("." + o);
this.bottomCaption = this.bottomPocket.querySelector("." + k);
this.wrapper.addEventListener("scrollbottom", this)
}
},
_createPocket: function(w, y, x) {
var z = s.createElement("div");
z.className = w;
z.innerHTML = u.replace("{contentrefresh}", y.contentinit).replace("{icon}", x);
return z
},
_resetPullDownLoading: function() {
var w = this.pullLoading;
if (w) {
this.pullCaption.innerHTML = this.options.down.contentdown;
w.style.webkitTransition = "";
w.style.webkitTransform = "";
w.style.webkitAnimation = "";
w.className = g
}
},
_setCaptionClass: function(x, w, y) {
if (!x) {
switch (y) {
case this.options.up.contentdown:
w.className = k + " " + l;
break;
case this.options.up.contentrefresh:
w.className = k + " " + n;
break;
case this.options.up.contentnomore:
w.className = k + " " + m;
break
}
}
},
_setCaption: function(D, B) {
if (this.loading) {
return
}
var z = this.options;
var A = this.pullPocket;
var w = this.pullCaption;
var y = this.pullLoading;
var x = this.pulldown;
var C = this;
if (A) {
if (B) {
setTimeout(function() {
w.innerHTML = C.lastTitle = D;
if (x) {
y.className = g
} else {
C._setCaptionClass(false, w, D);
y.className = f
}
y.style.webkitAnimation = "";
y.style.webkitTransition = "";
y.style.webkitTransform = ""
},
100)
} else {
if (D !== this.lastTitle) {
w.innerHTML = D;
if (x) {
if (D === z.down.contentrefresh) {
y.className = f;
y.style.webkitAnimation = "spinner-spin 1s step-end infinite"
} else {
if (D === z.down.contentover) {
y.className = h;
y.style.webkitTransition = "-webkit-transform 0.3s ease-in";
y.style.webkitTransform = "rotate(180deg)"
} else {
if (D === z.down.contentdown) {
y.className = g;
y.style.webkitTransition = "-webkit-transform 0.3s ease-in";
y.style.webkitTransform = "rotate(0deg)"
}
}
}
} else {
if (D === z.up.contentrefresh) {
y.className = f + " " + r
} else {
y.className = f + " " + c
}
C._setCaptionClass(false, w, D)
}
this.lastTitle = D
}
}
}
}
};
t.PullRefresh = v
})(window.jQuery, window.fui, document); (function(a, e, h, d, g) {
var c = "f-visibility";
var b = "f-hidden";
var f = e.Scroll.extend(a.extend({
handleEvent: function(i) {
this._super(i);
if (i.type === "scrollbottom") {
if (i.target === this.scroller) {
this._scrollbottom()
}
}
},
_scrollbottom: function() {
if (!this.pulldown && !this.loading) {
this.pulldown = false;
this._initPullupRefresh();
this.pullupLoading()
}
},
_start: function(i) {
if (i.touches && i.touches.length && i.touches[0].clientX > 30) {
i.target && !this._preventDefaultException(i.target, this.options.preventDefaultException) && i.preventDefault()
}
if (!this.loading) {
this.pulldown = this.pullPocket = this.pullCaption = this.pullLoading = false
}
this._super(i)
},
_drag: function(i) {
this._super(i);
if (!this.pulldown && !this.loading && this.topPocket && i.detail.direction === "down" && this.y >= 0) {
this._initPulldownRefresh()
}
if (this.pulldown) {
this._setCaption(this.y > this.options.down.height ? this.options.down.contentover: this.options.down.contentdown)
}
},
_reLayout: function() {
this.hasVerticalScroll = true;
this._super()
},
resetPosition: function(i) {
if (this.pulldown) {
if (this.y >= this.options.down.height) {
this.pulldownLoading(g, i || 0);
return true
} else { ! this.loading && this.topPocket.classList.remove(c)
}
}
return this._super(i)
},
pulldownLoading: function(k, j) {
typeof k === "undefined" && (k = this.options.down.height);
this.scrollTo(0, k, j, this.options.bounceEasing);
if (this.loading) {
return
}
this._initPulldownRefresh();
this._setCaption(this.options.down.contentrefresh);
this.loading = true;
this.indicators.map(function(l) {
l.fade(0)
});
var i = this.options.down.callback;
i && i.call(this)
},
endPulldownToRefresh: function() {
var i = this;
if (i.topPocket && i.loading && this.pulldown) {
i.scrollTo(0, 0, i.options.bounceTime, i.options.bounceEasing);
i.loading = false;
i._setCaption(i.options.down.contentdown, true);
setTimeout(function() {
i.loading || i.topPocket.classList.remove(c)
},
350)
}
},
pullupLoading: function(i, k, j) {
k = k || 0;
this.scrollTo(k, this.maxScrollY, j, this.options.bounceEasing);
if (this.loading) {
return
}
this._initPullupRefresh();
this._setCaption(this.options.up.contentrefresh);
this.indicators.map(function(l) {
l.fade(0)
});
this.loading = true;
i = i || this.options.up.callback;
i && i.call(this)
},
endPullupToRefresh: function(i) {
var j = this;
if (j.bottomPocket) {
j.loading = false;
if (i) {
this.finished = true;
j._setCaption(j.options.up.contentnomore);
j.wrapper.removeEventListener("scrollbottom", j)
} else {
j._setCaption(j.options.up.contentdown);
j.loading || j.bottomPocket.classList.remove(c)
}
}
},
disablePullupToRefresh: function() {
this._initPullupRefresh();
this.bottomPocket.className = "f-pull-bottom-pocket " + b;
this.wrapper.removeEventListener("scrollbottom", this)
},
enablePullupToRefresh: function() {
var i = this.pulldown;
this._initPullupRefresh();
this.bottomPocket.classList.remove(b);
this._setCaption(this.options.up.contentdown);
if (i) {
this.pulldown = true;
this.bottomPocket.classList.remove(c)
}
this.wrapper.addEventListener("scrollbottom", this)
},
refresh: function(i) {
if (i && this.finished) {
this.enablePullupToRefresh();
this.finished = false
}
this._super()
},
},
e.PullRefresh));
a.fn.pullRefresh = function(i) {
return new f(a(this), i)
}
})(window.jQuery, window.fui, window, document); (function(a, k, q, j, p) {
var e = "f-slider";
var f = "f-slider-group";
var i = "f-slider-loop";
var g = "f-slider-indicator";
var c = "f-action-previous";
var b = "f-action-next";
var h = "f-slider-item";
var d = "f-active";
var m = "." + h;
var l = "." + g;
var n = ".f-slider-progress-bar";
var o = k.Scroll.extend({
init: function(r, v) {
v = v || {};
r.addClass(e);
var s = a('');
r.append(s);
var w = this;
if (v.loop == p) {
w.loop = true
}
if ( !! v.indicator) {
w.$indicator = a('');
r.append(w.$indicator)
}
var t = v.data || [];
var u = t.length;
if (u == 0) {
return
} else {
if (u == 1) {
s.append('
')
}
}
}
this._super(s, a.extend(true, {
fingers: 1,
interval: 0,
scrollY: false,
scrollX: true,
indicators: false,
scrollTime: 1000,
startX: false,
slideTime: 0,
snap: m
},
v));
this.options.gotonum != p && this.options.gotonum > 0 && this.gotoItem(this.options.gotonum, 0)
},
_init: function() {
this._reInit();
if (this.scroller) {
this.scrollerStyle = this.scroller.style;
this.progressBar = this.wrapper.querySelector(n);
if (this.progressBar) {
this.progressBarWidth = this.progressBar.offsetWidth;
this.progressBarStyle = this.progressBar.style
}
this._super();
this._initTimer()
}
},
_triggerSlide: function() {
var s = this;
s.isInTransition = false;
var r = s.currentPage;
s.slideNumber = s._fixedSlideNumber();
if (s.loop && s.itemLength > 1) {
if (s.slideNumber === 0) {
s.setTranslate(s.pages[1][0].x, 0)
} else {
if (s.slideNumber === s.itemLength - 3) {
s.setTranslate(s.pages[s.itemLength - 2][0].x, 0)
}
}
}
if (s.lastSlideNumber != s.slideNumber) {
s.lastSlideNumber = s.slideNumber;
s.lastPage = s.currentPage;
k.trigger(s.wrapper, "slide", {
slideNumber: s.slideNumber
})
}
s._initTimer()
},
_handleSlide: function(u) {
var C = this;
if (u.target !== C.wrapper) {
return
}
var t = u.detail;
t.slideNumber = t.slideNumber || 0;
var D = C.scroller.querySelectorAll(m);
var z = [];
for (var v = 0,
A = D.length; v < A; v++) {
var y = D[v];
if (y.parentNode === C.scroller) {
z.push(y)
}
}
var r = t.slideNumber;
if (C.loop) {
r += 1
}
if (!C.wrapper.classList.contains("f-segmented-control")) {
for (var v = 0,
A = z.length; v < A; v++) {
var y = z[v];
if (y.parentNode === C.scroller) {
if (v === r) {
y.classList.add(d)
} else {
y.classList.remove(d)
}
}
}
}
var x = C.wrapper.parentNode.querySelector(".f-slider-indicator");
if (x) {
if (x.getAttribute("data-scroll")) {
a(x).scroll().gotoPage(t.slideNumber)
}
var w = x.querySelectorAll(".f-indicator");
if (w.length > 0) {
for (var v = 0,
A = w.length; v < A; v++) {
w[v].classList[v === t.slideNumber ? "add": "remove"](d)
}
} else {
var B = x.querySelector(".f-number span");
if (B) {
B.innerText = (t.slideNumber + 1)
} else {
var s = x.querySelectorAll(".f-control-item");
for (var v = 0,
A = s.length; v < A; v++) {
s[v].classList[v === t.slideNumber ? "add": "remove"](d)
}
}
}
}
u.stopPropagation()
},
_handleTabShow: function(r) {
var s = this;
s.gotoItem((r.detail.tabNumber || 0), s.options.slideTime)
},
_handleIndicatorTap: function(r) {
var s = this;
var t = r.target;
if (t.classList.contains(c) || t.classList.contains(b)) {
s[t.classList.contains(c) ? "prevItem": "nextItem"]();
r.stopPropagation()
}
},
_initEvent: function(s) {
var t = this;
t._super(s);
var r = s ? "removeEventListener": "addEventListener";
t.wrapper[r]("slide", this);
t.wrapper[r]("show.f.tab", this)
},
handleEvent: function(r) {
this._super(r);
switch (r.type) {
case "slide":
this._handleSlide(r);
break;
case "show.f.tab":
if (~this.snaps.indexOf(r.target)) {
this._handleTabShow(r)
}
break
}
},
_scrollend: function(r) {
this._super(r);
this._triggerSlide(r)
},
_drag: function(s) {
this._super(s);
var r = s.detail.direction;
if (r === "left" || r === "right") {
var t = this.wrapper.getAttribute("data-slidershowTimer");
t && q.clearTimeout(t);
s.stopPropagation()
}
},
_initTimer: function() {
var s = this;
var t = s.wrapper;
var r = s.options.interval;
var u = t.getAttribute("data-slidershowTimer");
u && q.clearTimeout(u);
if (r) {
u = q.setTimeout(function() {
if (!t) {
return
}
if ( !! (t.offsetWidth || t.offsetHeight)) {
s.nextItem(true)
}
s._initTimer()
},
r);
t.setAttribute("data-slidershowTimer", u)
}
},
_fixedSlideNumber: function(r) {
r = r || this.currentPage;
var s = r.pageX;
if (this.loop) {
if (r.pageX === 0) {
s = this.itemLength - 3
} else {
if (r.pageX === (this.itemLength - 1)) {
s = 0
} else {
s = r.pageX - 1
}
}
}
return s
},
_reLayout: function() {
this.hasHorizontalScroll = true;
this._super()
},
_getScroll: function() {
var r = a.parseTranslateMatrix(a.getStyles(this.scroller, "webkitTransform"));
return r ? r.x: 0
},
_transitionEnd: function(r) {
if (r.target !== this.scroller || !this.isInTransition) {
return
}
this._transitionTime();
this.isInTransition = false;
k.trigger(this.wrapper, "scrollend", this)
},
_flick: function(t) {
if (!this.moved) {
return
}
var r = t.detail;
var s = r.direction;
this._clearRequestAnimationFrame();
this.isInTransition = true;
if (t.type === "flick") {
if (r.deltaTime < 200) {
this.x = this._getPage((this.slideNumber + (s === "right" ? -1 : 1)), true).x
}
this.resetPosition(this.options.bounceTime)
} else {
if (t.type === "dragend" && !r.flick) {
this.resetPosition(this.options.bounceTime)
}
}
t.stopPropagation()
},
_initSnap: function() {
this.scrollerWidth = this.itemLength * this.scrollerWidth;
this.maxScrollX = Math.min(this.wrapperWidth - this.scrollerWidth, 0);
this._super();
if (!this.currentPage.x) {
var r = this.pages[this.loop ? 1 : 0];
r = r || this.pages[0];
if (!r) {
return
}
this.currentPage = r[0];
this.slideNumber = 0;
this.lastSlideNumber = typeof this.lastSlideNumber === "undefined" ? 0 : this.lastSlideNumber
} else {
this.slideNumber = this._fixedSlideNumber();
this.lastSlideNumber = typeof this.lastSlideNumber === "undefined" ? this.slideNumber: this.lastSlideNumber
}
this.options.startX = this.currentPage.x || 0
},
_getSnapX: function(r) {
return Math.max( - r, this.maxScrollX)
},
_getPage: function(s, r) {
if (this.loop) {
if (s > (this.itemLength - (r ? 2 : 3))) {
s = 1;
time = 0
} else {
if (s < (r ? -1 : 0)) {
s = this.itemLength - 2;
time = 0
} else {
s += 1
}
}
} else {
if (!r) {
if (s > (this.itemLength - 1)) {
s = 0;
time = 0
} else {
if (s < 0) {
s = this.itemLength - 1;
time = 0
}
}
}
s = Math.min(Math.max(0, s), this.itemLength - 1)
}
if (s < 0) {
s = 0
}
if (this.itemLength == 1) {
return this.pages[0][0]
}
return this.pages[s][0]
},
_gotoItem: function(r, s) {
this.currentPage = this._getPage(r, true);
this.scrollTo(this.currentPage.x, 0, s, this.options.scrollEasing);
if (s === 0) {
k.trigger(this.wrapper, "scrollend", this)
}
},
setTranslate: function(s, t) {
this._super(s, t);
var r = this.progressBar;
if (r) {
this.progressBarStyle.webkitTransform = this._getTranslateStr(( - s * (this.progressBarWidth / this.wrapperWidth)), 0)
}
},
resetPosition: function(r) {
r = r || 0;
if (this.x > 0) {
this.x = 0
} else {
if (this.x < this.maxScrollX) {
this.x = this.maxScrollX
}
}
this.currentPage = this._nearestSnap(this.x);
this.scrollTo(this.currentPage.x, 0, r, this.options.scrollEasing);
return true
},
gotoItem: function(r, s) {
this._gotoItem(r, typeof s === "undefined" ? this.options.scrollTime: s)
},
nextItem: function() {
this._gotoItem(this.slideNumber + 1, this.options.scrollTime)
},
prevItem: function() {
this._gotoItem(this.slideNumber - 1, this.options.scrollTime)
},
getSlideNumber: function() {
return this.slideNumber || 0
},
_reInit: function() {
var r = this.wrapper.querySelectorAll("." + f);
for (var s = 0,
t = r.length; s < t; s++) {
if (r[s].parentNode === this.wrapper) {
this.scroller = r[s];
break
}
}
this.scrollerStyle = this.scroller && this.scroller.style;
if (this.progressBar) {
this.progressBarWidth = this.progressBar.offsetWidth;
this.progressBarStyle = this.progressBar.style
}
},
refresh: function(r) {
if (r) {
a.extend(this.options, r);
this._super();
this._initTimer()
} else {
this._super()
}
},
destroy: function() {
this._initEvent(true);
this.wrapper.setAttribute("data-slider", "")
}
});
a.fn.slider = function(r) {
return new o(a(this), r)
}
})(window.jQuery, window.fui, window, document); (function(a, h, d) {
var b = "f-zoom";
var c = "f-zoom-scroller";
var i = "." + b;
var j = "." + c;
var g = "pinchstart";
var e = "pinch";
var f = "pinchend";
if ("ongesturestart" in window) {
g = "gesturestart";
e = "gesturechange";
f = "gestureend"
}
a.Zoom = function(l, C) {
var L = this;
L.options = a.extend(a.Zoom.defaults, C);
L.wrapper = L.element = l;
L.scroller = l.querySelector(j);
L.scrollerStyle = L.scroller && L.scroller.style;
L.zoomer = l.querySelector(i);
L.zoomerStyle = L.zoomer && L.zoomer.style;
L.init = function() {
h.options.gestureConfig.pinch = true;
h.options.gestureConfig.doubletap = true;
L.initEvents()
};
L.initEvents = function(N) {
var M = N ? "removeEventListener": "addEventListener";
var O = L.scroller;
O[M](g, L.onPinchstart);
O[M](e, L.onPinch);
O[M](f, L.onPinchend);
O[M](h.event.start, L.onTouchstart);
O[M](h.event.move, L.onTouchMove);
O[M](h.event.cancel, L.onTouchEnd);
O[M](h.event.end, L.onTouchEnd);
O[M]("drag", L.dragEvent);
O[M]("doubletap", L.doubleTapEvent)
};
L.dragEvent = function(M) {
if (p || A) {
M.stopPropagation()
}
};
L.doubleTapEvent = function(M) {
L.toggleZoom(M.detail.center)
};
L.transition = function(M, N) {
N = N || 0;
M.webkitTransitionDuration = N + "ms";
return L
};
L.translate = function(M, N, O) {
N = N || 0;
O = O || 0;
M.webkitTransform = "translate3d(" + N + "px," + O + "px,0px)";
return L
};
L.scale = function(N, M) {
M = M || 1;
N.webkitTransform = "translate3d(0,0,0) scale(" + M + ")";
return L
};
L.scrollerTransition = function(M) {
return L.transition(L.scrollerStyle, M)
};
L.scrollerTransform = function(M, N) {
return L.translate(L.scrollerStyle, M, N)
};
L.zoomerTransition = function(M) {
return L.transition(L.zoomerStyle, M)
};
L.zoomerTransform = function(M) {
return L.scale(L.zoomerStyle, M)
};
var D = 1,
k = 1,
B = false,
A = false;
L.onPinchstart = function(M) {
A = true
};
L.onPinch = function(M) {
if (!B) {
L.zoomerTransition(0);
B = true
}
D = (M.detail ? M.detail.scale: M.scale) * k;
if (D > L.options.maxZoom) {
D = L.options.maxZoom - 1 + Math.pow((D - L.options.maxZoom + 1), 0.5)
}
if (D < L.options.minZoom) {
D = L.options.minZoom + 1 - Math.pow((L.options.minZoom - D + 1), 0.5)
}
L.zoomerTransform(D)
};
L.onPinchend = function(M) {
D = Math.max(Math.min(D, L.options.maxZoom), L.options.minZoom);
L.zoomerTransition(L.options.speed).zoomerTransform(D);
k = D;
B = false
};
L.setZoom = function(M) {
D = k = M;
L.scrollerTransition(L.options.speed).scrollerTransform(0, 0);
L.zoomerTransition(L.options.speed).zoomerTransform(D)
};
L.toggleZoom = function(Q, R) {
if (typeof Q === "number") {
R = Q;
Q = undefined
}
R = typeof R === "undefined" ? L.options.speed: R;
if (D && D !== 1) {
D = k = 1;
L.scrollerTransition(R).scrollerTransform(0, 0)
} else {
D = k = L.options.maxZoom;
if (Q) {
var N = h.offset(L.zoomer);
var S = N.top;
var M = N.left;
var O = (Q.x - M) * D;
var P = (Q.y - S) * D;
this._cal();
if (O >= r && O <= (r + K)) {
O = r - O + K / 2
} else {
if (O < r) {
O = r - O + K / 2
} else {
if (O > (r + K)) {
O = r + K - O - K / 2
}
}
}
if (P >= s && P <= (s + J)) {
P = s - P + J / 2
} else {
if (P < s) {
P = s - P + J / 2
} else {
if (P > (s + J)) {
P = s + J - P - J / 2
}
}
}
O = Math.min(Math.max(O, t), r);
P = Math.min(Math.max(P, u), s);
L.scrollerTransition(R).scrollerTransform(O, P)
} else {
L.scrollerTransition(R).scrollerTransform(0, 0)
}
}
L.zoomerTransition(R).zoomerTransform(D)
};
L._cal = function() {
K = L.wrapper.offsetWidth;
J = L.wrapper.offsetHeight;
z = L.zoomer.offsetWidth;
o = L.zoomer.offsetHeight;
var N = z * D;
var M = o * D;
t = Math.min((K / 2 - N / 2), 0);
r = -t;
u = Math.min((J / 2 - M / 2), 0);
s = -u
};
var K, J, q, p, m, n, t, u, r, s, z, o, y = {},
x = {},
v, w, E, G, H, F, I;
L.onTouchstart = function(M) {
M.preventDefault();
q = true;
y.x = M.type === "touchstart" ? M.targetTouches[0].pageX: M.pageX;
y.y = M.type === "touchstart" ? M.targetTouches[0].pageY: M.pageY
};
L.onTouchMove = function(M) {
M.preventDefault();
if (!q) {
return
}
if (!p) {
K = L.wrapper.offsetWidth;
J = L.wrapper.offsetHeight;
z = L.zoomer.offsetWidth;
o = L.zoomer.offsetHeight;
var P = h.parseTranslateMatrix(h.getStyles(L.scroller, "webkitTransform"));
v = P.x || 0;
w = P.y || 0;
L.scrollerTransition(0)
}
var O = z * D;
var N = o * D;
if (O < K && N < J) {
return
}
t = Math.min((K / 2 - O / 2), 0);
r = -t;
u = Math.min((J / 2 - N / 2), 0);
s = -u;
x.x = M.type === h.event.move ? M.targetTouches[0].pageX: M.pageX;
x.y = M.type === h.event.move ? M.targetTouches[0].pageY: M.pageY;
if (!p && !B) {
if ((Math.floor(t) === Math.floor(v) && x.x < y.x) || (Math.floor(r) === Math.floor(v) && x.x > y.x)) {
q = false;
return
}
}
p = true;
m = x.x - y.x + v;
n = x.y - y.y + w;
if (m < t) {
m = t + 1 - Math.pow((t - m + 1), 0.8)
}
if (m > r) {
m = r - 1 + Math.pow((m - r + 1), 0.8)
}
if (n < u) {
n = u + 1 - Math.pow((u - n + 1), 0.8)
}
if (n > s) {
n = s - 1 + Math.pow((n - s + 1), 0.8)
}
if (!E) {
E = x.x
}
if (!F) {
F = x.y
}
if (!G) {
G = h.now()
}
H = (x.x - E) / (h.now() - G) / 2;
I = (x.y - F) / (h.now() - G) / 2;
if (Math.abs(x.x - E) < 2) {
H = 0
}
if (Math.abs(x.y - F) < 2) {
I = 0
}
E = x.x;
F = x.y;
G = h.now();
L.scrollerTransform(m, n)
};
L.onTouchEnd = function(M) {
if (!M.touches || !M.touches.length) {
A = false
}
if (!q || !p) {
q = false;
p = false;
return
}
q = false;
p = false;
var Q = 300;
var R = 300;
var N = H * Q;
var S = m + N;
var O = I * R;
var T = n + O;
if (H !== 0) {
Q = Math.abs((S - m) / H)
}
if (I !== 0) {
R = Math.abs((T - n) / I)
}
var P = Math.max(Q, R);
m = S;
n = T;
var V = z * D;
var U = o * D;
t = Math.min((K / 2 - V / 2), 0);
r = -t;
u = Math.min((J / 2 - U / 2), 0);
s = -u;
m = Math.max(Math.min(m, r), t);
n = Math.max(Math.min(n, s), u);
L.scrollerTransition(P).scrollerTransform(m, n)
};
L.destroy = function() {
L.initEvents(true);
delete h.data[L.wrapper.getAttribute("data-zoomer")];
L.wrapper.setAttribute("data-zoomer", "")
};
L.init();
return L
};
a.Zoom.defaults = {
speed: 300,
maxZoom: 3,
minZoom: 1,
};
a.fn.zoom = function(k) {
var l = [];
this.each(function() {
var o = null;
var n = this;
var m = n.getAttribute("data-zoomer");
if (!m) {
m = h.guid();
h.data[m] = o = new a.Zoom(n, k);
n.setAttribute("data-zoomer", m)
} else {
o = h.data[m]
}
l.push(o)
});
return l.length === 1 ? l[0] : l
}
})(window.jQuery, window.fui, document); (function(a, d, c) {
var e = null;
var b = {
init: function(g) {
var f = a("#fui_imagePreview");
if (f.length == 0) {
f = a('
');
a("body").append(f);
b.bindEvent(f)
}
f.addClass("f-imagePreview-in");
f[0].dfop = g;
f.show();
setTimeout(function() {
f.removeClass("f-imagePreview-in");
f.find(".f-imagePreview-slider").slider({
data: g.data,
loop: true,
indicator: true,
gotonum: g.gotonum
});
var h = f.find("img");
h.addClass("f-zoom");
h.parent().addClass("f-zoom-scroller");
h.parent().parent().addClass("f-zoom-wrapper").zoom();
f.find("img").each(function() {
var i = a(this)[0];
i.addEventListener("doubletap",
function() {
e && e.cancel();
e = null
})
});
f = null
},
500)
},
bindEvent: function(f) {
f.on("tap",
function(h) {
var i = h.target || h.srcElement;
var g = a(this);
var j = g[0].dfop;
if (j.taphold) {
g = null;
j.taphold = false;
return false
}
if (i.tagName !== "IMG") {
b.close(g)
} else {
b.laterCloseEvent()
}
g = null
});
f.on("taphold",
function() {
var g = a(this);
var i = g[0].dfop;
var h = "";
if (g.find("img").length === 1) {
h = g.find("img").attr("src")
} else {
h = g.find(".f-slider-item.f-active img").attr("src")
}
i.holdEvent && i.holdEvent(h);
i.taphold = true;
g = null;
return false
})
},
close: function(f) {
e = null;
f.addClass("f-imagePreview-out");
setTimeout(function() {
f.hide();
f.removeClass("f-imagePreview-out");
var g = f.find("img");
var h = g.parent().parent().addClass("f-zoom-wrapper").zoom();
a.each(h,
function(i, j) {
j && j.destroy && j.destroy()
});
f.find(".f-imagePreview-slider").remove();
f.append('');
g = null;
f = null
},
500)
},
laterCloseEvent: function() { ! e && (e = d.later(function() {
b.close(a("#fui_imagePreview"))
},
300))
}
};
d.imagePreview = function(f) {
if (f == undefined || !f.data || f.data.length == 0) {
return
}
b.init(f)
};
a.fn.imagePreviewClose = function() {
b.close(a(this))
}
})(window.jQuery, window.fui, document); (function(a) {
a.fn.toptab = function(f, e) {
var b = a(this);
f = f || [];
if (f.length > 0) {
b.addClass("f-toptab");
var c = a('
');
var d = a('');
a.each(f,
function(i, j) {
var g = '' + j + "";
c.find("div").append(g);
var h = '';
d.append(h)
});
b.append(c);
b.append(d);
c[0].callback = e;
c.find(".f-toptab-btn").on("tap",
function() {
var h = a(this);
var i = h.parent().parent();
var g = i.next();
if (!h.hasClass("f-active")) {
i.find(".f-active").removeClass("f-active");
h.addClass("f-active");
g.find(".f-active").removeClass("f-active");
var k = h.attr("data-value");
g.find('[data-value="' + k + '"]').addClass("f-active");
var j = i[0].callback;
j && j(k)
}
h = null;
i = null;
g = null
});
return d.find(".f-toptab-content-item")
}
return null
}
})(window.jQuery); (function(a) {
a.fn.ftimeline = function(f) {
var c = a(this);
c.addClass("f-timeline");
var e = a('');
var d = a("
");
var b = a('
当前
');
d.append(b);
a.each(f,
function(j, k) {
var i = a('
');
if (j == 0) {
i.find("div").addClass("f-timeline-current")
}
var h = i.find(".f-timeline-wrap");
var g = a('
');
e.html(d);
c.html(e)
}
})(window.jQuery); (function(a, c) {
var b = {
init: function(d, g) {
var f = '
';
if (g.cancelBtn) {
f += '
' + g.cancelBtn + "
"
}
if (g.restBtn) {
f += '
' + g.restBtn + "
"
}
f += "
";
if (g.okBtn) {
f += '
' + g.okBtn + "
"
}
f += '
';
var e = a(f);
d.parent().append(e);
e.find(".f-popright-body").append(d);
d.addClass("f-popright-bodyContent");
e.find(".f-popright-body").scroll();
b.bindEvent(e, g);
d = null;
e = null
},
bindEvent: function(d, e) {
d.on("tap",
function(g) {
g = g || window.event;
var h = g.target || g.srcElement;
var f = a(h);
if (f.hasClass("f-popright")) {
f.removeClass("active")
}
});
d.find(".f-popright-btn").on("tap", {
fop: e
},
function(h) {
var f = a(this);
var i = f.attr("data-value");
var g = h.data.fop;
g.callBack && g.callBack(i, f.parents(".f-popright").find(".f-popright-bodyContent"));
if (i == "ok" || i == "cancel") {
f.parents(".f-popright").removeClass("active")
}
});
d = null
}
};
a.fn.fpopright = function(f) {
var e = {
okBtn: "确定",
restBtn: "重置",
cancelBtn: "取消",
callBack: false
};
var d = a(this);
if (d[0].fop) {
return d
}
a.extend(e, f || {});
d[0].fop = e;
b.init(d, e);
return d
};
a.fn.fpoprightShow = function() {
var e = a(this);
var d = e.parents(".f-popright");
if (!d.hasClass("active")) {
d.addClass("active")
}
d = null;
e = null
};
a.fn.fpoprightHide = function() {
var e = a(this);
var d = e.parents(".f-popright");
if (d.hasClass("active")) {
d.removeClass("active")
}
d = null;
e = null
}
})(window.jQuery, window.fui); (function(a) {
var v = false;
var s = false;
var c = false;
var u = false;
var w = false;
var x = 0;
var l = 0;
var t = 0;
var j = false;
var k = false;
var n = false;
var f = "f-swipebtn-handler";
var g = "f-swipebtn-right";
var d = "f-swipebtn-btn";
var h = "f-swipebtn-transitioning";
var e = "f-swipebtn-selected";
var p = "." + f;
var q = "." + g;
var o = "." + d;
var m = 0.8;
var y = function() {
var z;
if (x !== l) {
if (c && c.length > 0) {
n = x / t;
if (x < -t) {
x = -t - Math.pow( - x - t, m)
}
for (var B = 0,
C = c.length; B < C; B++) {
var A = c[B];
if (typeof A._buttonOffset === "undefined") {
A._buttonOffset = A.offsetLeft
}
z = A._buttonOffset;
r(A, (x - z * (1 + Math.max(n, -1))))
}
}
r(v, x);
l = x
}
w = requestAnimationFrame(function() {
y()
})
};
var r = function(z, A) {
if (z && z.style) {
z.style.webkitTransform = "translate(" + A + "px,0)"
}
};
var i = {
handleEvent: function(z) {
switch (z.type) {
case "drag":
this.drag(z);
break;
case "dragend":
this.dragend(z);
break;
case "swiperight":
this.swiperight(z);
break;
case "swipeleft":
this.swipeleft(z);
break
}
},
drag: function(F) {
F = F || window.event;
var E = F.target || F.srcElement;
var B = null;
var z = a(E);
if (z.hasClass("f-swipebtn")) {
B = z[0]
} else {
B = z.parents(".f-swipebtn")[0]
}
z = null;
if (!j) {
v = s = c = u = w = false;
v = B.querySelector(p);
if (v) {
s = B.querySelector(q);
if (s) {
t = s.offsetWidth;
c = s.querySelectorAll(o)
}
B.classList.remove(h);
k = B.classList.contains(e)
}
}
var C = F.detail;
var D = C.direction;
var A = C.angle;
if (D === "left" && (A > 150 || A < -150)) {
if (c) {
j = true
}
} else {
if (D === "right" && (A > -30 && A < 30)) {
if ((c && k)) {
j = true
}
}
}
if (j) {
F.stopPropagation();
F.detail.gesture.preventDefault();
var G = F.detail.deltaX;
if (k) {
G = G - t
}
if ((G < 0 && !c)) {
if (!k) {
return
}
G = 0
}
if (G < 0) {
u = "toLeft"
} else {
if (G > 0) {
u = "toRight"
} else {
if (!u) {
u = "toLeft"
}
}
}
if (!w) {
y()
}
x = G
}
},
swipeleft: function(z) {
if (j) {
z.stopPropagation()
}
},
swiperight: function(z) {
if (j) {
z.stopPropagation()
}
},
dragend: function(J) {
if (!j) {
return
}
J = J || window.event;
var I = J.target || J.srcElement;
var G = null;
var z = a(I);
if (z.hasClass("f-swipebtn")) {
G = z[0]
} else {
G = z.parents(".f-swipebtn")[0]
}
z = null;
J.stopPropagation();
if (w) {
cancelAnimationFrame(w);
w = null
}
var H = J.detail;
j = false;
var A = "close";
var B = u === "toLeft" ? t: 0;
var L = H.swipe || (Math.abs(x) > B / 2);
if (L) {
if (!k) {
A = "open"
} else {
if (H.direction === "left") {
A = "open"
}
}
}
G.classList.add(h);
var F;
if (A === "open") {
var N = u === "toLeft" ? -B: B;
r(v, N);
F = u === "toLeft" ? c: "undefined";
if (typeof F !== "undefined") {
var C = null;
for (var K = 0; K < F.length; K++) {
C = F[K];
r(C, N)
}
C.parentNode.classList.add(e);
G.classList.add(e);
if (!k) {
fui.trigger(G, u === "toLeft" ? "slideleft": "slideright")
}
}
} else {
r(v, 0);
s && s.classList.remove(e);
G.classList.remove(e)
}
var D;
if (c && c.length > 0 && c !== F) {
for (var K = 0,
M = c.length; K < M; K++) {
var E = c[K];
D = E._buttonOffset;
if (typeof D === "undefined") {
E._buttonOffset = E.offsetLeft
}
r(E, -D)
}
}
}
};
var b = function(z) {
var A = z[0];
A.addEventListener("drag", i);
A.addEventListener("dragend", i);
A.addEventListener("swiperight", i);
A.addEventListener("swipeleft", i)
};
a.fn.fswipebtn = function() {
a(this).each(function() {
b(a(this))
})
}
})(window.jQuery); (function(a, c) {
var b = {
init: function(d, f) {
f.id = c.guid();
var e = '
";
a("body").append(e);
c.createMask();
b.bindEvent(d, f)
},
bindEvent: function(e, f) {
e.on("tap",
function() {
var h = a(this);
if (h.attr("readonly") || h.parents(".lr-form-row").attr("readonly")) {
return false
}
var j = h[0];
var i = j.fop;
i.callback && i.callback();
var g = a("#pop_" + i.id);
if (!g.hasClass("active")) {
g.addClass("active");
c.showMask()
}
g.find(".selected").removeClass("selected");
setTimeout(function() {
if (i.value != undefined && i.value != "" && i.value != null) {
var k = i.value.split(",");
a.each(k,
function(l, m) {
g.find('[data-value="' + m + '"]').addClass("selected")
})
}
g = null
},
300);
return false
});
var d = a("#pop_" + f.id);
d.find(".f-checkbox-body").scroll();
d.find(".f-checkbox-body").on("tap",
function(h) {
h = h || window.event;
var i = h.target || h.srcElement;
var g = a(i);
if (g.hasClass("f-checkbox-item")) {
if (g.hasClass("selected")) {
g.removeClass("selected")
} else {
g.addClass("selected")
}
return false
}
});
d.find(".f-checkbox-cancel").on("tap",
function() {
var g = a(this).parents(".f-checkbox");
g.removeClass("active");
c.hideMask();
return false
});
d.find(".f-checkbox-ok").on("tap", {
$self: e,
fop: f
},
function(j) {
var g = a(this).parents(".f-checkbox");
g.removeClass("active");
c.hideMask();
j = j || window.event;
var k = j.data.fop;
var h = j.data.$self;
var l = [];
var m = [];
var i = [];
g.find(".selected").each(function() {
var o = a(this).attr("data-value");
var n = k.dataMap[o];
m.push(o);
l.push(n[k.itext]);
i.push(n)
});
if (k.value != String(m)) {
k.value = String(m);
k.text = String(l);
h.trigger("change");
if ( !! k.change) {
k.change(k.value, k.text, i, h)
}
}
g = null;
h = null;
return false
});
d = null
}
};
a.fn.fcheckbox = function(f) {
var d = a(this);
if (d.length === 0) {
return d
}
if (d[0].fop) {
return d
}
var e = {
data: [],
change: false,
ivalue: "value",
itext: "text"
};
a.extend(e, f || {});
d[0].fop = e;
b.init(d, e);
return d
};
a.fn.fcheckboxSet = function(i) {
var d = a(this);
if (d.length > 0) {
var g = d[0].fop;
if (i != undefined && i != "" && i != null) {
var j = i.split(",");
var h = [];
var f = [];
var e = [];
a.each(j,
function(k, m) {
if (m) {
e.push(m);
var l = g.dataMap[m];
if (l) {
h.push(l[g.itext] || "");
f.push(l)
}
}
});
g.value = String(e);
g.text = String(h);
d.trigger("change");
if ( !! g.change) {
g.change(g.value, g.text, f, d)
}
}
}
d = null
};
a.fn.fcheckboxSetData = function(f) {
var e = a(this);
if (e.length > 0) {
var g = e[0].fop;
if (g) {
g.dataMap = {};
g.data = f || [];
var d = a("#pop_" + g.id + " .f-scroll");
d.html("");
a.each(g.data,
function(h, i) {
g.dataMap[i[g.ivalue]] = i;
d.append('
');
setTimeout(function () {
$this.fcheckbox(dfop).on('change', function () {
var $self = $(this);
var text = $self[0].fop.text || '';
var $text = $self.find('.text');
if (text === ''){
$self.find('.text').text($self[0].fop.placeholder);
}
else {
$text.html('');
var textlist = text.split(',');
$.each(textlist, function (_index, _item) {
var _html = '
' + _item + '
';
$text.append(_html);
});
}
$text = null;
});
}, 100);
return $this;
};
// 多选框(获取数据值)
$.fn.lrcheckboxGet = function (type) {
var $this = $(this);
if ($this.length === 0) {
return "";
}
var fop = $this[0].fop;
if (type === 'text') {
return fop.text;
}
else {
return fop.value;
}
};
// 多选框(设置数据值)
$.fn.lrcheckboxSet = function (value) {
var $this = $(this);
if ($this.length === 0) {
return false;
}
function set(value, $this) {
if (!$this[0].fop) {
setTimeout(function () {
set(value, $this);
}, 100);
}
else {
var fop = $this[0].fop;
if (value) {
fop._lrTmpValue = value;
}
$this.fcheckboxSet(value);
if (value === '') {
fop.value = '';
fop.text = '';
$this.find('.text').text(fop.placeholder);
}
}
}
set(value, $this);
};
// 多选框(更新数据)
$.fn.lrcheckboxSetData = function (data) {
var $this = $(this);
if ($this.length === 0) {
return false;
}
function updateData(data, $this) {
if (!$this[0].fop) {
setTimeout(function () {
updateData(data, $this);
}, 100);
}
else {
$this.fcheckboxSetData(data);
$this.lrcheckboxSet($this[0].fop._lrTmpValue);
}
}
updateData(data, $this);
};
})(window.jQuery, window.lrmui, window.fui, window);