JQuery - Extend and Access Superclass

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-05-06T16:41:36Z Indexed on 2010/05/06 16:58 UTC
Read the original article Hit count: 109

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript