refer to the plugin from the options block
Hi,
Is it possible to access/refer to the plugin from the options block ?
Sample code -
$.widget("my.wwid", {
options: {
func1: function(){
//how do I refer here to the widget
},
_create: function(){
.
.
.
}
});