diff --git a/index.html b/index.html index f3e6785..6123e93 100644 --- a/index.html +++ b/index.html @@ -8,15 +8,16 @@ $(function() { $(".knob").knob({ - /*change : function (value) { + change : function (value) { //console.log("change : " + value); }, release : function (value) { + //console.log(this.$.attr('value')); console.log("release : " + value); }, cancel : function () { - console.log("cancel : " + this.value); - },*/ + console.log("cancel : ", this); + }, draw : function () { // "tron" case @@ -255,20 +256,5 @@
jQuery Knob is © 2012 Anthony Terrien and dual licensed under the MIT or GPL licenses.