File "jquery-ui-sliderAccess.min.js"
Full Path: /home/elegucvf/public_html/video/wp-content/plugins/atlas-core/framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.min.js
File size: 1.47 KB
MIME-type: text/plain
Charset: utf-8
!function(t){t.fn.extend({sliderAccess:function(e){return(e=e||{}).touchonly=void 0===e.touchonly||e.touchonly,!0!==e.touchonly||"ontouchend"in document?t(this).each(function(){var n=t(this),o=t.extend({},{where:"after",step:n.slider("option","step"),upIcon:"ui-icon-plus",downIcon:"ui-icon-minus",text:!1,upText:"+",downText:"-",buttonset:!0,buttonsetTag:"span",isRTL:!1},e),i=t("<"+o.buttonsetTag+' class="ui-slider-access"><button data-icon="'+o.downIcon+'" data-step="'+(o.isRTL?o.step:-1*o.step)+'">'+o.downText+'</button><button data-icon="'+o.upIcon+'" data-step="'+(o.isRTL?-1*o.step:o.step)+'">'+o.upText+"</button></"+o.buttonsetTag+">");i.children("button").each(function(){var e=t(this);e.button({text:o.text,icons:{primary:e.data("icon")}}).on("click",function(t){var o=e.data("step"),i=n.slider("value"),s=i+=1*o,u=n.slider("option","min"),r=n.slider("option","max"),a=n.slider("option","slide")||function(){},c=n.slider("option","stop")||function(){};t.preventDefault(),s<u||s>r||(n.slider("value",s),a.call(n,null,{value:s}),c.call(n,null,{value:s}))})}),n[o.where](i),o.buttonset&&(i.removeClass("ui-corner-right").removeClass("ui-corner-left").buttonset(),i.eq(0).addClass("ui-corner-left"),i.eq(1).addClass("ui-corner-right"));var s=i.css({marginLeft:"after"===o.where&&!o.isRTL||"before"===o.where&&o.isRTL?10:0,marginRight:"before"===o.where&&!o.isRTL||"after"===o.where&&o.isRTL?10:0}).outerWidth(!0)+5,u=n.outerWidth(!0);n.css("display","inline-block").width(u-s)}):t(this)}})}(jQuery);