Home
last modified time | relevance | path

Searched refs:fn (Results 26 – 50 of 301) sorted by relevance

12345678910>>...13

/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.removeClass(e).removeAttr(e).prop(e,!1))},this),0)},n.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")?(i.prop("checked")&&(t=!1),e.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==i.prop("type")&&(i.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),i.prop("checked",this.$element.hasClass("active")),t&&i.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var t=s.fn.button;s.fn.button=i,s.fn
[all...]
/template/templar/js/
H A Dbootstrap-tab.js113 var old = $.fn.tab
115 $.fn.tab = function ( option ) {
124 $.fn.tab.Constructor = Tab
130 $.fn.tab.noConflict = function () {
131 $.fn.tab = old
H A Dbootstrap-carousel.js158 var old = $.fn.carousel
160 $.fn.carousel = function (option) {
164 , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
173 $.fn.carousel.defaults = {
178 $.fn.carousel.Constructor = Carousel
184 $.fn.carousel.noConflict = function () {
185 $.fn.carousel = old
H A Dbootstrap-modal.js198 var old = $.fn.modal
200 $.fn.modal = function (option) {
204 … , options = $.extend({}, $.fn.modal.defaults, $this.data(), typeof option == 'object' && option)
211 $.fn.modal.defaults = {
217 $.fn.modal.Constructor = Modal
223 $.fn.modal.noConflict = function () {
224 $.fn.modal = old
H A Dbootstrap-dropdown.js132 var old = $.fn.dropdown
134 $.fn.dropdown = function (option) {
143 $.fn.dropdown.Constructor = Dropdown
149 $.fn.dropdown.noConflict = function () {
150 $.fn.dropdown = old
H A Dbootstrap-tooltip.js70 options = $.extend({}, $.fn[this.type].defaults, this.$element.data(), options)
83 var defaults = $.fn[this.type].defaults
326 var old = $.fn.tooltip
328 $.fn.tooltip = function ( option ) {
338 $.fn.tooltip.Constructor = Tooltip
340 $.fn.tooltip.defaults = {
356 $.fn.tooltip.noConflict = function () {
357 $.fn.tooltip = old
H A Dbootstrap-typeahead.js31 this.options = $.extend({}, $.fn.typeahead.defaults, options)
294 var old = $.fn.typeahead
296 $.fn.typeahead = function (option) {
306 $.fn.typeahead.defaults = {
314 $.fn.typeahead.Constructor = Typeahead
320 $.fn.typeahead.noConflict = function () {
321 $.fn.typeahead = old
/template/arcade-basic/
H A Dsmall-menu.js8 $.fn.smallMenu = function() {
20 $.fn.smallMenu();
31 $.fn.smallMenu();
/template/able/
H A Dsmall-menu.js8 $.fn.smallMenu = function() {
20 $.fn.smallMenu();
31 $.fn.smallMenu();
/template/argon/assets/js/core/
H A Dbootstrap.min.js6fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw ne…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.min.js6fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw ne…
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.min.js6fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||4<=t[0])throw ne…
/template/simplewiki/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/congrid/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/byu_2017_theme/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/dokuwikibee/dokuwikibee/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/arctic/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/flat/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/adoradark/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/darkblue/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/dokuwikitplacc/dokuwikiBee/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/zenith/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/docnavwiki/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/notes/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/dokubook/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {

12345678910>>...13