Home
last modified time | relevance | path

Searched refs:loadingText (Results 1 – 21 of 21) sorted by relevance

/template/templar/js/
H A Dbootstrap-button.js81 loadingText: 'loading...' property in $.fn.button.defaults
/template/a_new_day/js/
H A Dcontrols.js497 loadingText: 'Loading...',
598 text = this.options.loadingText;
/template/battlehorse/js/
H A Dcontrols.js497 loadingText: 'Loading...',
598 text = this.options.loadingText;
/template/dokutwitterbootstrap/js/
H A Dbootstrap.min.js9 …this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b… property in b.DEFAULTS
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.min.js94 c.fn.button.defaults = {loadingText: "loading..."}; property in c.fn.button.defaults
H A Dbootstrap.js237 loadingText: 'loading...' property in $.fn.button.defaults
/template/dokubootstrapsimplified/js/
H A Dbootstrap.min.js9 …this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b… property in b.DEFAULTS
/template/flat/assets/js/
H A Dflat.js178 loadingText: 'loading...' property in Button.DEFAULTS
H A Dflat.min.js1 …tend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.2",c.DEFAULTS={loadingText:"loading..."},c… property in c.DEFAULTS
H A Dflat.min2.js1 …tend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.2",c.DEFAULTS={loadingText:"loading..."},c… property in c.DEFAULTS
/template/flat/
H A Dflat.min.js1 …tend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.2",c.DEFAULTS={loadingText:"loading..."},c… property in c.DEFAULTS
/template/starterbootstrap/js/
H A Dbootstrap.js197 loadingText: 'loading...' property in Button.DEFAULTS
H A Dbootstrap.min.js6 …tend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.0",c.DEFAULTS={loadingText:"loading..."},c… property in c.DEFAULTS
/template/klean/bootstrap/js/
H A Dbootstrap.min.js6 …tend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c… property in c.DEFAULTS
H A Dbootstrap.js198 loadingText: 'loading...' property in Button.DEFAULTS
/template/kajukkk/bs/
H A Dbootstrap.min.js11 …tend({},i.DEFAULTS,o),this.isLoading=!1};i.VERSION="3.3.7",i.DEFAULTS={loadingText:"loading..."},i… property in i.DEFAULTS
H A Dbootstrap.js141 loadingText: 'loading...' property in Button.DEFAULTS
/template/launch/js/
H A Dbootstrap.min.js6 …tend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.6",c.DEFAULTS={loadingText:"loading..."},c… property in c.DEFAULTS
/template/mywiki/
H A Dbootstrap.js198 loadingText: 'loading...' property in Button.DEFAULTS
/template/flarum/
H A Dscript.js6 …toggle"==o?e.toggle():o&&e.setState(o)})}n.VERSION="3.4.1",n.DEFAULTS={loadingText:"loading..."},n… property in n.DEFAULTS
/template/bootstrap3/assets/bootstrap/js/
H A Dbootstrap.min.js6 if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");!function(t){"use strict";var e=jQuery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||3<e[0])throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(),function(n){"use strict";n.fn.emulateTransitionEnd=function(t){var e=!1,i=this;n(this).one("bsTransitionEnd",function(){e=!0});return setTimeout(function(){e||n(i).trigger(n.support.transition.end)},t),this},n(function(){n.support.transition=function o(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e)if(t.style[i]!==undefined)return{end:e[i]};return!1}(),n.support.transition&&(n.event.special.bsTransitionEnd={bindType:n.support.transition.end,delegateType:n.support.transition.end,handle:function(t){if(n(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(s){"use strict";var e='[data-dismiss="alert"]',a=function(t){s(t).on("click",e,this.close)};a.VERSION="3.4.1",a.TRANSITION_DURATION=150,a.prototype.close=function(t){var e=s(this),i=e.attr("data-target");i||(i=(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]*$)/,"")),i="#"===i?[]:i;var o=s(document).find(i);function n(){o.detach().trigger("closed.bs.alert").remove()}t&&t.preventDefault(),o.length||(o=e.closest(".alert")),o.trigger(t=s.Event("close.bs.alert")),t.isDefaultPrevented()||(o.removeClass("in"),s.support.transition&&o.hasClass("fade")?o.one("bsTransitionEnd",n).emulateTransitionEnd(a.TRANSITION_DURATION):n())};var t=s.fn.alert;s.fn.alert=function o(i){return this.each(function(){var t=s(this),e=t.data("bs.alert");e||t.data("bs.alert",e=new a(this)),"string"==typeof i&&e[i].call(t)})},s.fn.alert.Constructor=a,s.fn.alert.noConflict=function(){return s.fn.alert=t,this},s(document).on("click.bs.alert.data-api",e,a.prototype.close)}(jQuery),function(s){"use strict";var n=function(t,e){this.$element=s(t),this.options=s.extend({},n.DEFAULTS,e),this.isLoading=!1};function i(o){return this.each(function(){var t=s(this),e=t.data("bs.button"),i="object"==typeof o&&o;e||t.data("bs.button",e=new n(this,i)),"toggle"==o?e.toggle():o&&e.setState(o)})}n.VERSION="3.4.1",n.DEFAULTS={loadingText:"loading..."},n.prototype.setState=function(t){var e="disabled",i=this.$element,o=i.is("input")?"val":"html",n=i.data();t+="Text",null==n.resetText&&i.data("resetText",i[o]()),setTimeout(s.proxy(function(){i[o](null==n[t]?this.options[t]:n[t]),"loadingText"==t?(this.isLoading=!0,i.addClass(e).attr(e,e).prop(e,!0)):this.isLoading&&(this.isLoading=!1,i.re (…) property in n.DEFAULTS