(function(d,j,f,k,a){var l=0;var e=(function(){var q=k.userAgent,p=/msie\s\d+/i,o;if(q.search(p)>0){o=p.exec(q).toString();o=o.split(" ")[1];if(o<9){d("html").addClass("lt-ie9");return true}}return false}());if(!Function.prototype.bind){Function.prototype.bind=function h(p){var q=this;var r=[].slice;if(typeof q!="function"){throw new TypeError()}var n=r.call(arguments,1),o=function(){if(this instanceof o){var u=function(){};u.prototype=q.prototype;var t=new u();var s=q.apply(t,n.concat(r.call(arguments)));if(Object(s)===s){return s}return t}else{return q.apply(p,n.concat(r.call(arguments)))}};return o}}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(q,r){var p;if(this==null){throw new TypeError('"this" is null or not defined')}var s=Object(this);var o=s.length>>>0;if(o===0){return -1}var t=+r||0;if(Math.abs(t)===Infinity){t=0}if(t>=o){return -1}p=Math.max(t>=0?t:o-Math.abs(t),0);while(p';this.$cache.input.before(n);this.$cache.input.prop("readonly",true);this.$cache.cont=this.$cache.input.prev();this.result.slider=this.$cache.cont;this.$cache.cont.html(g);this.$cache.rs=this.$cache.cont.find(".irs");this.$cache.min=this.$cache.cont.find(".irs-min");this.$cache.max=this.$cache.cont.find(".irs-max");this.$cache.from=this.$cache.cont.find(".irs-from");this.$cache.to=this.$cache.cont.find(".irs-to");this.$cache.single=this.$cache.cont.find(".irs-single");this.$cache.bar=this.$cache.cont.find(".irs-bar");this.$cache.line=this.$cache.cont.find(".irs-line");this.$cache.grid=this.$cache.cont.find(".irs-grid");if(this.options.type==="single"){this.$cache.cont.append(m);this.$cache.edge=this.$cache.cont.find(".irs-bar-edge");this.$cache.s_single=this.$cache.cont.find(".single");this.$cache.from[0].style.visibility="hidden";this.$cache.to[0].style.visibility="hidden";this.$cache.shad_single=this.$cache.cont.find(".shadow-single")}else{this.$cache.cont.append(b);this.$cache.s_from=this.$cache.cont.find(".from");this.$cache.s_to=this.$cache.cont.find(".to");this.$cache.shad_from=this.$cache.cont.find(".shadow-from");this.$cache.shad_to=this.$cache.cont.find(".shadow-to");this.setTopHandler()}if(this.options.hide_from_to){this.$cache.from[0].style.display="none";this.$cache.to[0].style.display="none";this.$cache.single[0].style.display="none"}this.appendGrid();if(this.options.disable){this.appendDisableMask();this.$cache.input[0].disabled=true}else{this.$cache.cont.removeClass("irs-disabled");this.$cache.input[0].disabled=false;this.bindEvents()}if(this.options.drag_interval){this.$cache.bar[0].style.cursor="ew-resize"}},setTopHandler:function(){var o=this.options.min,n=this.options.max,q=this.options.from,p=this.options.to;if(q>o&&p===n){this.$cache.s_from.addClass("type_last")}else{if(pthis.coords.p_to_real){this.coords.p_from_real=this.coords.p_to_real}this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max);this.coords.p_from_real=this.checkMinInterval(this.coords.p_from_real,this.coords.p_to_real,"from");this.coords.p_from_real=this.checkMaxInterval(this.coords.p_from_real,this.coords.p_to_real,"from");this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real);break;case"to":if(this.options.to_fixed){break}this.coords.p_to_real=this.convertToRealPercent(u);this.coords.p_to_real=this.calcWithStep(this.coords.p_to_real);if(this.coords.p_to_real100){p=100;n=p-r}this.coords.p_from_real=this.calcWithStep(n);this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max);this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real);this.coords.p_to_real=this.calcWithStep(p);this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max);this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real);break}if(this.options.type==="single"){this.coords.p_bar_x=(this.coords.p_handle/2);this.coords.p_bar_w=this.coords.p_single_fake;this.result.from_percent=this.coords.p_single_real;this.result.from=this.convertToValue(this.coords.p_single_real);if(this.options.values.length){this.result.from_value=this.options.values[this.result.from]}}else{this.coords.p_bar_x=this.toFixed(this.coords.p_from_fake+(this.coords.p_handle/2));this.coords.p_bar_w=this.toFixed(this.coords.p_to_fake-this.coords.p_from_fake);this.result.from_percent=this.coords.p_from_real;this.result.from=this.convertToValue(this.coords.p_from_real);this.result.to_percent=this.coords.p_to_real;this.result.to=this.convertToValue(this.coords.p_to_real);if(this.options.values.length){this.result.from_value=this.options.values[this.result.from];this.result.to_value=this.options.values[this.result.to]}}this.calcMinMax();this.calcLabels()},calcPointerPercent:function(){if(!this.coords.w_rs){this.coords.p_pointer=0;return}if(this.coords.x_pointer<0||isNaN(this.coords.x_pointer)){this.coords.x_pointer=0}else{if(this.coords.x_pointer>this.coords.w_rs){this.coords.x_pointer=this.coords.w_rs}}this.coords.p_pointer=this.toFixed(this.coords.x_pointer/this.coords.w_rs*100)},convertToRealPercent:function(n){var o=100-this.coords.p_handle;return n/o*100},convertToFakePercent:function(o){var n=100-this.coords.p_handle;return o/100*n},getHandleX:function(){var o=100-this.coords.p_handle,n=this.toFixed(this.coords.p_pointer-this.coords.p_gap);if(n<0){n=0}else{if(n>o){n=o}}return n},calcHandlePercent:function(){if(this.options.type==="single"){this.coords.w_handle=this.$cache.s_single.outerWidth(false)}else{this.coords.w_handle=this.$cache.s_from.outerWidth(false)}this.coords.p_handle=this.toFixed(this.coords.w_handle/this.coords.w_rs*100)},chooseHandle:function(n){if(this.options.type==="single"){return"single"}else{var o=this.coords.p_from_real+((this.coords.p_to_real-this.coords.p_from_real)/2);if(n>=o){return this.options.to_fixed?"from":"to"}else{return this.options.from_fixed?"to":"from"}}},calcMinMax:function(){if(!this.coords.w_rs){return}this.labels.p_min=this.labels.w_min/this.coords.w_rs*100;this.labels.p_max=this.labels.w_max/this.coords.w_rs*100},calcLabels:function(){if(!this.coords.w_rs||this.options.hide_from_to){return}if(this.options.type==="single"){this.labels.w_single=this.$cache.single.outerWidth(false);this.labels.p_single_fake=this.labels.w_single/this.coords.w_rs*100;this.labels.p_single_left=this.coords.p_single_fake+(this.coords.p_handle/2)-(this.labels.p_single_fake/2);this.labels.p_single_left=this.checkEdges(this.labels.p_single_left,this.labels.p_single_fake)}else{this.labels.w_from=this.$cache.from.outerWidth(false);this.labels.p_from_fake=this.labels.w_from/this.coords.w_rs*100;this.labels.p_from_left=this.coords.p_from_fake+(this.coords.p_handle/2)-(this.labels.p_from_fake/2);this.labels.p_from_left=this.toFixed(this.labels.p_from_left);this.labels.p_from_left=this.checkEdges(this.labels.p_from_left,this.labels.p_from_fake);this.labels.w_to=this.$cache.to.outerWidth(false);this.labels.p_to_fake=this.labels.w_to/this.coords.w_rs*100;this.labels.p_to_left=this.coords.p_to_fake+(this.coords.p_handle/2)-(this.labels.p_to_fake/2);this.labels.p_to_left=this.toFixed(this.labels.p_to_left);this.labels.p_to_left=this.checkEdges(this.labels.p_to_left,this.labels.p_to_fake);this.labels.w_single=this.$cache.single.outerWidth(false);this.labels.p_single_fake=this.labels.w_single/this.coords.w_rs*100;this.labels.p_single_left=((this.labels.p_from_left+this.labels.p_to_left+this.labels.p_to_fake)/2)-(this.labels.p_single_fake/2);this.labels.p_single_left=this.toFixed(this.labels.p_single_left);this.labels.p_single_left=this.checkEdges(this.labels.p_single_left,this.labels.p_single_fake)}},updateScene:function(){if(this.raf_id){cancelAnimationFrame(this.raf_id);this.raf_id=null}clearTimeout(this.update_tm);this.update_tm=null;if(!this.options){return}this.drawHandles();if(this.is_active){this.raf_id=requestAnimationFrame(this.updateScene.bind(this))}else{this.update_tm=setTimeout(this.updateScene.bind(this),300)}},drawHandles:function(){this.coords.w_rs=this.$cache.rs.outerWidth(false);if(!this.coords.w_rs){return}if(this.coords.w_rs!==this.coords.w_rs_old){this.target="base";this.is_resize=true}if(this.coords.w_rs!==this.coords.w_rs_old||this.force_redraw){this.setMinMax();this.calc(true);this.drawLabels();if(this.options.grid){this.calcGridMargin();this.calcGridLabels()}this.force_redraw=true;this.coords.w_rs_old=this.coords.w_rs;this.drawShadow()}if(!this.coords.w_rs){return}if(!this.dragging&&!this.force_redraw&&!this.is_key){return}if(this.old_from!==this.result.from||this.old_to!==this.result.to||this.force_redraw||this.is_key){this.drawLabels();this.$cache.bar[0].style.width=(this.coords.p_bar_w+this.coords.p_bar_x)+"%";if(this.options.type==="single"){this.$cache.s_single[0].style.left=this.coords.p_single_fake+"%";this.$cache.single[0].style.left=this.labels.p_single_left+"%";if(this.options.values.length){this.$cache.input.prop("value",this.result.from_value)}else{this.$cache.input.prop("value",this.result.from)}this.$cache.input.data("from",this.result.from)}else{this.$cache.s_from[0].style.left=this.coords.p_from_fake+"%";this.$cache.s_to[0].style.left=this.coords.p_to_fake+"%";if(this.old_from!==this.result.from||this.force_redraw){this.$cache.from[0].style.left=this.labels.p_from_left+"%"}if(this.old_to!==this.result.to||this.force_redraw){this.$cache.to[0].style.left=this.labels.p_to_left+"%"}this.$cache.single[0].style.left=this.labels.p_single_left+"%";if(this.options.values.length){this.$cache.input.prop("value",this.result.from_value+this.options.input_values_separator+this.result.to_value)}else{this.$cache.input.prop("value",this.result.from+this.options.input_values_separator+this.result.to)}this.$cache.input.data("from",this.result.from);this.$cache.input.data("to",this.result.to)}if((this.old_from!==this.result.from||this.old_to!==this.result.to)&&!this.is_start){this.$cache.input.trigger("change")}this.old_from=this.result.from;this.old_to=this.result.to;if(!this.is_resize&&!this.is_update&&!this.is_start&&!this.is_finish){this.callOnChange()}if(this.is_key||this.is_click){this.is_key=false;this.is_click=false;this.callOnFinish()}this.is_update=false;this.is_resize=false;this.is_finish=false}this.is_start=false;this.is_key=false;this.is_click=false;this.force_redraw=false},drawLabels:function(){if(!this.options){return}var n=this.options.values.length,o=this.options.p_values,r,p,t;if(this.options.hide_from_to){return}if(this.options.type==="single"){if(n){r=this.decorate(o[this.result.from]);this.$cache.single.html(r)}else{r=this.decorate(this._prettify(this.result.from),this.result.from);this.$cache.single.html(r)}this.calcLabels();if(this.labels.p_single_left100-this.labels.p_max-1){this.$cache.max[0].style.visibility="hidden"}else{this.$cache.max[0].style.visibility="visible"}}else{if(n){if(this.options.decorate_both){r=this.decorate(o[this.result.from]);r+=this.options.values_separator;r+=this.decorate(o[this.result.to])}else{r=this.decorate(o[this.result.from]+this.options.values_separator+o[this.result.to])}p=this.decorate(o[this.result.from]);t=this.decorate(o[this.result.to]);this.$cache.single.html(r);this.$cache.from.html(p);this.$cache.to.html(t)}else{if(this.options.decorate_both){r=this.decorate(this._prettify(this.result.from),this.result.from);r+=this.options.values_separator;r+=this.decorate(this._prettify(this.result.to),this.result.to)}else{r=this.decorate(this._prettify(this.result.from)+this.options.values_separator+this._prettify(this.result.to),this.result.to)}p=this.decorate(this._prettify(this.result.from),this.result.from);t=this.decorate(this._prettify(this.result.to),this.result.to);this.$cache.single.html(r);this.$cache.from.html(p);this.$cache.to.html(t)}this.calcLabels();var q=Math.min(this.labels.p_single_left,this.labels.p_from_left),u=this.labels.p_single_left+this.labels.p_single_fake,v=this.labels.p_to_left+this.labels.p_to_fake,s=Math.max(u,v);if(this.labels.p_from_left+this.labels.p_from_fake>=this.labels.p_to_left){this.$cache.from[0].style.visibility="hidden";this.$cache.to[0].style.visibility="hidden";this.$cache.single[0].style.visibility="visible";if(this.result.from===this.result.to){if(this.target==="from"){this.$cache.from[0].style.visibility="visible"}else{if(this.target==="to"){this.$cache.to[0].style.visibility="visible"}}this.$cache.single[0].style.visibility="hidden";s=v}else{this.$cache.from[0].style.visibility="hidden";this.$cache.to[0].style.visibility="hidden";this.$cache.single[0].style.visibility="visible";s=Math.max(u,v)}}else{this.$cache.from[0].style.visibility="visible";this.$cache.to[0].style.visibility="visible";this.$cache.single[0].style.visibility="hidden"}if(q100-this.labels.p_max-1){this.$cache.max[0].style.visibility="hidden"}else{this.$cache.max[0].style.visibility="visible"}}},drawShadow:function(){var r=this.options,t=this.$cache,u=typeof r.from_min==="number"&&!isNaN(r.from_min),n=typeof r.from_max==="number"&&!isNaN(r.from_max),w=typeof r.to_min==="number"&&!isNaN(r.to_min),q=typeof r.to_max==="number"&&!isNaN(r.to_max),v,p,s,x;if(r.type==="single"){if(r.from_shadow&&(u||n)){v=this.convertToPercent(u?r.from_min:r.min);p=this.convertToPercent(n?r.from_max:r.max)-v;v=this.toFixed(v-(this.coords.p_handle/100*v));p=this.toFixed(p-(this.coords.p_handle/100*p));v=v+(this.coords.p_handle/2);t.shad_single[0].style.display="block";t.shad_single[0].style.left=v+"%";t.shad_single[0].style.width=p+"%"}else{t.shad_single[0].style.display="none"}}else{if(r.from_shadow&&(u||n)){v=this.convertToPercent(u?r.from_min:r.min);p=this.convertToPercent(n?r.from_max:r.max)-v;v=this.toFixed(v-(this.coords.p_handle/100*v));p=this.toFixed(p-(this.coords.p_handle/100*p));v=v+(this.coords.p_handle/2);t.shad_from[0].style.display="block";t.shad_from[0].style.left=v+"%";t.shad_from[0].style.width=p+"%"}else{t.shad_from[0].style.display="none"}if(r.to_shadow&&(w||q)){s=this.convertToPercent(w?r.to_min:r.min);x=this.convertToPercent(q?r.to_max:r.max)-s;s=this.toFixed(s-(this.coords.p_handle/100*s));x=this.toFixed(x-(this.coords.p_handle/100*x));s=s+(this.coords.p_handle/2);t.shad_to[0].style.display="block";t.shad_to[0].style.left=s+"%";t.shad_to[0].style.width=x+"%"}else{t.shad_to[0].style.display="none"}}},callOnStart:function(){if(this.options.onStart&&typeof this.options.onStart==="function"){this.options.onStart(this.result)}},callOnChange:function(){if(this.options.onChange&&typeof this.options.onChange==="function"){this.options.onChange(this.result)}},callOnFinish:function(){if(this.options.onFinish&&typeof this.options.onFinish==="function"){this.options.onFinish(this.result)}},callOnUpdate:function(){if(this.options.onUpdate&&typeof this.options.onUpdate==="function"){this.options.onUpdate(this.result)}},toggleInput:function(){this.$cache.input.toggleClass("irs-hidden-input")},convertToPercent:function(p,n){var r=this.options.max-this.options.min,q=r/100,s,o;if(!r){this.no_diapason=true;return 0}if(n){s=p}else{s=p-this.options.min}o=s/q;return this.toFixed(o)},convertToValue:function(t){var q=this.options.min,v=this.options.max,p=q.toString().split(".")[1],u=v.toString().split(".")[1],n,w,r=0,y=0;if(t===0){return this.options.min}if(t===100){return this.options.max}if(p){n=p.length;r=n}if(u){w=u.length;r=w}if(n&&w){r=(n>=w)?n:w}if(q<0){y=Math.abs(q);q=+(q+y).toFixed(r);v=+(v+y).toFixed(r)}var o=((v-q)/100*t)+q,s=this.options.step.toString().split(".")[1],x;if(s){o=+o.toFixed(s.length)}else{o=o/this.options.step;o=o*this.options.step;o=+o.toFixed(0)}if(y){o-=y}if(s){x=+o.toFixed(s.length)}else{x=this.toFixed(o)}if(xthis.options.max){x=this.options.max}}return x},calcWithStep:function(o){var n=Math.round(o/this.coords.p_step)*this.coords.p_step;if(n>100){n=100}if(o===100){n=100}return this.toFixed(n)},checkMinInterval:function(r,n,q){var t=this.options,s,p;if(!t.min_interval){return r}s=this.convertToValue(r);p=this.convertToValue(n);if(q==="from"){if(p-st.max_interval){s=p-t.max_interval}}else{if(s-p>t.max_interval){s=p+t.max_interval}}return this.convertToPercent(s)},checkDiapason:function(r,q,n){var p=this.convertToValue(r),s=this.options;if(typeof q!=="number"){q=s.min}if(typeof n!=="number"){n=s.max}if(pn){p=n}return this.convertToPercent(p)},toFixed:function(n){n=n.toFixed(9);return +n},_prettify:function(n){if(!this.options.prettify_enabled){return n}if(this.options.prettify&&typeof this.options.prettify==="function"){return this.options.prettify(n)}else{return this.prettify(n)}},prettify:function(o){var p=o.toString();return p.replace(/(\d{1,3}(?=(?:\d\d\d)+(?!\d)))/g,"$1"+this.options.prettify_separator)},checkEdges:function(o,n){if(!this.options.force_edges){return this.toFixed(o)}if(o<0){o=0}else{if(o>100-n){o=100-n}}return this.toFixed(o)},validate:function(){var u=this.options,s=this.result,n=u.values,q=n.length,t,p;if(typeof u.min==="string"){u.min=+u.min}if(typeof u.max==="string"){u.max=+u.max}if(typeof u.from==="string"){u.from=+u.from}if(typeof u.to==="string"){u.to=+u.to}if(typeof u.step==="string"){u.step=+u.step}if(typeof u.from_min==="string"){u.from_min=+u.from_min}if(typeof u.from_max==="string"){u.from_max=+u.from_max}if(typeof u.to_min==="string"){u.to_min=+u.to_min}if(typeof u.to_max==="string"){u.to_max=+u.to_max}if(typeof u.keyboard_step==="string"){u.keyboard_step=+u.keyboard_step}if(typeof u.grid_num==="string"){u.grid_num=+u.grid_num}if(u.maxu.max){u.from=u.max}}else{if(u.fromu.max){u.from=u.min}if(u.to>u.max||u.tou.to){u.from=u.to}}if(typeof u.step!=="number"||isNaN(u.step)||!u.step||u.step<0){u.step=1}if(typeof u.keyboard_step!=="number"||isNaN(u.keyboard_step)||!u.keyboard_step||u.keyboard_step<0){u.keyboard_step=5}if(typeof u.from_min==="number"&&u.fromu.from_max){u.from=u.from_max}if(typeof u.to_min==="number"&&u.tou.to_max){u.to=u.to_max}if(s){if(s.min!==u.min){s.min=u.min}if(s.max!==u.max){s.max=u.max}if(s.froms.max){s.from=u.from}if(s.tos.max){s.to=u.to}}if(typeof u.min_interval!=="number"||isNaN(u.min_interval)||!u.min_interval||u.min_interval<0){u.min_interval=0}if(typeof u.max_interval!=="number"||isNaN(u.max_interval)||!u.max_interval||u.max_interval<0){u.max_interval=0}if(u.min_interval&&u.min_interval>u.max-u.min){u.min_interval=u.max-u.min}if(u.max_interval&&u.max_interval>u.max-u.min){u.max_interval=u.max-u.min}},decorate:function(n,p){var q="",r=this.options;if(r.prefix){q+=r.prefix}q+=n;if(r.max_postfix){if(r.values.length&&n===r.p_values[r.max]){q+=r.max_postfix;if(r.postfix){q+=" "}}else{if(p===r.max){q+=r.max_postfix;if(r.postfix){q+=" "}}}}if(r.postfix){q+=r.postfix}return q},updateFrom:function(){this.result.from=this.options.from;this.result.from_percent=this.convertToPercent(this.result.from);if(this.options.values){this.result.from_value=this.options.values[this.result.from]}},updateTo:function(){this.result.to=this.options.to;this.result.to_percent=this.convertToPercent(this.result.to);if(this.options.values){this.result.to_value=this.options.values[this.result.to]}},updateResult:function(){this.result.min=this.options.min;this.result.max=this.options.max;this.updateFrom();this.updateTo()},appendGrid:function(){if(!this.options.grid){return}var n=this.options,q,w,x=n.max-n.min,B=n.grid_num,t=0,p=0,s=4,v,y,u=0,A,r="";this.calcGridMargin();if(n.grid_snap){B=x/n.step;t=this.toFixed(n.step/(x/100))}else{t=this.toFixed(100/B)}if(B>4){s=3}if(B>7){s=2}if(B>14){s=1}if(B>28){s=0}for(q=0;q100){p=100;v-=2;if(v<0){v=0}}this.coords.big[q]=p;y=(p-(t*(q-1)))/(v+1);for(w=1;w<=v;w++){if(p===0){break}u=this.toFixed(p-(y*w));r+=''}r+='';A=this.convertToValue(p);if(n.values.length){A=n.p_values[A]}else{A=this._prettify(A)}r+=''+A+""}this.coords.big_num=Math.ceil(B+1);this.$cache.cont.addClass("irs-with-grid");this.$cache.grid.html(r);this.cacheGridLabels()},cacheGridLabels:function(){var n,p,o=this.coords.big_num;for(p=0;p100+this.coords.grid_gap){p[n-1]=100+this.coords.grid_gap;r[n-1]=this.toFixed(p[n-1]-this.coords.big_p[n-1]);this.coords.big_x[n-1]=this.toFixed(this.coords.big_p[n-1]-this.coords.grid_gap)}}this.calcGridCollision(2,r,p);this.calcGridCollision(4,r,p);for(q=0;q=o){break}p=this.$cache.grid_labels[n][0];if(r[q]<=t[n]){p.style.visibility="visible"}else{p.style.visibility="hidden"}}},calcGridMargin:function(){if(!this.options.grid_margin){return}this.coords.w_rs=this.$cache.rs.outerWidth(false);if(!this.coords.w_rs){return}if(this.options.type==="single"){this.coords.w_handle=this.$cache.s_single.outerWidth(false)}else{this.coords.w_handle=this.$cache.s_from.outerWidth(false)}this.coords.p_handle=this.toFixed(this.coords.w_handle/this.coords.w_rs*100);this.coords.grid_gap=this.toFixed((this.coords.p_handle/2)-0.1);this.$cache.grid[0].style.width=this.toFixed(100-this.coords.p_handle)+"%";this.$cache.grid[0].style.left=this.coords.grid_gap+"%"},update:function(n){if(!this.input){return}this.is_update=true;this.options.from=this.result.from;this.options.to=this.result.to;this.options=d.extend(this.options,n);this.validate();this.updateResult(n);this.toggleInput();this.remove();this.init(true)},reset:function(){if(!this.input){return}this.updateResult();this.update()},destroy:function(){if(!this.input){return}this.toggleInput();this.$cache.input.prop("readonly",false);d.data(this.input,"ionRangeSlider",null);this.remove();this.input=null;this.options=null}};d.fn.ionRangeSlider=function(n){return this.each(function(){if(!d.data(this,"ionRangeSlider")){d.data(this,"ionRangeSlider",new i(this,n,l++))}})};(function(){var o=0;var p=["ms","moz","webkit","o"];for(var n=0;n