MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / Button

Function Button

OpenReservation/wwwroot/Scripts/bootstrap.js:181–185  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

179 // ==============================
180
181 var Button = function (element, options) {
182 this.$element = $(element)
183 this.options = $.extend({}, Button.DEFAULTS, options)
184 this.isLoading = false
185 }
186
187 Button.VERSION = '3.3.5'
188

Callers

nothing calls this directly

Calls 1

$Function · 0.70

Tested by

no test coverage detected