JQuery – Create object oriented classes


If you want to use an object oriented develompent schema in your jquery implementation, the following lecagy class would be useful for you.

Basically, we will need to define a constructor, with all its public methods, private methods and attributes.


 

Thanks joebuckle