Inglewood is so Misunderstood

Posts tagged “javascript”

My Standard Mootools Environment

Everyone’s got their own coding style. So I thought I would share mine:

var namespace = namespace || {};

(function(global){
  var SomeObj = global.SomeObj = {
    
  };
})(namespace);

Object.append({}, new Events, new Options);
jQuery is GameGene of the Internet. Not much substance, but a whole bunch of cheat codes.

Chase

More Information