Javascript-mal med navn - CSS-triks

Anonim

Selvinnkallende anonym funksjon tildelt den yournamespacechoiceglobale variabelen. Serverer effekten av å holde alle funksjoner og variabler private for denne funksjonen. For å avsløre en funksjon eller variabel må vi eksplisitt returnere den nederst i funksjonen. Remaps jQuery til $.

var yournamespacechoice = (function ($) ( var publicfunction; function privatefunction() ( // function only available within parent function ) publicfunction = function publicfunction() ( // public function available outside of this funtion ); // Expose any functions that we need to access outside of this scope. Use yournamespacechoice.functionName() to call them. return ( publicfunction: publicfunction ); )(window.$));