In this post I will cover the following topics:
Understanding how the prototype works
Using the prototype for inheritance
The Inherit Function
Overriding methods
In one of my previous post i talked about Object Oriented Javascript , where i mostly talked about class encapsulation. In this post i would like to advance to another important issue [...]
Problog
This post will cover the following topics:
Javascript is not a toy!
How to define a class
How to set Publich methods
How to set Private variables
How to set static methods
JavaScript for Dummies?
Programming languages are like football teams – it doesn’t matter which you like, you will support it and protect its interest no matter what. Back in the [...]
Problog
This blog cover the following topics:
How to write a jQuery Plug-in
What is a floating object and where it can be used
How to move a DOM object using jQuery
Implementing a class in javascript
One of the things that I really like about jQuery is its huge community that develops plug-ins for the framework. Being a big fan [...]