¡@

Home 

2014/10/16 ¤W¤È 12:03:41

jquery Programming Glossary: hellocount

Simple javascript inheritance using $.extend and module pattern

http://stackoverflow.com/questions/16659326/simple-javascript-inheritance-using-extend-and-module-pattern

var Animal function var publicApi Name 'Generic' IsAnimal true AnimalHello animalHello GetHelloCount getHelloCount var helloCount 0 function animalHello helloCount console.log publicApi.Name ' says hello animalHello ' function getHelloCount callback.. Name 'Generic' IsAnimal true AnimalHello animalHello GetHelloCount getHelloCount var helloCount 0 function animalHello helloCount console.log publicApi.Name ' says hello animalHello ' function getHelloCount callback callback.call helloCount return publicApi.. helloCount console.log publicApi.Name ' says hello animalHello ' function getHelloCount callback callback.call helloCount return publicApi var Sheep function name var publicApi Name name 'Woolie' IsSheep true SheepHello sheepHello function sheepHello..