adding method to custom namespace

adding method to custom namespace


I asked this elsewhere and it was suggested that I ask here.
So here goes
I was curious if it's possible to extend jquery to do something along
the
lines of "$('div ul').myNamespace.myMethod();"?
So far the closet I've seen anyone come to this, is along the lines of
"$('div ul').myNamespace().myMethod();".