We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeda4ea commit fd8d5d2Copy full SHA for fd8d5d2
ui/jquery.ui.widget.js
@@ -205,6 +205,12 @@ $.Widget.prototype = {
205
disable: function() {
206
return this._setOption( "disabled", true );
207
},
208
+
209
+ _bind: function() {
210
+ // TODO figure out which element to bind to: this.element, if none specified
211
+ // TODO append widget namespace to all event names
212
+ // TODO set the scope of the callback to the instance (this here)
213
+ },
214
215
_trigger: function( type, event, data ) {
216
var callback = this.options[ type ];
0 commit comments