January 2011

Object Oriented with jQuery , javascript

Object Oriented with jQuery , javascript

javascript is a scripting programming language that also supports Object Oriented Programming by its Prototypical Inheritance nature which is build in to the language. most of the programmers in the world are used to Classical Object Oriented paradigm, and when they first start to do OO with javascript they will have a hard time. Today(…)