First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
define(["jQuery"], function($) {
|
||||
"use strict";
|
||||
$.fn.buttonEnabled = function(enabled) {
|
||||
return enabled ? this.attr("disabled", "").removeAttr("disabled") : this.attr("disabled", "disabled")
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user