I am using the following method of creating classes

(function($)
{
    //function to perform on element

    //function the relate to the object

    //the class itself
})(jQuery)

Now if there a common or perferred way to have one class inherit all the
methods/member from a "base" class?
-- 
View this message in context: 
http://www.nabble.com/javascript-class-question-tp14616017s27240p14616017.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to