JQuery - Extend and Acess Superclass
- by Steve
Is there a way to access the super object when extending objects using $.extend?
I would like to extend an object, override a method, but call the overridden superclass method in the subclass method.