John Resig wrote: > > Brandon - > > For example, Prototype has > Object.extend(), jQuery has jQuery.extend() - they work nearly > identically. > > --John > > On 8/31/06, Brandon Aaron <[EMAIL PROTECTED]> wrote: >> >> [1] http://dean.edwards.name/base/Base.js >> >> Brandon Aaron >> >
I hope that jQuery.create() (?) will be smarter than Prototype's Class.create and would allow for true inheritance with access to parent class functions. I've seen very smart and elegant solution for extending Prototype Class.create functionality while preserving true inheritance and allowing mixins, with very short and clean code with no side effects - I've found it at http://twologic.com/projects/inheritance/ Javascript OO Ruby Style by http://twologic.com/ Twologic . I'm using it with ease and great effect. -- View this message in context: http://www.nabble.com/What-about-the-rest-of-my-javascript--tf2200050.html#a6096544 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
