I\'m interesting in improving my javascript code to be properly OOP.... currently I tend to do something like this:
jQuery(document).ready(function () { Page
The top 3 I suggest to read is
JavaScript and Object Oriented Programming (OOP)
Classical Inheritance in JavaScript
Prototypal Inheritance in JavaScript
Have a nice reading!