The one thing
$.fn.yourMethodName =
function
()
{
// 'this' = jQuery result-set object
}
;
OSDC13