Hi,
By any chance, does anybody know how to retrieve the selector from a
widget function?
$.widget("ui.test", {
_init: function(){
alert(this.selector);
alert(this.element.selector);
alert($(this).selector);
alert($(this.element).selector);
}
});
None of these worked...
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---