A reusable immediate function var reference = (function thename(){ //function body return thename; //return the function itself to reference }()) ...
www.google.com.tw