is there an alternate of Class.create(); of Prototype.js, i have found a code to call SOAP Webservice and return javascript object and i want to implement that in to my mobile website but don’t want to use prototype because i m using Zepto and Backbone
Share
You should check out this: Simple JavaScript Inheritance by John Resig. He has another blog on class instantiation which has good explanation on this topic: Simple “Class” Instantiation.
Also, check out this post on JavaScript inheritance: Is there a better way to create an object-oriented class with jquery?