Create Public Accessible Function in JQuery Plug-in

Sometimes you need to access certain functions within a plug-in outside of the plugin. In my example, the JQuery Plug-in creates a list of items, and writes them out as li objects. But if the user selectes some other option in another drop down list, the items stored in the plug-in had to be cleared. [...]