If I create a JQuery widget (code example below), and then define a \"public\" method, is there any other way to call the method other than using the following form?
Try this:
$("#list").list("publicMethod");