var A=function(){ }; $.extend(A.prototype, { init:function(){ alert(\'A init\'); } }); var B=function(){ }; $.extend(B.prototype,A.prototype,{
For OO, it's best to look outside jQuery. jQuery is based on collections returned by selectors.
If you want classes, some choices are Base2, Joose, and JS.Class.