MCPcopy Create free account
hub / github.com/HangfireIO/Hangfire.Samples / Button

Function Button

Hangfire.WebFormsApplication/Scripts/bootstrap.js:190–194  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

188 // ==============================
189
190 var Button = function (element, options) {
191 this.$element = $(element)
192 this.options = $.extend({}, Button.DEFAULTS, options)
193 this.isLoading = false
194 }
195
196 Button.VERSION = '3.4.2'
197

Callers

nothing calls this directly

Calls 1

$Function · 0.70

Tested by

no test coverage detected