Is it possible to write a second non-static, selecting, priviledged function in a JQuery Plugin?
Almost all of the examples in the jQuery tutorials that I've read, usually use one major public function for their selecting plugin. When I say 'selecting' plugin, I mean one that is not simply a static function extended onto jQuery. For example: (function($) { jQuery.fn.actionList = function(options) { var opts = $.extend({}, $....